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