Shades of Hollywood Cerise #EC0DA7
Tints of Hollywood Cerise #EC0DA7
RGB
CMYK
RGB Variations
Color information
#EC0DA7 (or 0xEC0DA7) is known color: Hollywood Cerise. HEX triplet: EC, 0D and A7. RGB value is (236,13,167). Sum of RGB (Red+Green+Blue) = 236+13+167=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 167 (65.62% from 255 or 40.14% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DA7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0DA7 is #13F258. Grayscale: #606060. Windows color (decimal): -1307225 or 10948076. OLE color: 10948076.
HSL color Cylindrical-coordinate representation of color #EC0DA7: hue angle of 318.57º 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 #EC0DA7 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 167 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.07 |
| HSL | 318.57º | 0.9% | 0.49% | - |
| HSV(B) | 318.57º | 0.94% | 0.93% | - |
| XYZ | 41.71 | 20.91 | 38.4 | - |
| YUV | 97.23 | 167.38 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 167 | 0 | 0.94 | 0.29 | 0.07 | 318.57 | 0.9 | 0.49 |
| Hex | EC | D | A7 | 0 | 5E | 1D | 7 | 13F | 5A | 31 |
| Octal | 354 | 15 | 247 | 0 | 136 | 35 | 7 | 477 | 132 | 61 |
| Binary | 11101100 | 1101 | 10100111 | 0 | 1011110 | 11101 | 111 | 100111111 | 1011010 | 110001 |
Color Harmonies of #EC0DA7
Complementary color
Monochromatic Colors of #EC0DA7
Black with #EC0DA7
Text Example
Text Example
White with #EC0DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DA7; }
p { color: rgb(236,13,167); }
H1.HeaderClassName
{
color: #EC0DA7;
}
.AnyTagClassName
{
color: #EC0DA7;
}
</style>
background-color css
<style>
a { background-color: #EC0DA7; }
a { background-color: rgb(236,13,167); }
div.DivClassName
{
background-color: #EC0DA7;
}
.BgClassName
{
background-color: #EC0DA7;
}
</style>
border-color css
<style>
span { border-color: #EC0DA7; }
span { border-color: rgb(236,13,167); }
td.TdClassName
{
border-color: #EC0DA7;
}
.TagClassName
{
border-color: #EC0DA7;
}
</style>