Shades of Hollywood Cerise #EA0799
Tints of Hollywood Cerise #EA0799
RGB
CMYK
RGB Variations
Color information
#EA0799 (or 0xEA0799) is known color: Hollywood Cerise. HEX triplet: EA, 07 and 99. RGB value is (234,7,153). Sum of RGB (Red+Green+Blue) = 234+7+153=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0799 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0799 is #15F866. Grayscale: #5B5B5B. Windows color (decimal): -1439847 or 10029034. OLE color: 10029034.
HSL color Cylindrical-coordinate representation of color #EA0799: hue angle of 321.41º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0799 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 153 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.08 |
| HSL | 321.41º | 0.94% | 0.47% | - |
| HSV(B) | 321.41º | 0.97% | 0.92% | - |
| XYZ | 39.76 | 19.94 | 31.89 | - |
| YUV | 91.52 | 162.71 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 153 | 0 | 0.97 | 0.35 | 0.08 | 321.41 | 0.94 | 0.47 |
| Hex | EA | 7 | 99 | 0 | 61 | 23 | 8 | 141 | 5E | 2F |
| Octal | 352 | 7 | 231 | 0 | 141 | 43 | 10 | 501 | 136 | 57 |
| Binary | 11101010 | 111 | 10011001 | 0 | 1100001 | 100011 | 1000 | 101000001 | 1011110 | 101111 |
Color Harmonies of #EA0799
Complementary color
Monochromatic Colors of #EA0799
Black with #EA0799
Text Example
Text Example
White with #EA0799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0799; }
p { color: rgb(234,7,153); }
H1.HeaderClassName
{
color: #EA0799;
}
.AnyTagClassName
{
color: #EA0799;
}
</style>
background-color css
<style>
a { background-color: #EA0799; }
a { background-color: rgb(234,7,153); }
div.DivClassName
{
background-color: #EA0799;
}
.BgClassName
{
background-color: #EA0799;
}
</style>
border-color css
<style>
span { border-color: #EA0799; }
span { border-color: rgb(234,7,153); }
td.TdClassName
{
border-color: #EA0799;
}
.TagClassName
{
border-color: #EA0799;
}
</style>