Shades of Hollywood Cerise #EC059C
Tints of Hollywood Cerise #EC059C
RGB
CMYK
RGB Variations
Color information
#EC059C (or 0xEC059C) is known color: Hollywood Cerise. HEX triplet: EC, 05 and 9C. RGB value is (236,5,156). Sum of RGB (Red+Green+Blue) = 236+5+156=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC059C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC059C is #13FA63. Grayscale: #5A5A5A. Windows color (decimal): -1309284 or 10225132. OLE color: 10225132.
HSL color Cylindrical-coordinate representation of color #EC059C: hue angle of 320.78º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC059C is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 156 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.07 |
| HSL | 320.78º | 0.96% | 0.47% | - |
| HSV(B) | 320.78º | 0.98% | 0.93% | - |
| XYZ | 40.65 | 20.34 | 33.24 | - |
| YUV | 91.28 | 164.53 | 231.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 156 | 0 | 0.98 | 0.34 | 0.07 | 320.78 | 0.96 | 0.47 |
| Hex | EC | 5 | 9C | 0 | 62 | 22 | 7 | 141 | 60 | 2F |
| Octal | 354 | 5 | 234 | 0 | 142 | 42 | 7 | 501 | 140 | 57 |
| Binary | 11101100 | 101 | 10011100 | 0 | 1100010 | 100010 | 111 | 101000001 | 1100000 | 101111 |
Color Harmonies of #EC059C
Complementary color
Monochromatic Colors of #EC059C
Black with #EC059C
Text Example
Text Example
White with #EC059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC059C; }
p { color: rgb(236,5,156); }
H1.HeaderClassName
{
color: #EC059C;
}
.AnyTagClassName
{
color: #EC059C;
}
</style>
background-color css
<style>
a { background-color: #EC059C; }
a { background-color: rgb(236,5,156); }
div.DivClassName
{
background-color: #EC059C;
}
.BgClassName
{
background-color: #EC059C;
}
</style>
border-color css
<style>
span { border-color: #EC059C; }
span { border-color: rgb(236,5,156); }
td.TdClassName
{
border-color: #EC059C;
}
.TagClassName
{
border-color: #EC059C;
}
</style>