Shades of Hollywood Cerise #EC09A9
Tints of Hollywood Cerise #EC09A9
RGB
CMYK
RGB Variations
Color information
#EC09A9 (or 0xEC09A9) is known color: Hollywood Cerise. HEX triplet: EC, 09 and A9. RGB value is (236,9,169). Sum of RGB (Red+Green+Blue) = 236+9+169=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC09A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC09A9 is #13F656. Grayscale: #5E5E5E. Windows color (decimal): -1308247 or 11078124. OLE color: 11078124.
HSL color Cylindrical-coordinate representation of color #EC09A9: hue angle of 317.71º 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 #EC09A9 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 169 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.07 |
| HSL | 317.71º | 0.93% | 0.48% | - |
| HSV(B) | 317.71º | 0.96% | 0.93% | - |
| XYZ | 41.85 | 20.89 | 39.36 | - |
| YUV | 95.11 | 169.71 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 169 | 0 | 0.96 | 0.28 | 0.07 | 317.71 | 0.93 | 0.48 |
| Hex | EC | 9 | A9 | 0 | 60 | 1C | 7 | 13E | 5D | 30 |
| Octal | 354 | 11 | 251 | 0 | 140 | 34 | 7 | 476 | 135 | 60 |
| Binary | 11101100 | 1001 | 10101001 | 0 | 1100000 | 11100 | 111 | 100111110 | 1011101 | 110000 |
Color Harmonies of #EC09A9
Complementary color
Monochromatic Colors of #EC09A9
Black with #EC09A9
Text Example
Text Example
White with #EC09A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC09A9; }
p { color: rgb(236,9,169); }
H1.HeaderClassName
{
color: #EC09A9;
}
.AnyTagClassName
{
color: #EC09A9;
}
</style>
background-color css
<style>
a { background-color: #EC09A9; }
a { background-color: rgb(236,9,169); }
div.DivClassName
{
background-color: #EC09A9;
}
.BgClassName
{
background-color: #EC09A9;
}
</style>
border-color css
<style>
span { border-color: #EC09A9; }
span { border-color: rgb(236,9,169); }
td.TdClassName
{
border-color: #EC09A9;
}
.TagClassName
{
border-color: #EC09A9;
}
</style>