Shades of Hollywood Cerise #EC0193
Tints of Hollywood Cerise #EC0193
RGB
CMYK
RGB Variations
Color information
#EC0193 (or 0xEC0193) is known color: Hollywood Cerise. HEX triplet: EC, 01 and 93. RGB value is (236,1,147). Sum of RGB (Red+Green+Blue) = 236+1+147=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0193 is #13FE6C. Grayscale: #575757. Windows color (decimal): -1310317 or 9634284. OLE color: 9634284.
HSL color Cylindrical-coordinate representation of color #EC0193: hue angle of 322.72º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0193 is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 147 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.07 |
| HSL | 322.72º | 0.99% | 0.46% | - |
| HSV(B) | 322.72º | 1% | 0.93% | - |
| XYZ | 39.87 | 19.96 | 29.36 | - |
| YUV | 87.91 | 161.36 | 233.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 147 | 0 | 1.00 | 0.38 | 0.07 | 322.72 | 0.99 | 0.46 |
| Hex | EC | 1 | 93 | 0 | 64 | 26 | 7 | 143 | 63 | 2E |
| Octal | 354 | 1 | 223 | 0 | 144 | 46 | 7 | 503 | 143 | 56 |
| Binary | 11101100 | 1 | 10010011 | 0 | 1100100 | 100110 | 111 | 101000011 | 1100011 | 101110 |
Color Harmonies of #EC0193
Complementary color
Monochromatic Colors of #EC0193
Black with #EC0193
Text Example
Text Example
White with #EC0193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0193; }
p { color: rgb(236,1,147); }
H1.HeaderClassName
{
color: #EC0193;
}
.AnyTagClassName
{
color: #EC0193;
}
</style>
background-color css
<style>
a { background-color: #EC0193; }
a { background-color: rgb(236,1,147); }
div.DivClassName
{
background-color: #EC0193;
}
.BgClassName
{
background-color: #EC0193;
}
</style>
border-color css
<style>
span { border-color: #EC0193; }
span { border-color: rgb(236,1,147); }
td.TdClassName
{
border-color: #EC0193;
}
.TagClassName
{
border-color: #EC0193;
}
</style>