#E924E9
A medium, vivid magenta closely aligning with Fuchsia.
About #E924E9
Visually, #E924E9 is defined as a vivid magenta. Designers often compare it to the standard color Fuchsia. This translates to an RGB value of rgb(233, 36, 233).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 85% magenta, 0% yellow, and 9% black. The HSL representation is 300.0° hue, 81.7% saturation, and 52.7% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E924E9
RGB233, 36, 233
HSL300.0°, 81.7%, 52.7%
CMYK0%, 85%, 0%, 9%
HSV300.0°, 84.5%, 91.4%
LAB56.6, 88.0, -54.8
XYZ48.9, 24.5, 79.2
Decimal15279337
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.56:1
Text on #FFFFFF
AA Large
5.89:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E924E9;
}
.text-color {
color: #E924E9;
}
.border-color {
border: 2px solid #E924E9;
}