Shades of Hollywood Cerise #EC029A
Tints of Hollywood Cerise #EC029A
RGB
CMYK
RGB Variations
Color information
#EC029A (or 0xEC029A) is known color: Hollywood Cerise. HEX triplet: EC, 02 and 9A. RGB value is (236,2,154). Sum of RGB (Red+Green+Blue) = 236+2+154=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC029A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC029A is #13FD65. Grayscale: #585858. Windows color (decimal): -1310054 or 10093292. OLE color: 10093292.
HSL color Cylindrical-coordinate representation of color #EC029A: hue angle of 321.03º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC029A is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.07 |
| HSL | 321.03º | 0.98% | 0.47% | - |
| HSV(B) | 321.03º | 0.99% | 0.93% | - |
| XYZ | 40.45 | 20.21 | 32.34 | - |
| YUV | 89.29 | 164.52 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 154 | 0 | 0.99 | 0.35 | 0.07 | 321.03 | 0.98 | 0.47 |
| Hex | EC | 2 | 9A | 0 | 63 | 23 | 7 | 141 | 62 | 2F |
| Octal | 354 | 2 | 232 | 0 | 143 | 43 | 7 | 501 | 142 | 57 |
| Binary | 11101100 | 10 | 10011010 | 0 | 1100011 | 100011 | 111 | 101000001 | 1100010 | 101111 |
Color Harmonies of #EC029A
Complementary color
Monochromatic Colors of #EC029A
Black with #EC029A
Text Example
Text Example
White with #EC029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC029A; }
p { color: rgb(236,2,154); }
H1.HeaderClassName
{
color: #EC029A;
}
.AnyTagClassName
{
color: #EC029A;
}
</style>
background-color css
<style>
a { background-color: #EC029A; }
a { background-color: rgb(236,2,154); }
div.DivClassName
{
background-color: #EC029A;
}
.BgClassName
{
background-color: #EC029A;
}
</style>
border-color css
<style>
span { border-color: #EC029A; }
span { border-color: rgb(236,2,154); }
td.TdClassName
{
border-color: #EC029A;
}
.TagClassName
{
border-color: #EC029A;
}
</style>