Shades of Hollywood Cerise #EE09AB
Tints of Hollywood Cerise #EE09AB
RGB
CMYK
RGB Variations
Color information
#EE09AB (or 0xEE09AB) is known color: Hollywood Cerise. HEX triplet: EE, 09 and AB. RGB value is (238,9,171). Sum of RGB (Red+Green+Blue) = 238+9+171=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE09AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE09AB is #11F654. Grayscale: #5F5F5F. Windows color (decimal): -1177173 or 11209198. OLE color: 11209198.
HSL color Cylindrical-coordinate representation of color #EE09AB: hue angle of 317.55º 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 #EE09AB is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 171 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.07 |
| HSL | 317.55º | 0.93% | 0.48% | - |
| HSV(B) | 317.55º | 0.96% | 0.93% | - |
| XYZ | 42.71 | 21.31 | 40.39 | - |
| YUV | 95.94 | 170.37 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 171 | 0 | 0.96 | 0.28 | 0.07 | 317.55 | 0.93 | 0.48 |
| Hex | EE | 9 | AB | 0 | 60 | 1C | 7 | 13E | 5D | 30 |
| Octal | 356 | 11 | 253 | 0 | 140 | 34 | 7 | 476 | 135 | 60 |
| Binary | 11101110 | 1001 | 10101011 | 0 | 1100000 | 11100 | 111 | 100111110 | 1011101 | 110000 |
Color Harmonies of #EE09AB
Complementary color
Monochromatic Colors of #EE09AB
Black with #EE09AB
Text Example
Text Example
White with #EE09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE09AB; }
p { color: rgb(238,9,171); }
H1.HeaderClassName
{
color: #EE09AB;
}
.AnyTagClassName
{
color: #EE09AB;
}
</style>
background-color css
<style>
a { background-color: #EE09AB; }
a { background-color: rgb(238,9,171); }
div.DivClassName
{
background-color: #EE09AB;
}
.BgClassName
{
background-color: #EE09AB;
}
</style>
border-color css
<style>
span { border-color: #EE09AB; }
span { border-color: rgb(238,9,171); }
td.TdClassName
{
border-color: #EE09AB;
}
.TagClassName
{
border-color: #EE09AB;
}
</style>