Shades of Hollywood Cerise #EC058C
Tints of Hollywood Cerise #EC058C
RGB
CMYK
RGB Variations
Color information
#EC058C (or 0xEC058C) is known color: Hollywood Cerise. HEX triplet: EC, 05 and 8C. RGB value is (236,5,140). Sum of RGB (Red+Green+Blue) = 236+5+140=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC058C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC058C is #13FA73. Grayscale: #595959. Windows color (decimal): -1309300 or 9176556. OLE color: 9176556.
HSL color Cylindrical-coordinate representation of color #EC058C: hue angle of 324.94º 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 #EC058C is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.07 |
| HSL | 324.94º | 0.96% | 0.47% | - |
| HSV(B) | 324.94º | 0.98% | 0.93% | - |
| XYZ | 39.38 | 19.83 | 26.56 | - |
| YUV | 89.46 | 156.53 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 140 | 0 | 0.98 | 0.41 | 0.07 | 324.94 | 0.96 | 0.47 |
| Hex | EC | 5 | 8C | 0 | 62 | 29 | 7 | 145 | 60 | 2F |
| Octal | 354 | 5 | 214 | 0 | 142 | 51 | 7 | 505 | 140 | 57 |
| Binary | 11101100 | 101 | 10001100 | 0 | 1100010 | 101001 | 111 | 101000101 | 1100000 | 101111 |
Color Harmonies of #EC058C
Complementary color
Monochromatic Colors of #EC058C
Black with #EC058C
Text Example
Text Example
White with #EC058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC058C; }
p { color: rgb(236,5,140); }
H1.HeaderClassName
{
color: #EC058C;
}
.AnyTagClassName
{
color: #EC058C;
}
</style>
background-color css
<style>
a { background-color: #EC058C; }
a { background-color: rgb(236,5,140); }
div.DivClassName
{
background-color: #EC058C;
}
.BgClassName
{
background-color: #EC058C;
}
</style>
border-color css
<style>
span { border-color: #EC058C; }
span { border-color: rgb(236,5,140); }
td.TdClassName
{
border-color: #EC058C;
}
.TagClassName
{
border-color: #EC058C;
}
</style>