Shades of Hollywood Cerise #EC01A0
Tints of Hollywood Cerise #EC01A0
RGB
CMYK
RGB Variations
Color information
#EC01A0 (or 0xEC01A0) is known color: Hollywood Cerise. HEX triplet: EC, 01 and A0. RGB value is (236,1,160). Sum of RGB (Red+Green+Blue) = 236+1+160=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC01A0 is #13FE5F. Grayscale: #585858. Windows color (decimal): -1310304 or 10486252. OLE color: 10486252.
HSL color Cylindrical-coordinate representation of color #EC01A0: hue angle of 319.4º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01A0 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 160 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.07 |
| HSL | 319.4º | 0.99% | 0.46% | - |
| HSV(B) | 319.4º | 1% | 0.93% | - |
| XYZ | 40.95 | 20.39 | 35.04 | - |
| YUV | 89.39 | 167.86 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 160 | 0 | 1.00 | 0.32 | 0.07 | 319.4 | 0.99 | 0.46 |
| Hex | EC | 1 | A0 | 0 | 64 | 20 | 7 | 13F | 63 | 2E |
| Octal | 354 | 1 | 240 | 0 | 144 | 40 | 7 | 477 | 143 | 56 |
| Binary | 11101100 | 1 | 10100000 | 0 | 1100100 | 100000 | 111 | 100111111 | 1100011 | 101110 |
Color Harmonies of #EC01A0
Complementary color
Monochromatic Colors of #EC01A0
Black with #EC01A0
Text Example
Text Example
White with #EC01A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01A0; }
p { color: rgb(236,1,160); }
H1.HeaderClassName
{
color: #EC01A0;
}
.AnyTagClassName
{
color: #EC01A0;
}
</style>
background-color css
<style>
a { background-color: #EC01A0; }
a { background-color: rgb(236,1,160); }
div.DivClassName
{
background-color: #EC01A0;
}
.BgClassName
{
background-color: #EC01A0;
}
</style>
border-color css
<style>
span { border-color: #EC01A0; }
span { border-color: rgb(236,1,160); }
td.TdClassName
{
border-color: #EC01A0;
}
.TagClassName
{
border-color: #EC01A0;
}
</style>