Shades of Hollywood Cerise #EE099E
Tints of Hollywood Cerise #EE099E
RGB
CMYK
RGB Variations
Color information
#EE099E (or 0xEE099E) is known color: Hollywood Cerise. HEX triplet: EE, 09 and 9E. RGB value is (238,9,158). Sum of RGB (Red+Green+Blue) = 238+9+158=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE099E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE099E is #11F661. Grayscale: #5E5E5E. Windows color (decimal): -1177186 or 10357230. OLE color: 10357230.
HSL color Cylindrical-coordinate representation of color #EE099E: hue angle of 320.96º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE099E is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 158 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.07 |
| HSL | 320.96º | 0.93% | 0.48% | - |
| HSV(B) | 320.96º | 0.96% | 0.93% | - |
| XYZ | 41.53 | 20.84 | 34.18 | - |
| YUV | 94.46 | 163.87 | 230.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 158 | 0 | 0.96 | 0.34 | 0.07 | 320.96 | 0.93 | 0.48 |
| Hex | EE | 9 | 9E | 0 | 60 | 22 | 7 | 141 | 5D | 30 |
| Octal | 356 | 11 | 236 | 0 | 140 | 42 | 7 | 501 | 135 | 60 |
| Binary | 11101110 | 1001 | 10011110 | 0 | 1100000 | 100010 | 111 | 101000001 | 1011101 | 110000 |
Color Harmonies of #EE099E
Complementary color
Monochromatic Colors of #EE099E
Black with #EE099E
Text Example
Text Example
White with #EE099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE099E; }
p { color: rgb(238,9,158); }
H1.HeaderClassName
{
color: #EE099E;
}
.AnyTagClassName
{
color: #EE099E;
}
</style>
background-color css
<style>
a { background-color: #EE099E; }
a { background-color: rgb(238,9,158); }
div.DivClassName
{
background-color: #EE099E;
}
.BgClassName
{
background-color: #EE099E;
}
</style>
border-color css
<style>
span { border-color: #EE099E; }
span { border-color: rgb(238,9,158); }
td.TdClassName
{
border-color: #EE099E;
}
.TagClassName
{
border-color: #EE099E;
}
</style>