Shades of Hollywood Cerise #EE0697
Tints of Hollywood Cerise #EE0697
RGB
CMYK
RGB Variations
Color information
#EE0697 (or 0xEE0697) is known color: Hollywood Cerise. HEX triplet: EE, 06 and 97. RGB value is (238,6,151). Sum of RGB (Red+Green+Blue) = 238+6+151=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0697 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0697 is #11F968. Grayscale: #5B5B5B. Windows color (decimal): -1177961 or 9897710. OLE color: 9897710.
HSL color Cylindrical-coordinate representation of color #EE0697: hue angle of 322.5º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0697 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 151 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.07 |
| HSL | 322.5º | 0.95% | 0.48% | - |
| HSV(B) | 322.5º | 0.97% | 0.93% | - |
| XYZ | 40.91 | 20.54 | 31.09 | - |
| YUV | 91.9 | 161.36 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 151 | 0 | 0.97 | 0.37 | 0.07 | 322.5 | 0.95 | 0.48 |
| Hex | EE | 6 | 97 | 0 | 61 | 25 | 7 | 142 | 5F | 30 |
| Octal | 356 | 6 | 227 | 0 | 141 | 45 | 7 | 502 | 137 | 60 |
| Binary | 11101110 | 110 | 10010111 | 0 | 1100001 | 100101 | 111 | 101000010 | 1011111 | 110000 |
Color Harmonies of #EE0697
Complementary color
Monochromatic Colors of #EE0697
Black with #EE0697
Text Example
Text Example
White with #EE0697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0697; }
p { color: rgb(238,6,151); }
H1.HeaderClassName
{
color: #EE0697;
}
.AnyTagClassName
{
color: #EE0697;
}
</style>
background-color css
<style>
a { background-color: #EE0697; }
a { background-color: rgb(238,6,151); }
div.DivClassName
{
background-color: #EE0697;
}
.BgClassName
{
background-color: #EE0697;
}
</style>
border-color css
<style>
span { border-color: #EE0697; }
span { border-color: rgb(238,6,151); }
td.TdClassName
{
border-color: #EE0697;
}
.TagClassName
{
border-color: #EE0697;
}
</style>