Shades of Hollywood Cerise #EC0DA3
Tints of Hollywood Cerise #EC0DA3
RGB
CMYK
RGB Variations
Color information
#EC0DA3 (or 0xEC0DA3) is known color: Hollywood Cerise. HEX triplet: EC, 0D and A3. RGB value is (236,13,163). Sum of RGB (Red+Green+Blue) = 236+13+163=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DA3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0DA3 is #13F25C. Grayscale: #606060. Windows color (decimal): -1307229 or 10685932. OLE color: 10685932.
HSL color Cylindrical-coordinate representation of color #EC0DA3: hue angle of 319.64º 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 #EC0DA3 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 163 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.07 |
| HSL | 319.64º | 0.9% | 0.49% | - |
| HSV(B) | 319.64º | 0.94% | 0.93% | - |
| XYZ | 41.35 | 20.77 | 36.48 | - |
| YUV | 96.78 | 165.38 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 163 | 0 | 0.94 | 0.31 | 0.07 | 319.64 | 0.9 | 0.49 |
| Hex | EC | D | A3 | 0 | 5E | 1F | 7 | 140 | 5A | 31 |
| Octal | 354 | 15 | 243 | 0 | 136 | 37 | 7 | 500 | 132 | 61 |
| Binary | 11101100 | 1101 | 10100011 | 0 | 1011110 | 11111 | 111 | 101000000 | 1011010 | 110001 |
Color Harmonies of #EC0DA3
Complementary color
Monochromatic Colors of #EC0DA3
Black with #EC0DA3
Text Example
Text Example
White with #EC0DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DA3; }
p { color: rgb(236,13,163); }
H1.HeaderClassName
{
color: #EC0DA3;
}
.AnyTagClassName
{
color: #EC0DA3;
}
</style>
background-color css
<style>
a { background-color: #EC0DA3; }
a { background-color: rgb(236,13,163); }
div.DivClassName
{
background-color: #EC0DA3;
}
.BgClassName
{
background-color: #EC0DA3;
}
</style>
border-color css
<style>
span { border-color: #EC0DA3; }
span { border-color: rgb(236,13,163); }
td.TdClassName
{
border-color: #EC0DA3;
}
.TagClassName
{
border-color: #EC0DA3;
}
</style>