Shades of Hollywood Cerise #EC09A8
Tints of Hollywood Cerise #EC09A8
RGB
CMYK
RGB Variations
Color information
#EC09A8 (or 0xEC09A8) is known color: Hollywood Cerise. HEX triplet: EC, 09 and A8. RGB value is (236,9,168). Sum of RGB (Red+Green+Blue) = 236+9+168=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC09A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC09A8 is #13F657. Grayscale: #5E5E5E. Windows color (decimal): -1308248 or 11012588. OLE color: 11012588.
HSL color Cylindrical-coordinate representation of color #EC09A8: hue angle of 317.97º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC09A8 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 168 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.07 |
| HSL | 317.97º | 0.93% | 0.48% | - |
| HSV(B) | 317.97º | 0.96% | 0.93% | - |
| XYZ | 41.76 | 20.86 | 38.87 | - |
| YUV | 95 | 169.21 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 168 | 0 | 0.96 | 0.29 | 0.07 | 317.97 | 0.93 | 0.48 |
| Hex | EC | 9 | A8 | 0 | 60 | 1D | 7 | 13E | 5D | 30 |
| Octal | 354 | 11 | 250 | 0 | 140 | 35 | 7 | 476 | 135 | 60 |
| Binary | 11101100 | 1001 | 10101000 | 0 | 1100000 | 11101 | 111 | 100111110 | 1011101 | 110000 |
Color Harmonies of #EC09A8
Complementary color
Monochromatic Colors of #EC09A8
Black with #EC09A8
Text Example
Text Example
White with #EC09A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC09A8; }
p { color: rgb(236,9,168); }
H1.HeaderClassName
{
color: #EC09A8;
}
.AnyTagClassName
{
color: #EC09A8;
}
</style>
background-color css
<style>
a { background-color: #EC09A8; }
a { background-color: rgb(236,9,168); }
div.DivClassName
{
background-color: #EC09A8;
}
.BgClassName
{
background-color: #EC09A8;
}
</style>
border-color css
<style>
span { border-color: #EC09A8; }
span { border-color: rgb(236,9,168); }
td.TdClassName
{
border-color: #EC09A8;
}
.TagClassName
{
border-color: #EC09A8;
}
</style>