Shades of Hollywood Cerise #EC0CA9
Tints of Hollywood Cerise #EC0CA9
RGB
CMYK
RGB Variations
Color information
#EC0CA9 (or 0xEC0CA9) is known color: Hollywood Cerise. HEX triplet: EC, 0C and A9. RGB value is (236,12,169). Sum of RGB (Red+Green+Blue) = 236+12+169=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0CA9 is #13F356. Grayscale: #606060. Windows color (decimal): -1307479 or 11078892. OLE color: 11078892.
HSL color Cylindrical-coordinate representation of color #EC0CA9: hue angle of 317.95º 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 #EC0CA9 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 169 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.07 |
| HSL | 317.95º | 0.9% | 0.49% | - |
| HSV(B) | 317.95º | 0.95% | 0.93% | - |
| XYZ | 41.88 | 20.96 | 39.37 | - |
| YUV | 96.87 | 168.71 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 169 | 0 | 0.95 | 0.28 | 0.07 | 317.95 | 0.9 | 0.49 |
| Hex | EC | C | A9 | 0 | 5F | 1C | 7 | 13E | 5A | 31 |
| Octal | 354 | 14 | 251 | 0 | 137 | 34 | 7 | 476 | 132 | 61 |
| Binary | 11101100 | 1100 | 10101001 | 0 | 1011111 | 11100 | 111 | 100111110 | 1011010 | 110001 |
Color Harmonies of #EC0CA9
Complementary color
Monochromatic Colors of #EC0CA9
Black with #EC0CA9
Text Example
Text Example
White with #EC0CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0CA9; }
p { color: rgb(236,12,169); }
H1.HeaderClassName
{
color: #EC0CA9;
}
.AnyTagClassName
{
color: #EC0CA9;
}
</style>
background-color css
<style>
a { background-color: #EC0CA9; }
a { background-color: rgb(236,12,169); }
div.DivClassName
{
background-color: #EC0CA9;
}
.BgClassName
{
background-color: #EC0CA9;
}
</style>
border-color css
<style>
span { border-color: #EC0CA9; }
span { border-color: rgb(236,12,169); }
td.TdClassName
{
border-color: #EC0CA9;
}
.TagClassName
{
border-color: #EC0CA9;
}
</style>