Shades of Hollywood Cerise #EE0597
Tints of Hollywood Cerise #EE0597
RGB
CMYK
RGB Variations
Color information
#EE0597 (or 0xEE0597) is known color: Hollywood Cerise. HEX triplet: EE, 05 and 97. RGB value is (238,5,151). Sum of RGB (Red+Green+Blue) = 238+5+151=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0597 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0597 is #11FA68. Grayscale: #5A5A5A. Windows color (decimal): -1178217 or 9897454. OLE color: 9897454.
HSL color Cylindrical-coordinate representation of color #EE0597: hue angle of 322.4º 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 #EE0597 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 151 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.07 |
| HSL | 322.4º | 0.96% | 0.48% | - |
| HSV(B) | 322.4º | 0.98% | 0.93% | - |
| XYZ | 40.9 | 20.52 | 31.08 | - |
| YUV | 91.31 | 161.69 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 151 | 0 | 0.98 | 0.37 | 0.07 | 322.4 | 0.96 | 0.48 |
| Hex | EE | 5 | 97 | 0 | 62 | 25 | 7 | 142 | 60 | 30 |
| Octal | 356 | 5 | 227 | 0 | 142 | 45 | 7 | 502 | 140 | 60 |
| Binary | 11101110 | 101 | 10010111 | 0 | 1100010 | 100101 | 111 | 101000010 | 1100000 | 110000 |
Color Harmonies of #EE0597
Complementary color
Monochromatic Colors of #EE0597
Black with #EE0597
Text Example
Text Example
White with #EE0597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0597; }
p { color: rgb(238,5,151); }
H1.HeaderClassName
{
color: #EE0597;
}
.AnyTagClassName
{
color: #EE0597;
}
</style>
background-color css
<style>
a { background-color: #EE0597; }
a { background-color: rgb(238,5,151); }
div.DivClassName
{
background-color: #EE0597;
}
.BgClassName
{
background-color: #EE0597;
}
</style>
border-color css
<style>
span { border-color: #EE0597; }
span { border-color: rgb(238,5,151); }
td.TdClassName
{
border-color: #EE0597;
}
.TagClassName
{
border-color: #EE0597;
}
</style>