#E924BD
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E924BD
When working with digital screens, the color #E924BD is rendered by mixing light. Its closest recognized web color is Mediumvioletred. This translates to an RGB value of rgb(233, 36, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 85% Magenta, 19% Yellow, and 9% Black. With a hue angle of 313.4 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#E924BD
RGB233, 36, 189
HSL313.4°, 81.7%, 52.7%
CMYK0%, 85%, 19%, 9%
HSV313.4°, 84.5%, 91.4%
LAB54.3, 82.1, -33.2
XYZ43.4, 22.3, 50.2
Decimal15279293
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.85:1
Text on #FFFFFF
AA Large
5.45:1
Text on #000000
AA
3.68:1
Text on #F8FAFC
AA Large
4.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E924BD;
}
.text-color {
color: #E924BD;
}
.border-color {
border: 2px solid #E924BD;
}