#E20FBD
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E20FBD
When working with digital screens, the color #E20FBD is rendered by mixing light. Its closest recognized web color is Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 15, and 189.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 93% M, 16% Y, and 11% K. The HSL representation is 310.5° hue, 87.6% saturation, and 47.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E20FBD
RGB226, 15, 189
HSL310.5°, 87.6%, 47.3%
CMYK0%, 93%, 16%, 11%
HSV310.5°, 93.4%, 88.6%
LAB52.0, 83.6, -36.9
XYZ40.7, 20.2, 49.9
Decimal14815165
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.17:1
Text on #FFFFFF
AA Large
5.04:1
Text on #000000
AA
3.98:1
Text on #F8FAFC
AA Large
4.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E20FBD;
}
.text-color {
color: #E20FBD;
}
.border-color {
border: 2px solid #E20FBD;
}