Shades of Hollywood Cerise #EC0192
Tints of Hollywood Cerise #EC0192
RGB
CMYK
RGB Variations
Color information
#EC0192 (or 0xEC0192) is known color: Hollywood Cerise. HEX triplet: EC, 01 and 92. RGB value is (236,1,146). Sum of RGB (Red+Green+Blue) = 236+1+146=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0192 is #13FE6D. Grayscale: #575757. Windows color (decimal): -1310318 or 9568748. OLE color: 9568748.
HSL color Cylindrical-coordinate representation of color #EC0192: hue angle of 322.98º 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 #EC0192 is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 146 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.07 |
| HSL | 322.98º | 0.99% | 0.46% | - |
| HSV(B) | 322.98º | 1% | 0.93% | - |
| XYZ | 39.79 | 19.93 | 28.94 | - |
| YUV | 87.8 | 160.86 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 146 | 0 | 1.00 | 0.38 | 0.07 | 322.98 | 0.99 | 0.46 |
| Hex | EC | 1 | 92 | 0 | 64 | 26 | 7 | 143 | 63 | 2E |
| Octal | 354 | 1 | 222 | 0 | 144 | 46 | 7 | 503 | 143 | 56 |
| Binary | 11101100 | 1 | 10010010 | 0 | 1100100 | 100110 | 111 | 101000011 | 1100011 | 101110 |
Color Harmonies of #EC0192
Complementary color
Monochromatic Colors of #EC0192
Black with #EC0192
Text Example
Text Example
White with #EC0192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0192; }
p { color: rgb(236,1,146); }
H1.HeaderClassName
{
color: #EC0192;
}
.AnyTagClassName
{
color: #EC0192;
}
</style>
background-color css
<style>
a { background-color: #EC0192; }
a { background-color: rgb(236,1,146); }
div.DivClassName
{
background-color: #EC0192;
}
.BgClassName
{
background-color: #EC0192;
}
</style>
border-color css
<style>
span { border-color: #EC0192; }
span { border-color: rgb(236,1,146); }
td.TdClassName
{
border-color: #EC0192;
}
.TagClassName
{
border-color: #EC0192;
}
</style>