Shades of Hollywood Cerise #EE0FAB
Tints of Hollywood Cerise #EE0FAB
RGB
CMYK
RGB Variations
Color information
#EE0FAB (or 0xEE0FAB) is known color: Hollywood Cerise. HEX triplet: EE, 0F and AB. RGB value is (238,15,171). Sum of RGB (Red+Green+Blue) = 238+15+171=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0FAB is #11F054. Grayscale: #636363. Windows color (decimal): -1175637 or 11210734. OLE color: 11210734.
HSL color Cylindrical-coordinate representation of color #EE0FAB: hue angle of 318.03º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0FAB is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 171 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.07 |
| HSL | 318.03º | 0.88% | 0.5% | - |
| HSV(B) | 318.03º | 0.94% | 0.93% | - |
| XYZ | 42.78 | 21.46 | 40.42 | - |
| YUV | 99.46 | 168.38 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 171 | 0 | 0.94 | 0.28 | 0.07 | 318.03 | 0.88 | 0.5 |
| Hex | EE | F | AB | 0 | 5E | 1C | 7 | 13E | 58 | 32 |
| Octal | 356 | 17 | 253 | 0 | 136 | 34 | 7 | 476 | 130 | 62 |
| Binary | 11101110 | 1111 | 10101011 | 0 | 1011110 | 11100 | 111 | 100111110 | 1011000 | 110010 |
Color Harmonies of #EE0FAB
Complementary color
Monochromatic Colors of #EE0FAB
Black with #EE0FAB
Text Example
Text Example
White with #EE0FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FAB; }
p { color: rgb(238,15,171); }
H1.HeaderClassName
{
color: #EE0FAB;
}
.AnyTagClassName
{
color: #EE0FAB;
}
</style>
background-color css
<style>
a { background-color: #EE0FAB; }
a { background-color: rgb(238,15,171); }
div.DivClassName
{
background-color: #EE0FAB;
}
.BgClassName
{
background-color: #EE0FAB;
}
</style>
border-color css
<style>
span { border-color: #EE0FAB; }
span { border-color: rgb(238,15,171); }
td.TdClassName
{
border-color: #EE0FAB;
}
.TagClassName
{
border-color: #EE0FAB;
}
</style>