PDF Tools
Finance Tools
Archive Tools
ARCHIVE UTILITIES
CanvaTools Premium100% Free Assets Suite

rem to em Converter

Convert rem to em units instantly for CSS typography. Accurate calculations using root and parent font-sizes for responsive web design.

LIVE CONVERTER

Rem

Em

1 rem = em

How to convert rem to em

Translate root-based units into parent-relative values in seconds.

01

Enter the rem value

Type the number of rem units you want to convert into the input field.

02

Set the parent font size

Adjust the parent element font-size in pixels to match your CSS context.

03

Read the em result

The equivalent em value appears instantly based on the root to parent ratio.

Why use this rem to em Converter?

Eliminate guesswork when scaling typography across nested CSS elements.

The Mathematical Formula

em = rem × (root font-size ÷ parent font-size). This ratio scales units accurately between contexts.

Handles Nested Contexts

Calculates values even when parent elements differ from the default 16px root size.

Saves Development Time

Removes manual math so you can focus on layout and visual hierarchy.

Quick Reference

RemEm
1 rem1 em
2 rem2 em
5 rem5 em
10 rem10 em
20 rem20 em
50 rem50 em

Practical Examples of rem to em

Real-world scenarios where this conversion is useful.

Default 16px Context

2rem converts to 2em when the parent font-size matches the 16px root.

Scaled Parent Element

1rem equals 0.5em inside a parent set to 32px font-size.

Small Text Scaling

0.5rem becomes 0.25em within a 32px parent container.

Large Heading Adjustments

3rem converts to 1.5em inside a 32px parent for nested headings.

Frequently Asked Questions

Common queries regarding this specific conversion.

Q.What is the difference between rem and em?

rem is relative to the root element, while em is relative to its direct parent element.

Q.Is 1rem always equal to 1em?

Only when the parent font-size matches the root font-size, which defaults to 16px.

Q.How do I convert rem to em manually?

Multiply the rem value by the root font-size, then divide by the parent font-size.

Q.When should I use rem instead of em?

Use rem for global consistency, and em for component-level scaling within specific containers.

Discover Related Tools

Need to convert back? Use the reverse Em to Rem calculator. For other measurements, explore our complete suite of Typography Converters or the full Unit Converter Hub.