In a RGB color space, #ea0000 hex color is composed of 91.8% red, 0% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 100% magenta, 100% yellow and 8.2% black. It has a hue angle of 0 degrees, a saturation of 100% and a lightness of 45.9%. #ea0000 color hex could be obtained by blending #ff0000 with #d50000. Closest websafe color is: #ff0000.
The hexadecimal color #ea0000 has RGB values of R:234, G:0, B:0 and CMYK values of C:0, M:1, Y:1, K:0.08. Its decimal value is 15335424.
Hex triplet | ea0000 | #ea0000 |
RGB Decimal | 234, 0, 0 | rgb(234,0,0) |
RGB Percent | 91.8, 0, 0 | rgb(91.8%,0%,0%) |
CMYK | 0, 100, 100, 8.2 | |
HSL | 0°, 100, 45.9 | hsl(0,100%,45.9%) |
HSV(HSB) | 0°, 100, 91.8 | |
Web Safe | ff0000 | #f00 |
XYZ | 33.932, 17.492, 1.588 |
xyY | 0.64, 0.33, 17.492 |
CIE-LAB | 48.875, 75.066, 62.988 |
CIE-LCH | 48.875, 97.992, 40 |
CIE-LUV | 48.875, 160.721, 34.66 |
Hunter-Lab | 41.824, 71.625, 27.026 |
Binary | 11101010, 00000000, 00000000 |
Below, you can see some colors close to #ea0000. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ea0000.
<span style="color:#ea0000">Text here</span>
This paragraph has a background color of #ea0000.
<p style="background-color:#ea0000;">Content here</p>
This element has a border color of #ea0000.
<div style="border:1px #ea0000;">Content here</div>
.text {color:#ea0000;}
.background {background-color:#ea0000;}
.border {border:1px solid #ea0000;}
.text-shadow {border:1px solid #ea0000;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #ffeaea is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #757575 is the less saturated color, while #e00a0a is the most saturated one.