Shades of Hollywood Cerise #EC10AB
Tints of Hollywood Cerise #EC10AB
RGB
CMYK
RGB Variations
Color information
#EC10AB (or 0xEC10AB) is known color: Hollywood Cerise. HEX triplet: EC, 10 and AB. RGB value is (236,16,171). Sum of RGB (Red+Green+Blue) = 236+16+171=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC10AB is #13EF54. Grayscale: #636363. Windows color (decimal): -1306453 or 11210988. OLE color: 11210988.
HSL color Cylindrical-coordinate representation of color #EC10AB: hue angle of 317.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC10AB is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 171 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.07 |
| HSL | 317.73º | 0.87% | 0.49% | - |
| HSV(B) | 317.73º | 0.93% | 0.93% | - |
| XYZ | 42.13 | 21.14 | 40.39 | - |
| YUV | 99.45 | 168.39 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 171 | 0 | 0.93 | 0.28 | 0.07 | 317.73 | 0.87 | 0.49 |
| Hex | EC | 10 | AB | 0 | 5D | 1C | 7 | 13E | 57 | 31 |
| Octal | 354 | 20 | 253 | 0 | 135 | 34 | 7 | 476 | 127 | 61 |
| Binary | 11101100 | 10000 | 10101011 | 0 | 1011101 | 11100 | 111 | 100111110 | 1010111 | 110001 |
Color Harmonies of #EC10AB
Complementary color
Monochromatic Colors of #EC10AB
Black with #EC10AB
Text Example
Text Example
White with #EC10AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10AB; }
p { color: rgb(236,16,171); }
H1.HeaderClassName
{
color: #EC10AB;
}
.AnyTagClassName
{
color: #EC10AB;
}
</style>
background-color css
<style>
a { background-color: #EC10AB; }
a { background-color: rgb(236,16,171); }
div.DivClassName
{
background-color: #EC10AB;
}
.BgClassName
{
background-color: #EC10AB;
}
</style>
border-color css
<style>
span { border-color: #EC10AB; }
span { border-color: rgb(236,16,171); }
td.TdClassName
{
border-color: #EC10AB;
}
.TagClassName
{
border-color: #EC10AB;
}
</style>