Shades of Hollywood Cerise #EE099C
Tints of Hollywood Cerise #EE099C
RGB
CMYK
RGB Variations
Color information
#EE099C (or 0xEE099C) is known color: Hollywood Cerise. HEX triplet: EE, 09 and 9C. RGB value is (238,9,156). Sum of RGB (Red+Green+Blue) = 238+9+156=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE099C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE099C is #11F663. Grayscale: #5D5D5D. Windows color (decimal): -1177188 or 10226158. OLE color: 10226158.
HSL color Cylindrical-coordinate representation of color #EE099C: hue angle of 321.48º 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 #EE099C is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 156 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.07 |
| HSL | 321.48º | 0.93% | 0.48% | - |
| HSV(B) | 321.48º | 0.96% | 0.93% | - |
| XYZ | 41.36 | 20.77 | 33.28 | - |
| YUV | 94.23 | 162.87 | 230.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 156 | 0 | 0.96 | 0.34 | 0.07 | 321.48 | 0.93 | 0.48 |
| Hex | EE | 9 | 9C | 0 | 60 | 22 | 7 | 141 | 5D | 30 |
| Octal | 356 | 11 | 234 | 0 | 140 | 42 | 7 | 501 | 135 | 60 |
| Binary | 11101110 | 1001 | 10011100 | 0 | 1100000 | 100010 | 111 | 101000001 | 1011101 | 110000 |
Color Harmonies of #EE099C
Complementary color
Monochromatic Colors of #EE099C
Black with #EE099C
Text Example
Text Example
White with #EE099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE099C; }
p { color: rgb(238,9,156); }
H1.HeaderClassName
{
color: #EE099C;
}
.AnyTagClassName
{
color: #EE099C;
}
</style>
background-color css
<style>
a { background-color: #EE099C; }
a { background-color: rgb(238,9,156); }
div.DivClassName
{
background-color: #EE099C;
}
.BgClassName
{
background-color: #EE099C;
}
</style>
border-color css
<style>
span { border-color: #EE099C; }
span { border-color: rgb(238,9,156); }
td.TdClassName
{
border-color: #EE099C;
}
.TagClassName
{
border-color: #EE099C;
}
</style>