Shades of Hollywood Cerise #EC08A0
Tints of Hollywood Cerise #EC08A0
RGB
CMYK
RGB Variations
Color information
#EC08A0 (or 0xEC08A0) is known color: Hollywood Cerise. HEX triplet: EC, 08 and A0. RGB value is (236,8,160). Sum of RGB (Red+Green+Blue) = 236+8+160=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC08A0 is #13F75F. Grayscale: #5D5D5D. Windows color (decimal): -1308512 or 10488044. OLE color: 10488044.
HSL color Cylindrical-coordinate representation of color #EC08A0: hue angle of 320º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC08A0 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 160 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.07 |
| HSL | 320º | 0.93% | 0.48% | - |
| HSV(B) | 320º | 0.97% | 0.93% | - |
| XYZ | 41.02 | 20.54 | 35.06 | - |
| YUV | 93.5 | 165.54 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 160 | 0 | 0.97 | 0.32 | 0.07 | 320 | 0.93 | 0.48 |
| Hex | EC | 8 | A0 | 0 | 61 | 20 | 7 | 140 | 5D | 30 |
| Octal | 354 | 10 | 240 | 0 | 141 | 40 | 7 | 500 | 135 | 60 |
| Binary | 11101100 | 1000 | 10100000 | 0 | 1100001 | 100000 | 111 | 101000000 | 1011101 | 110000 |
Color Harmonies of #EC08A0
Complementary color
Monochromatic Colors of #EC08A0
Black with #EC08A0
Text Example
Text Example
White with #EC08A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC08A0; }
p { color: rgb(236,8,160); }
H1.HeaderClassName
{
color: #EC08A0;
}
.AnyTagClassName
{
color: #EC08A0;
}
</style>
background-color css
<style>
a { background-color: #EC08A0; }
a { background-color: rgb(236,8,160); }
div.DivClassName
{
background-color: #EC08A0;
}
.BgClassName
{
background-color: #EC08A0;
}
</style>
border-color css
<style>
span { border-color: #EC08A0; }
span { border-color: rgb(236,8,160); }
td.TdClassName
{
border-color: #EC08A0;
}
.TagClassName
{
border-color: #EC08A0;
}
</style>