EM to PX Converter
Enter EM values and get the equivalent pixel values instantly. Set the parent element font size — default is 16px — and convert single values or a bulk list at once.
Last updated: May 21, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is EM to PX Converter?
EM is a CSS unit relative to the current element's parent font size. Converting EM to px helps you understand the actual rendered size of an element, which is especially useful when debugging cascaded font sizes or reviewing DevTools computed values.
The formula is: **px = em × parent font size**. So 1.5em at a 16px parent = 24px. When EM units are nested, multiply by each parent's font size in the chain.
How to Use EM to PX Converter
Enter one or more EM values in the input box (comma or newline separated)
Set the parent element's font size if different from 16px
Copy individual results or the full output
Use the reference table for common EM to px lookups
Common Use Cases
- Developers debugging browser DevTools to understand what pixel size an EM value computes to.
- Front-end engineers converting EM design tokens to px for design documentation.
- Teams auditing legacy stylesheets with nested EM values for inconsistencies.
- Students learning how EM values cascade and multiply across nested elements.
- Designers receiving EM values from developers and converting to px for visual review.
- Developers migrating EM-based stylesheets to REM for predictable sizing.
Example Input and Output
Convert common EM values to pixels at the default 16px parent size.
0.75
1
1.5
20.75em → 12px
1em → 16px
1.5em → 24px
2em → 32pxPrivacy
All conversions run in your browser. No data is sent to any server.

