Shades of Hollywood Cerise #EC0195
Tints of Hollywood Cerise #EC0195
RGB
CMYK
RGB Variations
Color information
#EC0195 (or 0xEC0195) is known color: Hollywood Cerise. HEX triplet: EC, 01 and 95. RGB value is (236,1,149). Sum of RGB (Red+Green+Blue) = 236+1+149=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0195 is #13FE6A. Grayscale: #575757. Windows color (decimal): -1310315 or 9765356. OLE color: 9765356.
HSL color Cylindrical-coordinate representation of color #EC0195: hue angle of 322.21º 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 #EC0195 is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 149 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.07 |
| HSL | 322.21º | 0.99% | 0.46% | - |
| HSV(B) | 322.21º | 1% | 0.93% | - |
| XYZ | 40.03 | 20.02 | 30.19 | - |
| YUV | 88.14 | 162.36 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 149 | 0 | 1.00 | 0.37 | 0.07 | 322.21 | 0.99 | 0.46 |
| Hex | EC | 1 | 95 | 0 | 64 | 25 | 7 | 142 | 63 | 2E |
| Octal | 354 | 1 | 225 | 0 | 144 | 45 | 7 | 502 | 143 | 56 |
| Binary | 11101100 | 1 | 10010101 | 0 | 1100100 | 100101 | 111 | 101000010 | 1100011 | 101110 |
Color Harmonies of #EC0195
Complementary color
Monochromatic Colors of #EC0195
Black with #EC0195
Text Example
Text Example
White with #EC0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0195; }
p { color: rgb(236,1,149); }
H1.HeaderClassName
{
color: #EC0195;
}
.AnyTagClassName
{
color: #EC0195;
}
</style>
background-color css
<style>
a { background-color: #EC0195; }
a { background-color: rgb(236,1,149); }
div.DivClassName
{
background-color: #EC0195;
}
.BgClassName
{
background-color: #EC0195;
}
</style>
border-color css
<style>
span { border-color: #EC0195; }
span { border-color: rgb(236,1,149); }
td.TdClassName
{
border-color: #EC0195;
}
.TagClassName
{
border-color: #EC0195;
}
</style>