EM to PX Converter
Convert EM units to Pixels.
Loading converter...
What Is EM to PX Converter?
An EM to PX Converter converts em units into pixel (px) values using a selected font size. It helps developers determine the exact pixel equivalent of relative CSS measurements.
How To Find EM to PX?
To find EM to PX, multiply the em value by the current font size. This gives you the equivalent pixel value used in the layout.
How to use the EM to PX tool
The EM to PX tool allows you to easily convert EM to PX instantly. Simply enter a value in the input field above, and the corresponding conversion will be calculated automatically in real-time.
EM to PX Formula
px=em × parent font size
Where:
emEM Units — The EM value you want to convert.
parent font sizeParent Font Size — The font size of the parent element (default is 16px).
pxPixels — The calculated pixel equivalent.
EM to PX Conversion Table (Base Font 16px)
| EM (em) | PX (px) |
|---|---|
| 0.125em | 2px |
| 0.25em | 4px |
| 0.375em | 6px |
| 0.5em | 8px |
| 0.625em | 10px |
| 0.75em | 12px |
| 0.875em | 14px |
| 1em | 16px |
| 1.125em | 18px |
| 1.25em | 20px |
| 1.375em | 22px |
| 1.5em | 24px |
| 1.75em | 28px |
| 2em | 32px |
| 2.25em | 36px |
| 2.5em | 40px |
| 2.75em | 44px |
| 3em | 48px |
| 3.5em | 56px |
| 4em | 64px |
| 4.5em | 72px |
| 5em | 80px |
| 5.5em | 88px |
| 6em | 96px |
| 7em | 112px |
| 8em | 128px |
| 9em | 144px |
| 10em | 160px |
| 12em | 192px |
| 14em | 224px |
| 16em | 256px |
| 20em | 320px |
| 24em | 384px |
| 28em | 448px |
| 32em | 512px |
| 36em | 576px |
| 40em | 640px |
| 48em | 768px |
| 56em | 896px |
| 64em | 1024px |
| 80em | 1280px |
| 96em | 1536px |
| 128em | 2048px |
You can reverse this with PX to EM or convert to root values with REM to PX.