Shades of Hollywood Cerise #EC16A1
Tints of Hollywood Cerise #EC16A1
RGB
CMYK
RGB Variations
Color information
#EC16A1 (or 0xEC16A1) is known color: Hollywood Cerise. HEX triplet: EC, 16 and A1. RGB value is (236,22,161). Sum of RGB (Red+Green+Blue) = 236+22+161=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC16A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC16A1 is #13E95E. Grayscale: #656565. Windows color (decimal): -1304927 or 10557164. OLE color: 10557164.
HSL color Cylindrical-coordinate representation of color #EC16A1: hue angle of 321.03º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC16A1 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 161 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.07 |
| HSL | 321.03º | 0.85% | 0.51% | - |
| HSV(B) | 321.03º | 0.91% | 0.93% | - |
| XYZ | 41.31 | 20.98 | 35.59 | - |
| YUV | 101.83 | 161.4 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 161 | 0 | 0.91 | 0.32 | 0.07 | 321.03 | 0.85 | 0.51 |
| Hex | EC | 16 | A1 | 0 | 5B | 20 | 7 | 141 | 55 | 33 |
| Octal | 354 | 26 | 241 | 0 | 133 | 40 | 7 | 501 | 125 | 63 |
| Binary | 11101100 | 10110 | 10100001 | 0 | 1011011 | 100000 | 111 | 101000001 | 1010101 | 110011 |
Color Harmonies of #EC16A1
Complementary color
Monochromatic Colors of #EC16A1
Black with #EC16A1
Text Example
Text Example
White with #EC16A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC16A1; }
p { color: rgb(236,22,161); }
H1.HeaderClassName
{
color: #EC16A1;
}
.AnyTagClassName
{
color: #EC16A1;
}
</style>
background-color css
<style>
a { background-color: #EC16A1; }
a { background-color: rgb(236,22,161); }
div.DivClassName
{
background-color: #EC16A1;
}
.BgClassName
{
background-color: #EC16A1;
}
</style>
border-color css
<style>
span { border-color: #EC16A1; }
span { border-color: rgb(236,22,161); }
td.TdClassName
{
border-color: #EC16A1;
}
.TagClassName
{
border-color: #EC16A1;
}
</style>