Shades of Red #EA0502
Tints of Red #EA0502
RGB
CMYK
RGB Variations
Color information
#EA0502 (or 0xEA0502) is known color: Red. HEX triplet: EA, 05 and 02. RGB value is (234,5,2). Sum of RGB (Red+Green+Blue) = 234+5+2=241 (31% of max value = 765). Red value is 234 (91.80% from 255 or 97.10% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0502 is #15FAFD. Grayscale: #494949. Windows color (decimal): -1440510 or 132586. OLE color: 132586.
HSL color Cylindrical-coordinate representation of color #EA0502: hue angle of 0.78º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA0502 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 5 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.08 |
| HSL | 0.78º | 0.98% | 0.46% | - |
| HSV(B) | 0.78º | 0.99% | 0.92% | - |
| XYZ | 34 | 17.61 | 1.66 | - |
| YUV | 73.13 | 87.87 | 242.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 5 | 2 | 0 | 0.98 | 0.99 | 0.08 | 0.78 | 0.98 | 0.46 |
| Hex | EA | 5 | 2 | 0 | 62 | 63 | 8 | 1 | 62 | 2E |
| Octal | 352 | 5 | 2 | 0 | 142 | 143 | 10 | 1 | 142 | 56 |
| Binary | 11101010 | 101 | 10 | 0 | 1100010 | 1100011 | 1000 | 1 | 1100010 | 101110 |
Color Harmonies of #EA0502
Complementary color
Monochromatic Colors of #EA0502
Black with #EA0502
Text Example
Text Example
White with #EA0502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0502; }
p { color: rgb(234,5,2); }
H1.HeaderClassName
{
color: #EA0502;
}
.AnyTagClassName
{
color: #EA0502;
}
</style>
background-color css
<style>
a { background-color: #EA0502; }
a { background-color: rgb(234,5,2); }
div.DivClassName
{
background-color: #EA0502;
}
.BgClassName
{
background-color: #EA0502;
}
</style>
border-color css
<style>
span { border-color: #EA0502; }
span { border-color: rgb(234,5,2); }
td.TdClassName
{
border-color: #EA0502;
}
.TagClassName
{
border-color: #EA0502;
}
</style>