Shades of Hollywood Cerise #EE0899
Tints of Hollywood Cerise #EE0899
RGB
CMYK
RGB Variations
Color information
#EE0899 (or 0xEE0899) is known color: Hollywood Cerise. HEX triplet: EE, 08 and 99. RGB value is (238,8,153). Sum of RGB (Red+Green+Blue) = 238+8+153=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0899 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0899 is #11F766. Grayscale: #5C5C5C. Windows color (decimal): -1177447 or 10029294. OLE color: 10029294.
HSL color Cylindrical-coordinate representation of color #EE0899: hue angle of 322.17º degrees, saturation: 0.93, 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 #EE0899 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 153 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.07 |
| HSL | 322.17º | 0.93% | 0.48% | - |
| HSV(B) | 322.17º | 0.97% | 0.93% | - |
| XYZ | 41.1 | 20.65 | 31.96 | - |
| YUV | 93.3 | 161.7 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 153 | 0 | 0.97 | 0.36 | 0.07 | 322.17 | 0.93 | 0.48 |
| Hex | EE | 8 | 99 | 0 | 61 | 24 | 7 | 142 | 5D | 30 |
| Octal | 356 | 10 | 231 | 0 | 141 | 44 | 7 | 502 | 135 | 60 |
| Binary | 11101110 | 1000 | 10011001 | 0 | 1100001 | 100100 | 111 | 101000010 | 1011101 | 110000 |
Color Harmonies of #EE0899
Complementary color
Monochromatic Colors of #EE0899
Black with #EE0899
Text Example
Text Example
White with #EE0899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0899; }
p { color: rgb(238,8,153); }
H1.HeaderClassName
{
color: #EE0899;
}
.AnyTagClassName
{
color: #EE0899;
}
</style>
background-color css
<style>
a { background-color: #EE0899; }
a { background-color: rgb(238,8,153); }
div.DivClassName
{
background-color: #EE0899;
}
.BgClassName
{
background-color: #EE0899;
}
</style>
border-color css
<style>
span { border-color: #EE0899; }
span { border-color: rgb(238,8,153); }
td.TdClassName
{
border-color: #EE0899;
}
.TagClassName
{
border-color: #EE0899;
}
</style>