Shades of Hollywood Cerise #EE0599
Tints of Hollywood Cerise #EE0599
RGB
CMYK
RGB Variations
Color information
#EE0599 (or 0xEE0599) is known color: Hollywood Cerise. HEX triplet: EE, 05 and 99. RGB value is (238,5,153). Sum of RGB (Red+Green+Blue) = 238+5+153=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0599 is #11FA66. Grayscale: #5B5B5B. Windows color (decimal): -1178215 or 10028526. OLE color: 10028526.
HSL color Cylindrical-coordinate representation of color #EE0599: hue angle of 321.89º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0599 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 153 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.07 |
| HSL | 321.89º | 0.96% | 0.48% | - |
| HSV(B) | 321.89º | 0.98% | 0.93% | - |
| XYZ | 41.06 | 20.59 | 31.95 | - |
| YUV | 91.54 | 162.69 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 153 | 0 | 0.98 | 0.36 | 0.07 | 321.89 | 0.96 | 0.48 |
| Hex | EE | 5 | 99 | 0 | 62 | 24 | 7 | 142 | 60 | 30 |
| Octal | 356 | 5 | 231 | 0 | 142 | 44 | 7 | 502 | 140 | 60 |
| Binary | 11101110 | 101 | 10011001 | 0 | 1100010 | 100100 | 111 | 101000010 | 1100000 | 110000 |
Color Harmonies of #EE0599
Complementary color
Monochromatic Colors of #EE0599
Black with #EE0599
Text Example
Text Example
White with #EE0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0599; }
p { color: rgb(238,5,153); }
H1.HeaderClassName
{
color: #EE0599;
}
.AnyTagClassName
{
color: #EE0599;
}
</style>
background-color css
<style>
a { background-color: #EE0599; }
a { background-color: rgb(238,5,153); }
div.DivClassName
{
background-color: #EE0599;
}
.BgClassName
{
background-color: #EE0599;
}
</style>
border-color css
<style>
span { border-color: #EE0599; }
span { border-color: rgb(238,5,153); }
td.TdClassName
{
border-color: #EE0599;
}
.TagClassName
{
border-color: #EE0599;
}
</style>