Shades of Hollywood Cerise #EC02A2
Tints of Hollywood Cerise #EC02A2
RGB
CMYK
RGB Variations
Color information
#EC02A2 (or 0xEC02A2) is known color: Hollywood Cerise. HEX triplet: EC, 02 and A2. RGB value is (236,2,162). Sum of RGB (Red+Green+Blue) = 236+2+162=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC02A2 is #13FD5D. Grayscale: #595959. Windows color (decimal): -1310046 or 10617580. OLE color: 10617580.
HSL color Cylindrical-coordinate representation of color #EC02A2: hue angle of 318.97º 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 #EC02A2 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 162 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.07 |
| HSL | 318.97º | 0.98% | 0.47% | - |
| HSV(B) | 318.97º | 0.99% | 0.93% | - |
| XYZ | 41.14 | 20.48 | 35.97 | - |
| YUV | 90.21 | 168.52 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 162 | 0 | 0.99 | 0.31 | 0.07 | 318.97 | 0.98 | 0.47 |
| Hex | EC | 2 | A2 | 0 | 63 | 1F | 7 | 13F | 62 | 2F |
| Octal | 354 | 2 | 242 | 0 | 143 | 37 | 7 | 477 | 142 | 57 |
| Binary | 11101100 | 10 | 10100010 | 0 | 1100011 | 11111 | 111 | 100111111 | 1100010 | 101111 |
Color Harmonies of #EC02A2
Complementary color
Monochromatic Colors of #EC02A2
Black with #EC02A2
Text Example
Text Example
White with #EC02A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC02A2; }
p { color: rgb(236,2,162); }
H1.HeaderClassName
{
color: #EC02A2;
}
.AnyTagClassName
{
color: #EC02A2;
}
</style>
background-color css
<style>
a { background-color: #EC02A2; }
a { background-color: rgb(236,2,162); }
div.DivClassName
{
background-color: #EC02A2;
}
.BgClassName
{
background-color: #EC02A2;
}
</style>
border-color css
<style>
span { border-color: #EC02A2; }
span { border-color: rgb(236,2,162); }
td.TdClassName
{
border-color: #EC02A2;
}
.TagClassName
{
border-color: #EC02A2;
}
</style>