#FF00E9
A medium, vivid magenta closely aligning with Fuchsia.
About #FF00E9
The hex code #FF00E9 represents a beautifully specific shade of magenta. 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 255, 0, and 233.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 100% magenta, 9% yellow, and 0% black. With a hue angle of 305.2 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF00E9
RGB255, 0, 233
HSL305.2°, 100.0%, 50.0%
CMYK0%, 100%, 9%, 0%
HSV305.2°, 100.0%, 100.0%
LAB59.1, 95.3, -50.5
XYZ55.9, 27.1, 79.4
Decimal16711913
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.43:1
Text on #000000
AA
3.12:1
Text on #F8FAFC
AA Large
5.47:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF00E9;
}
.text-color {
color: #FF00E9;
}
.border-color {
border: 2px solid #FF00E9;
}