Shades of Hollywood Cerise #EE0EAF
Tints of Hollywood Cerise #EE0EAF
RGB
CMYK
RGB Variations
Color information
#EE0EAF (or 0xEE0EAF) is known color: Hollywood Cerise. HEX triplet: EE, 0E and AF. RGB value is (238,14,175). Sum of RGB (Red+Green+Blue) = 238+14+175=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 14 (5.86% from 255 or 3.28% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0EAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0EAF is #11F150. Grayscale: #626262. Windows color (decimal): -1175889 or 11472622. OLE color: 11472622.
HSL color Cylindrical-coordinate representation of color #EE0EAF: hue angle of 316.88º 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 #EE0EAF is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 175 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.07 |
| HSL | 316.88º | 0.89% | 0.49% | - |
| HSV(B) | 316.88º | 0.94% | 0.93% | - |
| XYZ | 43.15 | 21.59 | 42.45 | - |
| YUV | 99.33 | 170.71 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 175 | 0 | 0.94 | 0.26 | 0.07 | 316.88 | 0.89 | 0.49 |
| Hex | EE | E | AF | 0 | 5E | 1A | 7 | 13D | 59 | 31 |
| Octal | 356 | 16 | 257 | 0 | 136 | 32 | 7 | 475 | 131 | 61 |
| Binary | 11101110 | 1110 | 10101111 | 0 | 1011110 | 11010 | 111 | 100111101 | 1011001 | 110001 |
Color Harmonies of #EE0EAF
Complementary color
Monochromatic Colors of #EE0EAF
Black with #EE0EAF
Text Example
Text Example
White with #EE0EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0EAF; }
p { color: rgb(238,14,175); }
H1.HeaderClassName
{
color: #EE0EAF;
}
.AnyTagClassName
{
color: #EE0EAF;
}
</style>
background-color css
<style>
a { background-color: #EE0EAF; }
a { background-color: rgb(238,14,175); }
div.DivClassName
{
background-color: #EE0EAF;
}
.BgClassName
{
background-color: #EE0EAF;
}
</style>
border-color css
<style>
span { border-color: #EE0EAF; }
span { border-color: rgb(238,14,175); }
td.TdClassName
{
border-color: #EE0EAF;
}
.TagClassName
{
border-color: #EE0EAF;
}
</style>