Shades of Hollywood Cerise #EC02B3
Tints of Hollywood Cerise #EC02B3
RGB
CMYK
RGB Variations
Color information
#EC02B3 (or 0xEC02B3) is known color: Hollywood Cerise. HEX triplet: EC, 02 and B3. RGB value is (236,2,179). Sum of RGB (Red+Green+Blue) = 236+2+179=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC02B3 is #13FD4C. Grayscale: #5B5B5B. Windows color (decimal): -1310029 or 11731692. OLE color: 11731692.
HSL color Cylindrical-coordinate representation of color #EC02B3: hue angle of 314.62º 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 #EC02B3 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 179 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.07 |
| HSL | 314.62º | 0.98% | 0.47% | - |
| HSV(B) | 314.62º | 0.99% | 0.93% | - |
| XYZ | 42.75 | 21.13 | 44.47 | - |
| YUV | 92.14 | 177.02 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 179 | 0 | 0.99 | 0.24 | 0.07 | 314.62 | 0.98 | 0.47 |
| Hex | EC | 2 | B3 | 0 | 63 | 18 | 7 | 13B | 62 | 2F |
| Octal | 354 | 2 | 263 | 0 | 143 | 30 | 7 | 473 | 142 | 57 |
| Binary | 11101100 | 10 | 10110011 | 0 | 1100011 | 11000 | 111 | 100111011 | 1100010 | 101111 |
Color Harmonies of #EC02B3
Complementary color
Monochromatic Colors of #EC02B3
Black with #EC02B3
Text Example
Text Example
White with #EC02B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC02B3; }
p { color: rgb(236,2,179); }
H1.HeaderClassName
{
color: #EC02B3;
}
.AnyTagClassName
{
color: #EC02B3;
}
</style>
background-color css
<style>
a { background-color: #EC02B3; }
a { background-color: rgb(236,2,179); }
div.DivClassName
{
background-color: #EC02B3;
}
.BgClassName
{
background-color: #EC02B3;
}
</style>
border-color css
<style>
span { border-color: #EC02B3; }
span { border-color: rgb(236,2,179); }
td.TdClassName
{
border-color: #EC02B3;
}
.TagClassName
{
border-color: #EC02B3;
}
</style>