vw to em

A converter that calculates the em from a vw for given em size and viewport width to make the measurement responsive

Viewport Width
VW Unit
EM Size

Hot Keys

C

Calculate and copy the result of calculation.

V

Calculate the result.

B

Copy the result of calculation.

R

Reverse the converter to "EM to VW".

Q

Focus the "Viewport Width" input.

W

Focus the "VW Unit" input.

E

Focus the "EM Size" input.

FAQ

How to convert VW to EM?

To convert vw to em, you should know total size of 1 EM, default is 16px, and size of viewport width Then, just apply formula: ((vw * viewport total width) / 100) / em size For example, with 16px size of 1em and 1920px of viewport width, 5vw will be converted to: ((5 * 1920) / 100) / 16 = 6em

What is the VW to EM formula?

((vw * viewport total width) / 100) / em size

What is em unit?

EM is defined relative to the font size of the parent element. 1 EM therefore takes on the value which is given to the font-size of the parent element.

What is vw unit? (Viewport Width)

Used in responsive design, Viewport Width (VW) is a unit relative to web page display area called viewport. 1vw corresponds to 1% of display. So, to make an element full width, you should use 100vw. You can also use decimal values. Please note that, depending on browsers, decimal precision can change.

VW to EM Conversion Table if viewport width size is 1920px and em size is 16px

vwem
1vw1.2em
2vw2.4em
3vw3.6em
4vw4.8em
5vw6em
6vw7.2em
7vw8.4em
8vw9.6em
9vw10.8em
10vw12em
11vw13.2em
12vw14.4em
13vw15.6em
14vw16.8em
15vw18em
16vw19.2em
17vw20.4em
18vw21.6em
19vw22.8em
20vw24em
21vw25.2em
22vw26.4em
23vw27.6em
24vw28.8em
25vw30em

More VW & EM Conversions