Shades of Hollywood Cerise #EC08B2
Tints of Hollywood Cerise #EC08B2
RGB
CMYK
RGB Variations
Color information
#EC08B2 (or 0xEC08B2) is known color: Hollywood Cerise. HEX triplet: EC, 08 and B2. RGB value is (236,8,178). Sum of RGB (Red+Green+Blue) = 236+8+178=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC08B2 is #13F74D. Grayscale: #5F5F5F. Windows color (decimal): -1308494 or 11667692. OLE color: 11667692.
HSL color Cylindrical-coordinate representation of color #EC08B2: hue angle of 315.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC08B2 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 178 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.07 |
| HSL | 315.26º | 0.93% | 0.48% | - |
| HSV(B) | 315.26º | 0.97% | 0.93% | - |
| XYZ | 42.71 | 21.22 | 43.96 | - |
| YUV | 95.55 | 174.54 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 178 | 0 | 0.97 | 0.25 | 0.07 | 315.26 | 0.93 | 0.48 |
| Hex | EC | 8 | B2 | 0 | 61 | 19 | 7 | 13B | 5D | 30 |
| Octal | 354 | 10 | 262 | 0 | 141 | 31 | 7 | 473 | 135 | 60 |
| Binary | 11101100 | 1000 | 10110010 | 0 | 1100001 | 11001 | 111 | 100111011 | 1011101 | 110000 |
Color Harmonies of #EC08B2
Complementary color
Monochromatic Colors of #EC08B2
Black with #EC08B2
Text Example
Text Example
White with #EC08B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC08B2; }
p { color: rgb(236,8,178); }
H1.HeaderClassName
{
color: #EC08B2;
}
.AnyTagClassName
{
color: #EC08B2;
}
</style>
background-color css
<style>
a { background-color: #EC08B2; }
a { background-color: rgb(236,8,178); }
div.DivClassName
{
background-color: #EC08B2;
}
.BgClassName
{
background-color: #EC08B2;
}
</style>
border-color css
<style>
span { border-color: #EC08B2; }
span { border-color: rgb(236,8,178); }
td.TdClassName
{
border-color: #EC08B2;
}
.TagClassName
{
border-color: #EC08B2;
}
</style>