Shades of Hollywood Cerise #EC0CAB
Tints of Hollywood Cerise #EC0CAB
RGB
CMYK
RGB Variations
Color information
#EC0CAB (or 0xEC0CAB) is known color: Hollywood Cerise. HEX triplet: EC, 0C and AB. RGB value is (236,12,171). Sum of RGB (Red+Green+Blue) = 236+12+171=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 12 (5.08% from 255 or 2.86% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0CAB is #13F354. Grayscale: #606060. Windows color (decimal): -1307477 or 11209964. OLE color: 11209964.
HSL color Cylindrical-coordinate representation of color #EC0CAB: hue angle of 317.41º 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 #EC0CAB is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 171 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.07 |
| HSL | 317.41º | 0.9% | 0.49% | - |
| HSV(B) | 317.41º | 0.95% | 0.93% | - |
| XYZ | 42.07 | 21.04 | 40.37 | - |
| YUV | 97.1 | 169.71 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 171 | 0 | 0.95 | 0.28 | 0.07 | 317.41 | 0.9 | 0.49 |
| Hex | EC | C | AB | 0 | 5F | 1C | 7 | 13D | 5A | 31 |
| Octal | 354 | 14 | 253 | 0 | 137 | 34 | 7 | 475 | 132 | 61 |
| Binary | 11101100 | 1100 | 10101011 | 0 | 1011111 | 11100 | 111 | 100111101 | 1011010 | 110001 |
Color Harmonies of #EC0CAB
Complementary color
Monochromatic Colors of #EC0CAB
Black with #EC0CAB
Text Example
Text Example
White with #EC0CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0CAB; }
p { color: rgb(236,12,171); }
H1.HeaderClassName
{
color: #EC0CAB;
}
.AnyTagClassName
{
color: #EC0CAB;
}
</style>
background-color css
<style>
a { background-color: #EC0CAB; }
a { background-color: rgb(236,12,171); }
div.DivClassName
{
background-color: #EC0CAB;
}
.BgClassName
{
background-color: #EC0CAB;
}
</style>
border-color css
<style>
span { border-color: #EC0CAB; }
span { border-color: rgb(236,12,171); }
td.TdClassName
{
border-color: #EC0CAB;
}
.TagClassName
{
border-color: #EC0CAB;
}
</style>