Shades of Hollywood Cerise #EE0FAC
Tints of Hollywood Cerise #EE0FAC
RGB
CMYK
RGB Variations
Color information
#EE0FAC (or 0xEE0FAC) is known color: Hollywood Cerise. HEX triplet: EE, 0F and AC. RGB value is (238,15,172). Sum of RGB (Red+Green+Blue) = 238+15+172=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0FAC is #11F053. Grayscale: #636363. Windows color (decimal): -1175636 or 11276270. OLE color: 11276270.
HSL color Cylindrical-coordinate representation of color #EE0FAC: hue angle of 317.76º 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 #EE0FAC is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 172 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.07 |
| HSL | 317.76º | 0.88% | 0.5% | - |
| HSV(B) | 317.76º | 0.94% | 0.93% | - |
| XYZ | 42.88 | 21.5 | 40.92 | - |
| YUV | 99.58 | 168.88 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 172 | 0 | 0.94 | 0.28 | 0.07 | 317.76 | 0.88 | 0.5 |
| Hex | EE | F | AC | 0 | 5E | 1C | 7 | 13E | 58 | 32 |
| Octal | 356 | 17 | 254 | 0 | 136 | 34 | 7 | 476 | 130 | 62 |
| Binary | 11101110 | 1111 | 10101100 | 0 | 1011110 | 11100 | 111 | 100111110 | 1011000 | 110010 |
Color Harmonies of #EE0FAC
Complementary color
Monochromatic Colors of #EE0FAC
Black with #EE0FAC
Text Example
Text Example
White with #EE0FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FAC; }
p { color: rgb(238,15,172); }
H1.HeaderClassName
{
color: #EE0FAC;
}
.AnyTagClassName
{
color: #EE0FAC;
}
</style>
background-color css
<style>
a { background-color: #EE0FAC; }
a { background-color: rgb(238,15,172); }
div.DivClassName
{
background-color: #EE0FAC;
}
.BgClassName
{
background-color: #EE0FAC;
}
</style>
border-color css
<style>
span { border-color: #EE0FAC; }
span { border-color: rgb(238,15,172); }
td.TdClassName
{
border-color: #EE0FAC;
}
.TagClassName
{
border-color: #EE0FAC;
}
</style>