#E92CF8
A medium, vivid magenta closely aligning with Fuchsia.
About #E92CF8
When working with digital screens, the color #E92CF8 is rendered by mixing light. 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, 44, and 248.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 6% cyan, 82% magenta, 0% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#E92CF8
RGB233, 44, 248
HSL295.6°, 93.6%, 57.3%
CMYK6%, 82%, 0%, 3%
HSV295.6°, 82.3%, 97.3%
LAB57.9, 88.8, -61.0
XYZ51.4, 25.9, 91.1
Decimal15281400
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.40:1
Text on #FFFFFF
AA Large
6.18:1
Text on #000000
AA
3.25:1
Text on #F8FAFC
AA Large
5.25:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E92CF8;
}
.text-color {
color: #E92CF8;
}
.border-color {
border: 2px solid #E92CF8;
}