Shades of Hollywood Cerise #EC05A9
Tints of Hollywood Cerise #EC05A9
RGB
CMYK
RGB Variations
Color information
#EC05A9 (or 0xEC05A9) is known color: Hollywood Cerise. HEX triplet: EC, 05 and A9. RGB value is (236,5,169). Sum of RGB (Red+Green+Blue) = 236+5+169=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC05A9 is #13FA56. Grayscale: #5C5C5C. Windows color (decimal): -1309271 or 11077100. OLE color: 11077100.
HSL color Cylindrical-coordinate representation of color #EC05A9: hue angle of 317.4º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC05A9 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 169 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.07 |
| HSL | 317.4º | 0.96% | 0.47% | - |
| HSV(B) | 317.4º | 0.98% | 0.93% | - |
| XYZ | 41.81 | 20.81 | 39.35 | - |
| YUV | 92.77 | 171.03 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 169 | 0 | 0.98 | 0.28 | 0.07 | 317.4 | 0.96 | 0.47 |
| Hex | EC | 5 | A9 | 0 | 62 | 1C | 7 | 13D | 60 | 2F |
| Octal | 354 | 5 | 251 | 0 | 142 | 34 | 7 | 475 | 140 | 57 |
| Binary | 11101100 | 101 | 10101001 | 0 | 1100010 | 11100 | 111 | 100111101 | 1100000 | 101111 |
Color Harmonies of #EC05A9
Complementary color
Monochromatic Colors of #EC05A9
Black with #EC05A9
Text Example
Text Example
White with #EC05A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC05A9; }
p { color: rgb(236,5,169); }
H1.HeaderClassName
{
color: #EC05A9;
}
.AnyTagClassName
{
color: #EC05A9;
}
</style>
background-color css
<style>
a { background-color: #EC05A9; }
a { background-color: rgb(236,5,169); }
div.DivClassName
{
background-color: #EC05A9;
}
.BgClassName
{
background-color: #EC05A9;
}
</style>
border-color css
<style>
span { border-color: #EC05A9; }
span { border-color: rgb(236,5,169); }
td.TdClassName
{
border-color: #EC05A9;
}
.TagClassName
{
border-color: #EC05A9;
}
</style>