Shades of Hollywood Cerise #EC08A9
Tints of Hollywood Cerise #EC08A9
RGB
CMYK
RGB Variations
Color information
#EC08A9 (or 0xEC08A9) is known color: Hollywood Cerise. HEX triplet: EC, 08 and A9. RGB value is (236,8,169). Sum of RGB (Red+Green+Blue) = 236+8+169=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC08A9 is #13F756. Grayscale: #5E5E5E. Windows color (decimal): -1308503 or 11077868. OLE color: 11077868.
HSL color Cylindrical-coordinate representation of color #EC08A9: hue angle of 317.63º 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 #EC08A9 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 169 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.07 |
| HSL | 317.63º | 0.93% | 0.48% | - |
| HSV(B) | 317.63º | 0.97% | 0.93% | - |
| XYZ | 41.84 | 20.87 | 39.36 | - |
| YUV | 94.53 | 170.04 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 169 | 0 | 0.97 | 0.28 | 0.07 | 317.63 | 0.93 | 0.48 |
| Hex | EC | 8 | A9 | 0 | 61 | 1C | 7 | 13E | 5D | 30 |
| Octal | 354 | 10 | 251 | 0 | 141 | 34 | 7 | 476 | 135 | 60 |
| Binary | 11101100 | 1000 | 10101001 | 0 | 1100001 | 11100 | 111 | 100111110 | 1011101 | 110000 |
Color Harmonies of #EC08A9
Complementary color
Monochromatic Colors of #EC08A9
Black with #EC08A9
Text Example
Text Example
White with #EC08A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC08A9; }
p { color: rgb(236,8,169); }
H1.HeaderClassName
{
color: #EC08A9;
}
.AnyTagClassName
{
color: #EC08A9;
}
</style>
background-color css
<style>
a { background-color: #EC08A9; }
a { background-color: rgb(236,8,169); }
div.DivClassName
{
background-color: #EC08A9;
}
.BgClassName
{
background-color: #EC08A9;
}
</style>
border-color css
<style>
span { border-color: #EC08A9; }
span { border-color: rgb(236,8,169); }
td.TdClassName
{
border-color: #EC08A9;
}
.TagClassName
{
border-color: #EC08A9;
}
</style>