Shades of Hollywood Cerise #EC02B5
Tints of Hollywood Cerise #EC02B5
RGB
CMYK
RGB Variations
Color information
#EC02B5 (or 0xEC02B5) is known color: Hollywood Cerise. HEX triplet: EC, 02 and B5. RGB value is (236,2,181). Sum of RGB (Red+Green+Blue) = 236+2+181=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC02B5 is #13FD4A. Grayscale: #5B5B5B. Windows color (decimal): -1310027 or 11862764. OLE color: 11862764.
HSL color Cylindrical-coordinate representation of color #EC02B5: hue angle of 314.1º 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 #EC02B5 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 181 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.07 |
| HSL | 314.1º | 0.98% | 0.47% | - |
| HSV(B) | 314.1º | 0.99% | 0.93% | - |
| XYZ | 42.95 | 21.21 | 45.55 | - |
| YUV | 92.37 | 178.02 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 181 | 0 | 0.99 | 0.23 | 0.07 | 314.1 | 0.98 | 0.47 |
| Hex | EC | 2 | B5 | 0 | 63 | 17 | 7 | 13A | 62 | 2F |
| Octal | 354 | 2 | 265 | 0 | 143 | 27 | 7 | 472 | 142 | 57 |
| Binary | 11101100 | 10 | 10110101 | 0 | 1100011 | 10111 | 111 | 100111010 | 1100010 | 101111 |
Color Harmonies of #EC02B5
Complementary color
Monochromatic Colors of #EC02B5
Black with #EC02B5
Text Example
Text Example
White with #EC02B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC02B5; }
p { color: rgb(236,2,181); }
H1.HeaderClassName
{
color: #EC02B5;
}
.AnyTagClassName
{
color: #EC02B5;
}
</style>
background-color css
<style>
a { background-color: #EC02B5; }
a { background-color: rgb(236,2,181); }
div.DivClassName
{
background-color: #EC02B5;
}
.BgClassName
{
background-color: #EC02B5;
}
</style>
border-color css
<style>
span { border-color: #EC02B5; }
span { border-color: rgb(236,2,181); }
td.TdClassName
{
border-color: #EC02B5;
}
.TagClassName
{
border-color: #EC02B5;
}
</style>