#E23AE2
A medium, vivid magenta closely aligning with Fuchsia.
About #E23AE2
The hex code #E23AE2 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Fuchsia. In the RGB color space, it consists of 226 red, 58 green, and 226 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 74% Magenta, 0% Yellow, and 11% Black. The HSL representation is 300.0° hue, 74.3% saturation, and 55.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E23AE2
RGB226, 58, 226
HSL300.0°, 74.3%, 55.7%
CMYK0%, 74%, 0%, 11%
HSV300.0°, 74.3%, 88.6%
LAB56.8, 80.6, -50.6
XYZ46.6, 24.7, 74.3
Decimal14826210
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.54:1
Text on #FFFFFF
AA Large
5.94:1
Text on #000000
AA
3.38:1
Text on #F8FAFC
AA Large
5.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E23AE2;
}
.text-color {
color: #E23AE2;
}
.border-color {
border: 2px solid #E23AE2;
}