#E92CE9
A medium, vivid magenta closely aligning with Fuchsia.
About #E92CE9
The hex code #E92CE9 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(233, 44, 233).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 81% magenta, 0% yellow, and 9% black. The HSL representation is 300.0° hue, 81.1% saturation, and 54.3% 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#E92CE9
RGB233, 44, 233
HSL300.0°, 81.1%, 54.3%
CMYK0%, 81%, 0%, 9%
HSV300.0°, 81.1%, 91.4%
LAB57.1, 86.5, -54.0
XYZ49.2, 25.0, 79.3
Decimal15281385
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.50:1
Text on #FFFFFF
AA Large
6.00:1
Text on #000000
AA
3.34:1
Text on #F8FAFC
AA Large
5.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E92CE9;
}
.text-color {
color: #E92CE9;
}
.border-color {
border: 2px solid #E92CE9;
}