Shades of Hollywood Cerise #EC11AA
Tints of Hollywood Cerise #EC11AA
RGB
CMYK
RGB Variations
Color information
#EC11AA (or 0xEC11AA) is known color: Hollywood Cerise. HEX triplet: EC, 11 and AA. RGB value is (236,17,170). Sum of RGB (Red+Green+Blue) = 236+17+170=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC11AA is #13EE55. Grayscale: #636363. Windows color (decimal): -1306198 or 11145708. OLE color: 11145708.
HSL color Cylindrical-coordinate representation of color #EC11AA: hue angle of 318.08º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC11AA is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 170 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.07 |
| HSL | 318.08º | 0.87% | 0.5% | - |
| HSV(B) | 318.08º | 0.93% | 0.93% | - |
| XYZ | 42.05 | 21.14 | 39.89 | - |
| YUV | 99.92 | 167.55 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 170 | 0 | 0.93 | 0.28 | 0.07 | 318.08 | 0.87 | 0.5 |
| Hex | EC | 11 | AA | 0 | 5D | 1C | 7 | 13E | 57 | 32 |
| Octal | 354 | 21 | 252 | 0 | 135 | 34 | 7 | 476 | 127 | 62 |
| Binary | 11101100 | 10001 | 10101010 | 0 | 1011101 | 11100 | 111 | 100111110 | 1010111 | 110010 |
Color Harmonies of #EC11AA
Complementary color
Monochromatic Colors of #EC11AA
Black with #EC11AA
Text Example
Text Example
White with #EC11AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11AA; }
p { color: rgb(236,17,170); }
H1.HeaderClassName
{
color: #EC11AA;
}
.AnyTagClassName
{
color: #EC11AA;
}
</style>
background-color css
<style>
a { background-color: #EC11AA; }
a { background-color: rgb(236,17,170); }
div.DivClassName
{
background-color: #EC11AA;
}
.BgClassName
{
background-color: #EC11AA;
}
</style>
border-color css
<style>
span { border-color: #EC11AA; }
span { border-color: rgb(236,17,170); }
td.TdClassName
{
border-color: #EC11AA;
}
.TagClassName
{
border-color: #EC11AA;
}
</style>