Hex Color #E0014B - Custom Color

Color Codes

HEX
#E0014B
RGB
rgb(224, 1, 75)
HSL
hsl(340, 99%, 44%)
CMYK
cmyk(0%, 100%, 67%, 12%)
HSV
hsv(340, 100%, 88%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 4.91:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 4.28:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #E0014B;
color: #E0014B;
border-color: #E0014B;
}

Tailwind CSS (with arbitrary values)

bg-[#E0014B]
text-[#E0014B]
border-[#E0014B]
// Example usage:
<div className="bg-[#E0014B]">