Shades of Hollywood Cerise #EC0DAC
Tints of Hollywood Cerise #EC0DAC
RGB
CMYK
RGB Variations
Color information
#EC0DAC (or 0xEC0DAC) is known color: Hollywood Cerise. HEX triplet: EC, 0D and AC. RGB value is (236,13,172). Sum of RGB (Red+Green+Blue) = 236+13+172=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 13 (5.47% from 255 or 3.09% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0DAC is #13F253. Grayscale: #616161. Windows color (decimal): -1307220 or 11275756. OLE color: 11275756.
HSL color Cylindrical-coordinate representation of color #EC0DAC: hue angle of 317.22º 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 #EC0DAC is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 172 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.07 |
| HSL | 317.22º | 0.9% | 0.49% | - |
| HSV(B) | 317.22º | 0.94% | 0.93% | - |
| XYZ | 42.18 | 21.1 | 40.88 | - |
| YUV | 97.8 | 169.88 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 172 | 0 | 0.94 | 0.27 | 0.07 | 317.22 | 0.9 | 0.49 |
| Hex | EC | D | AC | 0 | 5E | 1B | 7 | 13D | 5A | 31 |
| Octal | 354 | 15 | 254 | 0 | 136 | 33 | 7 | 475 | 132 | 61 |
| Binary | 11101100 | 1101 | 10101100 | 0 | 1011110 | 11011 | 111 | 100111101 | 1011010 | 110001 |
Color Harmonies of #EC0DAC
Complementary color
Monochromatic Colors of #EC0DAC
Black with #EC0DAC
Text Example
Text Example
White with #EC0DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DAC; }
p { color: rgb(236,13,172); }
H1.HeaderClassName
{
color: #EC0DAC;
}
.AnyTagClassName
{
color: #EC0DAC;
}
</style>
background-color css
<style>
a { background-color: #EC0DAC; }
a { background-color: rgb(236,13,172); }
div.DivClassName
{
background-color: #EC0DAC;
}
.BgClassName
{
background-color: #EC0DAC;
}
</style>
border-color css
<style>
span { border-color: #EC0DAC; }
span { border-color: rgb(236,13,172); }
td.TdClassName
{
border-color: #EC0DAC;
}
.TagClassName
{
border-color: #EC0DAC;
}
</style>