Shades of Hollywood Cerise #EC00AA
Tints of Hollywood Cerise #EC00AA
RGB
CMYK
RGB Variations
Color information
#EC00AA (or 0xEC00AA) is known color: Hollywood Cerise. HEX triplet: EC, 00 and AA. RGB value is (236,0,170). Sum of RGB (Red+Green+Blue) = 236+0+170=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC00AA is #13FF55. Grayscale: #595959. Windows color (decimal): -1310550 or 11141356. OLE color: 11141356.
HSL color Cylindrical-coordinate representation of color #EC00AA: hue angle of 316.78º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC00AA is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.28 | 0.07 |
| HSL | 316.78º | 1% | 0.46% | - |
| HSV(B) | 316.78º | 1% | 0.93% | - |
| XYZ | 41.85 | 20.74 | 39.83 | - |
| YUV | 89.94 | 173.19 | 232.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 170 | 0 | 1 | 0.28 | 0.07 | 316.78 | 1 | 0.46 |
| Hex | EC | 0 | AA | 0 | 64 | 1C | 7 | 13D | 64 | 2E |
| Octal | 354 | 0 | 252 | 0 | 144 | 34 | 7 | 475 | 144 | 56 |
| Binary | 11101100 | 0 | 10101010 | 0 | 1100100 | 11100 | 111 | 100111101 | 1100100 | 101110 |
Color Harmonies of #EC00AA
Complementary color
Monochromatic Colors of #EC00AA
Black with #EC00AA
Text Example
Text Example
White with #EC00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00AA; }
p { color: rgb(236,0,170); }
H1.HeaderClassName
{
color: #EC00AA;
}
.AnyTagClassName
{
color: #EC00AA;
}
</style>
background-color css
<style>
a { background-color: #EC00AA; }
a { background-color: rgb(236,0,170); }
div.DivClassName
{
background-color: #EC00AA;
}
.BgClassName
{
background-color: #EC00AA;
}
</style>
border-color css
<style>
span { border-color: #EC00AA; }
span { border-color: rgb(236,0,170); }
td.TdClassName
{
border-color: #EC00AA;
}
.TagClassName
{
border-color: #EC00AA;
}
</style>