#E91DF8
A medium, vivid magenta closely aligning with Fuchsia.
About #E91DF8
The hex code #E91DF8 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Fuchsia. In the RGB color space, it consists of 233 red, 29 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. The color uses 6% Cyan, 88% Magenta, 0% Yellow, and 3% Black. With a hue angle of 295.9 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E91DF8
RGB233, 29, 248
HSL295.9°, 94.0%, 54.3%
CMYK6%, 88%, 0%, 3%
HSV295.9°, 88.3%, 97.3%
LAB57.1, 91.4, -62.4
XYZ51.0, 25.0, 90.9
Decimal15277560
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.50:1
Text on #FFFFFF
AA Large
6.00:1
Text on #000000
AA
3.35:1
Text on #F8FAFC
AA Large
5.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E91DF8;
}
.text-color {
color: #E91DF8;
}
.border-color {
border: 2px solid #E91DF8;
}