#E91DA0
A medium, vivid magenta closely aligning with Mediumvioletred.
About #E91DA0
The precise color #E91DA0 is an excellent choice for modern design projects. Its closest recognized web color is Mediumvioletred. Its digital footprint relies on 233 parts red, 29 parts green, and 160 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 88% magenta, 31% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
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#E91DA0
RGB233, 29, 160
HSL321.5°, 82.3%, 51.4%
CMYK0%, 88%, 31%, 9%
HSV321.5°, 87.6%, 91.4%
LAB52.7, 79.9, -18.8
XYZ40.4, 20.7, 35.1
Decimal15277472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.08:1
Text on #FFFFFF
AA Large
5.15:1
Text on #000000
AA
3.90:1
Text on #F8FAFC
AA Large
4.38:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E91DA0;
}
.text-color {
color: #E91DA0;
}
.border-color {
border: 2px solid #E91DA0;
}