Shades of Hollywood Cerise #EC0EAB
Tints of Hollywood Cerise #EC0EAB
RGB
CMYK
RGB Variations
Color information
#EC0EAB (or 0xEC0EAB) is known color: Hollywood Cerise. HEX triplet: EC, 0E and AB. RGB value is (236,14,171). Sum of RGB (Red+Green+Blue) = 236+14+171=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0EAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0EAB is #13F154. Grayscale: #616161. Windows color (decimal): -1306965 or 11210476. OLE color: 11210476.
HSL color Cylindrical-coordinate representation of color #EC0EAB: hue angle of 317.57º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0EAB is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 14 | 171 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.07 |
| HSL | 317.57º | 0.89% | 0.49% | - |
| HSV(B) | 317.57º | 0.94% | 0.93% | - |
| XYZ | 42.1 | 21.09 | 40.38 | - |
| YUV | 98.28 | 169.05 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 14 | 171 | 0 | 0.94 | 0.28 | 0.07 | 317.57 | 0.89 | 0.49 |
| Hex | EC | E | AB | 0 | 5E | 1C | 7 | 13E | 59 | 31 |
| Octal | 354 | 16 | 253 | 0 | 136 | 34 | 7 | 476 | 131 | 61 |
| Binary | 11101100 | 1110 | 10101011 | 0 | 1011110 | 11100 | 111 | 100111110 | 1011001 | 110001 |
Color Harmonies of #EC0EAB
Complementary color
Monochromatic Colors of #EC0EAB
Black with #EC0EAB
Text Example
Text Example
White with #EC0EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0EAB; }
p { color: rgb(236,14,171); }
H1.HeaderClassName
{
color: #EC0EAB;
}
.AnyTagClassName
{
color: #EC0EAB;
}
</style>
background-color css
<style>
a { background-color: #EC0EAB; }
a { background-color: rgb(236,14,171); }
div.DivClassName
{
background-color: #EC0EAB;
}
.BgClassName
{
background-color: #EC0EAB;
}
</style>
border-color css
<style>
span { border-color: #EC0EAB; }
span { border-color: rgb(236,14,171); }
td.TdClassName
{
border-color: #EC0EAB;
}
.TagClassName
{
border-color: #EC0EAB;
}
</style>