Shades of Red #EA0100
Tints of Red #EA0100
RGB
CMYK
RGB Variations
Color information
#EA0100 (or 0xEA0100) is known color: Red. HEX triplet: EA, 01 and 00. RGB value is (234,1,0). Sum of RGB (Red+Green+Blue) = 234+1+0=235 (31% of max value = 765). Red value is 234 (91.80% from 255 or 99.57% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0100 is #15FEFF. Grayscale: #464646. Windows color (decimal): -1441536 or 490. OLE color: 490.
HSL color Cylindrical-coordinate representation of color #EA0100: hue angle of 0.26º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.08 |
| HSL | 0.26º | 1% | 0.46% | - |
| HSV(B) | 0.26º | 1% | 0.92% | - |
| XYZ | 33.94 | 17.51 | 1.59 | - |
| YUV | 70.55 | 88.19 | 244.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 0 | 0 | 1.00 | 1 | 0.08 | 0.26 | 1 | 0.46 |
| Hex | EA | 1 | 0 | 0 | 64 | 64 | 8 | 0 | 64 | 2E |
| Octal | 352 | 1 | 0 | 0 | 144 | 144 | 10 | 0 | 144 | 56 |
| Binary | 11101010 | 1 | 0 | 0 | 1100100 | 1100100 | 1000 | 0 | 1100100 | 101110 |
Color Harmonies of #EA0100
Complementary color
Monochromatic Colors of #EA0100
Black with #EA0100
Text Example
Text Example
White with #EA0100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0100; }
p { color: rgb(234,1,0); }
H1.HeaderClassName
{
color: #EA0100;
}
.AnyTagClassName
{
color: #EA0100;
}
</style>
background-color css
<style>
a { background-color: #EA0100; }
a { background-color: rgb(234,1,0); }
div.DivClassName
{
background-color: #EA0100;
}
.BgClassName
{
background-color: #EA0100;
}
</style>
border-color css
<style>
span { border-color: #EA0100; }
span { border-color: rgb(234,1,0); }
td.TdClassName
{
border-color: #EA0100;
}
.TagClassName
{
border-color: #EA0100;
}
</style>