#E91DF0
A medium, vivid magenta closely aligning with Fuchsia.
About #E91DF0
At its core, #E91DF0 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(233, 29, 240).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 3% C, 88% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#E91DF0
RGB233, 29, 240
HSL298.0°, 87.6%, 52.7%
CMYK3%, 88%, 0%, 6%
HSV298.0°, 87.9%, 94.1%
LAB56.6, 90.2, -58.7
XYZ49.8, 24.5, 84.5
Decimal15277552
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.56:1
Text on #FFFFFF
AA Large
5.90:1
Text on #000000
AA
3.40:1
Text on #F8FAFC
AA Large
5.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E91DF0;
}
.text-color {
color: #E91DF0;
}
.border-color {
border: 2px solid #E91DF0;
}