#E907E9
A medium, vivid magenta closely aligning with Fuchsia.
About #E907E9
The precise color #E907E9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 7, and 233.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 97% M, 0% Y, and 9% K. The HSL representation is 300.0° hue, 94.2% saturation, and 47.1% lightness.
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#E907E9
RGB233, 7, 233
HSL300.0°, 94.2%, 47.1%
CMYK0%, 97%, 0%, 9%
HSV300.0°, 97.0%, 91.4%
LAB55.4, 91.3, -56.6
XYZ48.4, 23.4, 79.0
Decimal15271913
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.70:1
Text on #FFFFFF
AA Large
5.67:1
Text on #000000
AA
3.54:1
Text on #F8FAFC
AA Large
4.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E907E9;
}
.text-color {
color: #E907E9;
}
.border-color {
border: 2px solid #E907E9;
}