Shades of Hollywood Cerise #EC02B0
Tints of Hollywood Cerise #EC02B0
RGB
CMYK
RGB Variations
Color information
#EC02B0 (or 0xEC02B0) is known color: Hollywood Cerise. HEX triplet: EC, 02 and B0. RGB value is (236,2,176). Sum of RGB (Red+Green+Blue) = 236+2+176=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC02B0 is #13FD4F. Grayscale: #5B5B5B. Windows color (decimal): -1310032 or 11535084. OLE color: 11535084.
HSL color Cylindrical-coordinate representation of color #EC02B0: hue angle of 315.38º 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 #EC02B0 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 176 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.07 |
| HSL | 315.38º | 0.98% | 0.47% | - |
| HSV(B) | 315.38º | 0.99% | 0.93% | - |
| XYZ | 42.45 | 21.01 | 42.89 | - |
| YUV | 91.8 | 175.52 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 176 | 0 | 0.99 | 0.25 | 0.07 | 315.38 | 0.98 | 0.47 |
| Hex | EC | 2 | B0 | 0 | 63 | 19 | 7 | 13B | 62 | 2F |
| Octal | 354 | 2 | 260 | 0 | 143 | 31 | 7 | 473 | 142 | 57 |
| Binary | 11101100 | 10 | 10110000 | 0 | 1100011 | 11001 | 111 | 100111011 | 1100010 | 101111 |
Color Harmonies of #EC02B0
Complementary color
Monochromatic Colors of #EC02B0
Black with #EC02B0
Text Example
Text Example
White with #EC02B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC02B0; }
p { color: rgb(236,2,176); }
H1.HeaderClassName
{
color: #EC02B0;
}
.AnyTagClassName
{
color: #EC02B0;
}
</style>
background-color css
<style>
a { background-color: #EC02B0; }
a { background-color: rgb(236,2,176); }
div.DivClassName
{
background-color: #EC02B0;
}
.BgClassName
{
background-color: #EC02B0;
}
</style>
border-color css
<style>
span { border-color: #EC02B0; }
span { border-color: rgb(236,2,176); }
td.TdClassName
{
border-color: #EC02B0;
}
.TagClassName
{
border-color: #EC02B0;
}
</style>