Shades of Hollywood Cerise #EC0C93
Tints of Hollywood Cerise #EC0C93
RGB
CMYK
RGB Variations
Color information
#EC0C93 (or 0xEC0C93) is known color: Hollywood Cerise. HEX triplet: EC, 0C and 93. RGB value is (236,12,147). Sum of RGB (Red+Green+Blue) = 236+12+147=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0C93 is #13F36C. Grayscale: #5E5E5E. Windows color (decimal): -1307501 or 9637100. OLE color: 9637100.
HSL color Cylindrical-coordinate representation of color #EC0C93: hue angle of 323.84º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C93 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 147 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.07 |
| HSL | 323.84º | 0.9% | 0.49% | - |
| HSV(B) | 323.84º | 0.95% | 0.93% | - |
| XYZ | 39.99 | 20.2 | 29.4 | - |
| YUV | 94.37 | 157.71 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 147 | 0 | 0.95 | 0.38 | 0.07 | 323.84 | 0.9 | 0.49 |
| Hex | EC | C | 93 | 0 | 5F | 26 | 7 | 144 | 5A | 31 |
| Octal | 354 | 14 | 223 | 0 | 137 | 46 | 7 | 504 | 132 | 61 |
| Binary | 11101100 | 1100 | 10010011 | 0 | 1011111 | 100110 | 111 | 101000100 | 1011010 | 110001 |
Color Harmonies of #EC0C93
Complementary color
Monochromatic Colors of #EC0C93
Black with #EC0C93
Text Example
Text Example
White with #EC0C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C93; }
p { color: rgb(236,12,147); }
H1.HeaderClassName
{
color: #EC0C93;
}
.AnyTagClassName
{
color: #EC0C93;
}
</style>
background-color css
<style>
a { background-color: #EC0C93; }
a { background-color: rgb(236,12,147); }
div.DivClassName
{
background-color: #EC0C93;
}
.BgClassName
{
background-color: #EC0C93;
}
</style>
border-color css
<style>
span { border-color: #EC0C93; }
span { border-color: rgb(236,12,147); }
td.TdClassName
{
border-color: #EC0C93;
}
.TagClassName
{
border-color: #EC0C93;
}
</style>