Shades of Hollywood Cerise #EA0599
Tints of Hollywood Cerise #EA0599
RGB
CMYK
RGB Variations
Color information
#EA0599 (or 0xEA0599) is known color: Hollywood Cerise. HEX triplet: EA, 05 and 99. RGB value is (234,5,153). Sum of RGB (Red+Green+Blue) = 234+5+153=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0599 is #15FA66. Grayscale: #595959. Windows color (decimal): -1440359 or 10028522. OLE color: 10028522.
HSL color Cylindrical-coordinate representation of color #EA0599: hue angle of 321.22º 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 #EA0599 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 5 | 153 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.08 |
| HSL | 321.22º | 0.96% | 0.47% | - |
| HSV(B) | 321.22º | 0.98% | 0.92% | - |
| XYZ | 39.74 | 19.9 | 31.88 | - |
| YUV | 90.34 | 163.37 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 5 | 153 | 0 | 0.98 | 0.35 | 0.08 | 321.22 | 0.96 | 0.47 |
| Hex | EA | 5 | 99 | 0 | 62 | 23 | 8 | 141 | 60 | 2F |
| Octal | 352 | 5 | 231 | 0 | 142 | 43 | 10 | 501 | 140 | 57 |
| Binary | 11101010 | 101 | 10011001 | 0 | 1100010 | 100011 | 1000 | 101000001 | 1100000 | 101111 |
Color Harmonies of #EA0599
Complementary color
Monochromatic Colors of #EA0599
Black with #EA0599
Text Example
Text Example
White with #EA0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0599; }
p { color: rgb(234,5,153); }
H1.HeaderClassName
{
color: #EA0599;
}
.AnyTagClassName
{
color: #EA0599;
}
</style>
background-color css
<style>
a { background-color: #EA0599; }
a { background-color: rgb(234,5,153); }
div.DivClassName
{
background-color: #EA0599;
}
.BgClassName
{
background-color: #EA0599;
}
</style>
border-color css
<style>
span { border-color: #EA0599; }
span { border-color: rgb(234,5,153); }
td.TdClassName
{
border-color: #EA0599;
}
.TagClassName
{
border-color: #EA0599;
}
</style>