#E216BD
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E216BD
The hex code #E216BD represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(226, 22, 189).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 90% M, 16% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E216BD
RGB226, 22, 189
HSL310.9°, 82.3%, 48.6%
CMYK0%, 90%, 16%, 11%
HSV310.9°, 90.3%, 88.6%
LAB52.3, 82.9, -36.5
XYZ40.8, 20.4, 49.9
Decimal14816957
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.13:1
Text on #FFFFFF
AA Large
5.08: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: #E216BD;
}
.text-color {
color: #E216BD;
}
.border-color {
border: 2px solid #E216BD;
}