Shades of Hollywood Cerise #EC0DB0
Tints of Hollywood Cerise #EC0DB0
RGB
CMYK
RGB Variations
Color information
#EC0DB0 (or 0xEC0DB0) is known color: Hollywood Cerise. HEX triplet: EC, 0D and B0. RGB value is (236,13,176). Sum of RGB (Red+Green+Blue) = 236+13+176=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0DB0 is #13F24F. Grayscale: #616161. Windows color (decimal): -1307216 or 11537900. OLE color: 11537900.
HSL color Cylindrical-coordinate representation of color #EC0DB0: hue angle of 316.14º 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 #EC0DB0 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 176 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.07 |
| HSL | 316.14º | 0.9% | 0.49% | - |
| HSV(B) | 316.14º | 0.94% | 0.93% | - |
| XYZ | 42.57 | 21.26 | 42.93 | - |
| YUV | 98.26 | 171.88 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 176 | 0 | 0.94 | 0.25 | 0.07 | 316.14 | 0.9 | 0.49 |
| Hex | EC | D | B0 | 0 | 5E | 19 | 7 | 13C | 5A | 31 |
| Octal | 354 | 15 | 260 | 0 | 136 | 31 | 7 | 474 | 132 | 61 |
| Binary | 11101100 | 1101 | 10110000 | 0 | 1011110 | 11001 | 111 | 100111100 | 1011010 | 110001 |
Color Harmonies of #EC0DB0
Complementary color
Monochromatic Colors of #EC0DB0
Black with #EC0DB0
Text Example
Text Example
White with #EC0DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DB0; }
p { color: rgb(236,13,176); }
H1.HeaderClassName
{
color: #EC0DB0;
}
.AnyTagClassName
{
color: #EC0DB0;
}
</style>
background-color css
<style>
a { background-color: #EC0DB0; }
a { background-color: rgb(236,13,176); }
div.DivClassName
{
background-color: #EC0DB0;
}
.BgClassName
{
background-color: #EC0DB0;
}
</style>
border-color css
<style>
span { border-color: #EC0DB0; }
span { border-color: rgb(236,13,176); }
td.TdClassName
{
border-color: #EC0DB0;
}
.TagClassName
{
border-color: #EC0DB0;
}
</style>