Shades of Red #EA0E05
Tints of Red #EA0E05
RGB
CMYK
RGB Variations
Color information
#EA0E05 (or 0xEA0E05) is known color: Red. HEX triplet: EA, 0E and 05. RGB value is (234,14,5). Sum of RGB (Red+Green+Blue) = 234+14+5=253 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.49% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0E05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0E05 is #15F1FA. Grayscale: #4F4F4F. Windows color (decimal): -1438203 or 331498. OLE color: 331498.
HSL color Cylindrical-coordinate representation of color #EA0E05: hue angle of 2.36º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA0E05 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 14 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.08 |
| HSL | 2.36º | 0.96% | 0.47% | - |
| HSV(B) | 2.36º | 0.98% | 0.92% | - |
| XYZ | 34.12 | 17.82 | 1.78 | - |
| YUV | 78.75 | 86.39 | 238.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 14 | 5 | 0 | 0.94 | 0.98 | 0.08 | 2.36 | 0.96 | 0.47 |
| Hex | EA | E | 5 | 0 | 5E | 62 | 8 | 2 | 60 | 2F |
| Octal | 352 | 16 | 5 | 0 | 136 | 142 | 10 | 2 | 140 | 57 |
| Binary | 11101010 | 1110 | 101 | 0 | 1011110 | 1100010 | 1000 | 10 | 1100000 | 101111 |
Color Harmonies of #EA0E05
Complementary color
Monochromatic Colors of #EA0E05
Black with #EA0E05
Text Example
Text Example
White with #EA0E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0E05; }
p { color: rgb(234,14,5); }
H1.HeaderClassName
{
color: #EA0E05;
}
.AnyTagClassName
{
color: #EA0E05;
}
</style>
background-color css
<style>
a { background-color: #EA0E05; }
a { background-color: rgb(234,14,5); }
div.DivClassName
{
background-color: #EA0E05;
}
.BgClassName
{
background-color: #EA0E05;
}
</style>
border-color css
<style>
span { border-color: #EA0E05; }
span { border-color: rgb(234,14,5); }
td.TdClassName
{
border-color: #EA0E05;
}
.TagClassName
{
border-color: #EA0E05;
}
</style>