Shades of Hollywood Cerise #EA0D96
Tints of Hollywood Cerise #EA0D96
RGB
CMYK
RGB Variations
Color information
#EA0D96 (or 0xEA0D96) is known color: Hollywood Cerise. HEX triplet: EA, 0D and 96. RGB value is (234,13,150). Sum of RGB (Red+Green+Blue) = 234+13+150=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0D96 is #15F269. Grayscale: #5E5E5E. Windows color (decimal): -1438314 or 9833962. OLE color: 9833962.
HSL color Cylindrical-coordinate representation of color #EA0D96: hue angle of 322.81º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0D96 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 150 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.08 |
| HSL | 322.81º | 0.89% | 0.48% | - |
| HSV(B) | 322.81º | 0.94% | 0.92% | - |
| XYZ | 39.58 | 19.98 | 30.63 | - |
| YUV | 94.7 | 159.22 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 150 | 0 | 0.94 | 0.36 | 0.08 | 322.81 | 0.89 | 0.48 |
| Hex | EA | D | 96 | 0 | 5E | 24 | 8 | 143 | 59 | 30 |
| Octal | 352 | 15 | 226 | 0 | 136 | 44 | 10 | 503 | 131 | 60 |
| Binary | 11101010 | 1101 | 10010110 | 0 | 1011110 | 100100 | 1000 | 101000011 | 1011001 | 110000 |
Color Harmonies of #EA0D96
Complementary color
Monochromatic Colors of #EA0D96
Black with #EA0D96
Text Example
Text Example
White with #EA0D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0D96; }
p { color: rgb(234,13,150); }
H1.HeaderClassName
{
color: #EA0D96;
}
.AnyTagClassName
{
color: #EA0D96;
}
</style>
background-color css
<style>
a { background-color: #EA0D96; }
a { background-color: rgb(234,13,150); }
div.DivClassName
{
background-color: #EA0D96;
}
.BgClassName
{
background-color: #EA0D96;
}
</style>
border-color css
<style>
span { border-color: #EA0D96; }
span { border-color: rgb(234,13,150); }
td.TdClassName
{
border-color: #EA0D96;
}
.TagClassName
{
border-color: #EA0D96;
}
</style>