#E20FB6
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E20FB6
When working with digital screens, the color #E20FB6 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(226, 15, 182).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 93% M, 19% Y, and 11% K. The HSL representation is 312.5° hue, 87.6% saturation, and 47.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E20FB6
RGB226, 15, 182
HSL312.5°, 87.6%, 47.3%
CMYK0%, 93%, 19%, 11%
HSV312.5°, 93.4%, 88.6%
LAB51.7, 82.8, -33.3
XYZ40.0, 19.9, 46.0
Decimal14815158
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.22:1
Text on #FFFFFF
AA Large
4.98:1
Text on #000000
AA
4.03:1
Text on #F8FAFC
AA Large
4.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E20FB6;
}
.text-color {
color: #E20FB6;
}
.border-color {
border: 2px solid #E20FB6;
}