Shades of Hollywood Cerise #EC0D94
Tints of Hollywood Cerise #EC0D94
RGB
CMYK
RGB Variations
Color information
#EC0D94 (or 0xEC0D94) is known color: Hollywood Cerise. HEX triplet: EC, 0D and 94. RGB value is (236,13,148). Sum of RGB (Red+Green+Blue) = 236+13+148=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D94 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0D94 is #13F26B. Grayscale: #5E5E5E. Windows color (decimal): -1307244 or 9702892. OLE color: 9702892.
HSL color Cylindrical-coordinate representation of color #EC0D94: hue angle of 323.68º 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 #EC0D94 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 148 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.07 |
| HSL | 323.68º | 0.9% | 0.49% | - |
| HSV(B) | 323.68º | 0.94% | 0.93% | - |
| XYZ | 40.08 | 20.26 | 29.81 | - |
| YUV | 95.07 | 157.88 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 148 | 0 | 0.94 | 0.37 | 0.07 | 323.68 | 0.9 | 0.49 |
| Hex | EC | D | 94 | 0 | 5E | 25 | 7 | 144 | 5A | 31 |
| Octal | 354 | 15 | 224 | 0 | 136 | 45 | 7 | 504 | 132 | 61 |
| Binary | 11101100 | 1101 | 10010100 | 0 | 1011110 | 100101 | 111 | 101000100 | 1011010 | 110001 |
Color Harmonies of #EC0D94
Complementary color
Monochromatic Colors of #EC0D94
Black with #EC0D94
Text Example
Text Example
White with #EC0D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0D94; }
p { color: rgb(236,13,148); }
H1.HeaderClassName
{
color: #EC0D94;
}
.AnyTagClassName
{
color: #EC0D94;
}
</style>
background-color css
<style>
a { background-color: #EC0D94; }
a { background-color: rgb(236,13,148); }
div.DivClassName
{
background-color: #EC0D94;
}
.BgClassName
{
background-color: #EC0D94;
}
</style>
border-color css
<style>
span { border-color: #EC0D94; }
span { border-color: rgb(236,13,148); }
td.TdClassName
{
border-color: #EC0D94;
}
.TagClassName
{
border-color: #EC0D94;
}
</style>