Shades of Hollywood Cerise #EC12AA
Tints of Hollywood Cerise #EC12AA
RGB
CMYK
RGB Variations
Color information
#EC12AA (or 0xEC12AA) is known color: Hollywood Cerise. HEX triplet: EC, 12 and AA. RGB value is (236,18,170). Sum of RGB (Red+Green+Blue) = 236+18+170=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC12AA is #13ED55. Grayscale: #646464. Windows color (decimal): -1305942 or 11145964. OLE color: 11145964.
HSL color Cylindrical-coordinate representation of color #EC12AA: hue angle of 318.17º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC12AA is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 170 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.07 |
| HSL | 318.17º | 0.86% | 0.5% | - |
| HSV(B) | 318.17º | 0.92% | 0.93% | - |
| XYZ | 42.06 | 21.17 | 39.9 | - |
| YUV | 100.51 | 167.22 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 170 | 0 | 0.92 | 0.28 | 0.07 | 318.17 | 0.86 | 0.5 |
| Hex | EC | 12 | AA | 0 | 5C | 1C | 7 | 13E | 56 | 32 |
| Octal | 354 | 22 | 252 | 0 | 134 | 34 | 7 | 476 | 126 | 62 |
| Binary | 11101100 | 10010 | 10101010 | 0 | 1011100 | 11100 | 111 | 100111110 | 1010110 | 110010 |
Color Harmonies of #EC12AA
Complementary color
Monochromatic Colors of #EC12AA
Black with #EC12AA
Text Example
Text Example
White with #EC12AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC12AA; }
p { color: rgb(236,18,170); }
H1.HeaderClassName
{
color: #EC12AA;
}
.AnyTagClassName
{
color: #EC12AA;
}
</style>
background-color css
<style>
a { background-color: #EC12AA; }
a { background-color: rgb(236,18,170); }
div.DivClassName
{
background-color: #EC12AA;
}
.BgClassName
{
background-color: #EC12AA;
}
</style>
border-color css
<style>
span { border-color: #EC12AA; }
span { border-color: rgb(236,18,170); }
td.TdClassName
{
border-color: #EC12AA;
}
.TagClassName
{
border-color: #EC12AA;
}
</style>