Shades of Hollywood Cerise #EE0CAF
Tints of Hollywood Cerise #EE0CAF
RGB
CMYK
RGB Variations
Color information
#EE0CAF (or 0xEE0CAF) is known color: Hollywood Cerise. HEX triplet: EE, 0C and AF. RGB value is (238,12,175). Sum of RGB (Red+Green+Blue) = 238+12+175=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0CAF is #11F350. Grayscale: #616161. Windows color (decimal): -1176401 or 11472110. OLE color: 11472110.
HSL color Cylindrical-coordinate representation of color #EE0CAF: hue angle of 316.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0CAF is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 175 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.07 |
| HSL | 316.73º | 0.9% | 0.49% | - |
| HSV(B) | 316.73º | 0.95% | 0.93% | - |
| XYZ | 43.13 | 21.54 | 42.44 | - |
| YUV | 98.16 | 171.37 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 175 | 0 | 0.95 | 0.26 | 0.07 | 316.73 | 0.9 | 0.49 |
| Hex | EE | C | AF | 0 | 5F | 1A | 7 | 13D | 5A | 31 |
| Octal | 356 | 14 | 257 | 0 | 137 | 32 | 7 | 475 | 132 | 61 |
| Binary | 11101110 | 1100 | 10101111 | 0 | 1011111 | 11010 | 111 | 100111101 | 1011010 | 110001 |
Color Harmonies of #EE0CAF
Complementary color
Monochromatic Colors of #EE0CAF
Black with #EE0CAF
Text Example
Text Example
White with #EE0CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CAF; }
p { color: rgb(238,12,175); }
H1.HeaderClassName
{
color: #EE0CAF;
}
.AnyTagClassName
{
color: #EE0CAF;
}
</style>
background-color css
<style>
a { background-color: #EE0CAF; }
a { background-color: rgb(238,12,175); }
div.DivClassName
{
background-color: #EE0CAF;
}
.BgClassName
{
background-color: #EE0CAF;
}
</style>
border-color css
<style>
span { border-color: #EE0CAF; }
span { border-color: rgb(238,12,175); }
td.TdClassName
{
border-color: #EE0CAF;
}
.TagClassName
{
border-color: #EE0CAF;
}
</style>