#E90FF0
A medium, vivid magenta closely aligning with Fuchsia.
About #E90FF0
Visually, #E90FF0 is defined as a vivid magenta. Designers often compare it to the standard color Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 15, and 240.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 3% cyan and 94% magenta inks. The HSL representation is 298.1° hue, 88.2% saturation, and 50.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E90FF0
RGB233, 15, 240
HSL298.1°, 88.2%, 50.0%
CMYK3%, 94%, 0%, 6%
HSV298.1°, 93.8%, 94.1%
LAB56.0, 91.8, -59.5
XYZ49.5, 24.0, 84.5
Decimal15273968
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.63:1
Text on #FFFFFF
AA Large
5.79:1
Text on #000000
AA
3.47:1
Text on #F8FAFC
AA Large
4.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E90FF0;
}
.text-color {
color: #E90FF0;
}
.border-color {
border: 2px solid #E90FF0;
}