Shades of Hollywood Cerise #EA00A8
Tints of Hollywood Cerise #EA00A8
RGB
CMYK
RGB Variations
Color information
#EA00A8 (or 0xEA00A8) is known color: Hollywood Cerise. HEX triplet: EA, 00 and A8. RGB value is (234,0,168). Sum of RGB (Red+Green+Blue) = 234+0+168=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA00A8 is #15FF57. Grayscale: #585858. Windows color (decimal): -1441624 or 11010282. OLE color: 11010282.
HSL color Cylindrical-coordinate representation of color #EA00A8: hue angle of 316.92º 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 #EA00A8 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 168 | - |
| CMYK | 0 | 1 | 0.28 | 0.08 |
| HSL | 316.92º | 1% | 0.46% | - |
| HSV(B) | 316.92º | 1% | 0.92% | - |
| XYZ | 41 | 20.32 | 38.81 | - |
| YUV | 89.12 | 172.52 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 168 | 0 | 1 | 0.28 | 0.08 | 316.92 | 1 | 0.46 |
| Hex | EA | 0 | A8 | 0 | 64 | 1C | 8 | 13D | 64 | 2E |
| Octal | 352 | 0 | 250 | 0 | 144 | 34 | 10 | 475 | 144 | 56 |
| Binary | 11101010 | 0 | 10101000 | 0 | 1100100 | 11100 | 1000 | 100111101 | 1100100 | 101110 |
Color Harmonies of #EA00A8
Complementary color
Monochromatic Colors of #EA00A8
Black with #EA00A8
Text Example
Text Example
White with #EA00A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA00A8; }
p { color: rgb(234,0,168); }
H1.HeaderClassName
{
color: #EA00A8;
}
.AnyTagClassName
{
color: #EA00A8;
}
</style>
background-color css
<style>
a { background-color: #EA00A8; }
a { background-color: rgb(234,0,168); }
div.DivClassName
{
background-color: #EA00A8;
}
.BgClassName
{
background-color: #EA00A8;
}
</style>
border-color css
<style>
span { border-color: #EA00A8; }
span { border-color: rgb(234,0,168); }
td.TdClassName
{
border-color: #EA00A8;
}
.TagClassName
{
border-color: #EA00A8;
}
</style>