#E916A0
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E916A0
The hex code #E916A0 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Mediumvioletred. In the RGB color space, it consists of 233 red, 22 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 91% magenta, 31% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E916A0
RGB233, 22, 160
HSL320.8°, 82.7%, 50.0%
CMYK0%, 91%, 31%, 9%
HSV320.8°, 90.6%, 91.4%
LAB52.3, 80.9, -19.3
XYZ40.2, 20.4, 35.1
Decimal15275680
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.13:1
Text on #FFFFFF
AA Large
5.09:1
Text on #000000
AA
3.95:1
Text on #F8FAFC
AA Large
4.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E916A0;
}
.text-color {
color: #E916A0;
}
.border-color {
border: 2px solid #E916A0;
}