#E242FF
A light, vivid magenta closely aligning with Fuchsia.
About #E242FF
Visually, #E242FF is defined as a vivid magenta. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(226, 66, 255).
For print applications, it's crucial to understand its CMYK makeup. The color uses 11% Cyan, 74% Magenta, 0% Yellow, and 0% Black. The HSL representation is 290.8° hue, 100.0% saturation, and 62.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E242FF
RGB226, 66, 255
HSL290.8°, 100.0%, 62.9%
CMYK11%, 74%, 0%, 0%
HSV290.8°, 74.1%, 100.0%
LAB59.2, 83.0, -62.8
XYZ51.4, 27.3, 97.2
Decimal14828287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.25:1
Text on #FFFFFF
AA Large
6.46:1
Text on #000000
AA
3.11:1
Text on #F8FAFC
AA Large
5.49:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E242FF;
}
.text-color {
color: #E242FF;
}
.border-color {
border: 2px solid #E242FF;
}