#E25F50
A light, vivid red closely aligning with Salmon.
About #E25F50
When working with digital screens, the color #E25F50 is rendered by mixing light. Its closest recognized web color is Salmon. Its digital footprint relies on 226 parts red, 95 parts green, and 80 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 58% Magenta, 65% Yellow, and 11% Black. The HSL representation is 6.2° hue, 71.6% saturation, and 60.0% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E25F50
RGB226, 95, 80
HSL6.2°, 71.6%, 60.0%
CMYK0%, 58%, 65%, 11%
HSV6.2°, 64.6%, 88.6%
LAB57.0, 50.1, 34.3
XYZ36.9, 24.9, 10.5
Decimal14835536
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.51:1
Text on #FFFFFF
AA Large
5.99:1
Text on #000000
AA
3.35:1
Text on #F8FAFC
AA Large
5.09:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E25F50;
}
.text-color {
color: #E25F50;
}
.border-color {
border: 2px solid #E25F50;
}