Shades of Hollywood Cerise #EC0D9C
Tints of Hollywood Cerise #EC0D9C
RGB
CMYK
RGB Variations
Color information
#EC0D9C (or 0xEC0D9C) is known color: Hollywood Cerise. HEX triplet: EC, 0D and 9C. RGB value is (236,13,156). Sum of RGB (Red+Green+Blue) = 236+13+156=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0D9C is #13F263. Grayscale: #5F5F5F. Windows color (decimal): -1307236 or 10227180. OLE color: 10227180.
HSL color Cylindrical-coordinate representation of color #EC0D9C: hue angle of 321.52º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0D9C is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 156 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.07 |
| HSL | 321.52º | 0.9% | 0.49% | - |
| HSV(B) | 321.52º | 0.94% | 0.93% | - |
| XYZ | 40.74 | 20.52 | 33.27 | - |
| YUV | 95.98 | 161.88 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 156 | 0 | 0.94 | 0.34 | 0.07 | 321.52 | 0.9 | 0.49 |
| Hex | EC | D | 9C | 0 | 5E | 22 | 7 | 142 | 5A | 31 |
| Octal | 354 | 15 | 234 | 0 | 136 | 42 | 7 | 502 | 132 | 61 |
| Binary | 11101100 | 1101 | 10011100 | 0 | 1011110 | 100010 | 111 | 101000010 | 1011010 | 110001 |
Color Harmonies of #EC0D9C
Complementary color
Monochromatic Colors of #EC0D9C
Black with #EC0D9C
Text Example
Text Example
White with #EC0D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0D9C; }
p { color: rgb(236,13,156); }
H1.HeaderClassName
{
color: #EC0D9C;
}
.AnyTagClassName
{
color: #EC0D9C;
}
</style>
background-color css
<style>
a { background-color: #EC0D9C; }
a { background-color: rgb(236,13,156); }
div.DivClassName
{
background-color: #EC0D9C;
}
.BgClassName
{
background-color: #EC0D9C;
}
</style>
border-color css
<style>
span { border-color: #EC0D9C; }
span { border-color: rgb(236,13,156); }
td.TdClassName
{
border-color: #EC0D9C;
}
.TagClassName
{
border-color: #EC0D9C;
}
</style>