#FF00E2
A medium, vivid magenta closely aligning with Fuchsia.
About #FF00E2
The hex code #FF00E2 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(255, 0, 226).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 100% M, 11% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF00E2
RGB255, 0, 226
HSL306.8°, 100.0%, 50.0%
CMYK0%, 100%, 11%, 0%
HSV306.8°, 100.0%, 100.0%
LAB58.7, 94.4, -47.1
XYZ55.0, 26.8, 74.2
Decimal16711906
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.31:1
Text on #FFFFFF
AA Large
6.35:1
Text on #000000
AA
3.16:1
Text on #F8FAFC
AA Large
5.40:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF00E2;
}
.text-color {
color: #FF00E2;
}
.border-color {
border: 2px solid #FF00E2;
}