#E91DE9
A medium, vivid magenta closely aligning with Fuchsia.
About #E91DE9
When working with digital screens, the color #E91DE9 is rendered by mixing light. It is closely associated with the named CSS color Fuchsia. Its digital footprint relies on 233 parts red, 29 parts green, and 233 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 88% Magenta, 0% Yellow, and 9% Black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E91DE9
RGB233, 29, 233
HSL300.0°, 82.3%, 51.4%
CMYK0%, 88%, 0%, 9%
HSV300.0°, 87.6%, 91.4%
LAB56.2, 89.1, -55.4
XYZ48.8, 24.1, 79.2
Decimal15277545
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.61:1
Text on #FFFFFF
AA Large
5.82:1
Text on #000000
AA
3.45:1
Text on #F8FAFC
AA Large
4.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E91DE9;
}
.text-color {
color: #E91DE9;
}
.border-color {
border: 2px solid #E91DE9;
}