Shades of Hollywood Cerise #EC0D95
Tints of Hollywood Cerise #EC0D95
RGB
CMYK
RGB Variations
Color information
#EC0D95 (or 0xEC0D95) is known color: Hollywood Cerise. HEX triplet: EC, 0D and 95. RGB value is (236,13,149). Sum of RGB (Red+Green+Blue) = 236+13+149=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D95 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0D95 is #13F26A. Grayscale: #5E5E5E. Windows color (decimal): -1307243 or 9768428. OLE color: 9768428.
HSL color Cylindrical-coordinate representation of color #EC0D95: hue angle of 323.41º 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 #EC0D95 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 149 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.07 |
| HSL | 323.41º | 0.9% | 0.49% | - |
| HSV(B) | 323.41º | 0.94% | 0.93% | - |
| XYZ | 40.16 | 20.29 | 30.23 | - |
| YUV | 95.18 | 158.38 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 149 | 0 | 0.94 | 0.37 | 0.07 | 323.41 | 0.9 | 0.49 |
| Hex | EC | D | 95 | 0 | 5E | 25 | 7 | 143 | 5A | 31 |
| Octal | 354 | 15 | 225 | 0 | 136 | 45 | 7 | 503 | 132 | 61 |
| Binary | 11101100 | 1101 | 10010101 | 0 | 1011110 | 100101 | 111 | 101000011 | 1011010 | 110001 |
Color Harmonies of #EC0D95
Complementary color
Monochromatic Colors of #EC0D95
Black with #EC0D95
Text Example
Text Example
White with #EC0D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0D95; }
p { color: rgb(236,13,149); }
H1.HeaderClassName
{
color: #EC0D95;
}
.AnyTagClassName
{
color: #EC0D95;
}
</style>
background-color css
<style>
a { background-color: #EC0D95; }
a { background-color: rgb(236,13,149); }
div.DivClassName
{
background-color: #EC0D95;
}
.BgClassName
{
background-color: #EC0D95;
}
</style>
border-color css
<style>
span { border-color: #EC0D95; }
span { border-color: rgb(236,13,149); }
td.TdClassName
{
border-color: #EC0D95;
}
.TagClassName
{
border-color: #EC0D95;
}
</style>