Shades of Hollywood Cerise #EE0EAC
Tints of Hollywood Cerise #EE0EAC
RGB
CMYK
RGB Variations
Color information
#EE0EAC (or 0xEE0EAC) is known color: Hollywood Cerise. HEX triplet: EE, 0E and AC. RGB value is (238,14,172). Sum of RGB (Red+Green+Blue) = 238+14+172=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0EAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0EAC is #11F153. Grayscale: #626262. Windows color (decimal): -1175892 or 11276014. OLE color: 11276014.
HSL color Cylindrical-coordinate representation of color #EE0EAC: hue angle of 317.68º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0EAC is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 172 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.07 |
| HSL | 317.68º | 0.89% | 0.49% | - |
| HSV(B) | 317.68º | 0.94% | 0.93% | - |
| XYZ | 42.86 | 21.47 | 40.91 | - |
| YUV | 98.99 | 169.21 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 172 | 0 | 0.94 | 0.28 | 0.07 | 317.68 | 0.89 | 0.49 |
| Hex | EE | E | AC | 0 | 5E | 1C | 7 | 13E | 59 | 31 |
| Octal | 356 | 16 | 254 | 0 | 136 | 34 | 7 | 476 | 131 | 61 |
| Binary | 11101110 | 1110 | 10101100 | 0 | 1011110 | 11100 | 111 | 100111110 | 1011001 | 110001 |
Color Harmonies of #EE0EAC
Complementary color
Monochromatic Colors of #EE0EAC
Black with #EE0EAC
Text Example
Text Example
White with #EE0EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EAC; }
p { color: rgb(238,14,172); }
H1.HeaderClassName
{
color: #EE0EAC;
}
.AnyTagClassName
{
color: #EE0EAC;
}
</style>
background-color css
<style>
a { background-color: #EE0EAC; }
a { background-color: rgb(238,14,172); }
div.DivClassName
{
background-color: #EE0EAC;
}
.BgClassName
{
background-color: #EE0EAC;
}
</style>
border-color css
<style>
span { border-color: #EE0EAC; }
span { border-color: rgb(238,14,172); }
td.TdClassName
{
border-color: #EE0EAC;
}
.TagClassName
{
border-color: #EE0EAC;
}
</style>