Shades of Hollywood Cerise #EC0198
Tints of Hollywood Cerise #EC0198
RGB
CMYK
RGB Variations
Color information
#EC0198 (or 0xEC0198) is known color: Hollywood Cerise. HEX triplet: EC, 01 and 98. RGB value is (236,1,152). Sum of RGB (Red+Green+Blue) = 236+1+152=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0198 is #13FE67. Grayscale: #585858. Windows color (decimal): -1310312 or 9961964. OLE color: 9961964.
HSL color Cylindrical-coordinate representation of color #EC0198: hue angle of 321.45º 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 #EC0198 is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 152 | - |
| CMYK | 0 | 1.00 | 0.36 | 0.07 |
| HSL | 321.45º | 0.99% | 0.46% | - |
| HSV(B) | 321.45º | 1% | 0.93% | - |
| XYZ | 40.27 | 20.12 | 31.47 | - |
| YUV | 88.48 | 163.86 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 152 | 0 | 1.00 | 0.36 | 0.07 | 321.45 | 0.99 | 0.46 |
| Hex | EC | 1 | 98 | 0 | 64 | 24 | 7 | 141 | 63 | 2E |
| Octal | 354 | 1 | 230 | 0 | 144 | 44 | 7 | 501 | 143 | 56 |
| Binary | 11101100 | 1 | 10011000 | 0 | 1100100 | 100100 | 111 | 101000001 | 1100011 | 101110 |
Color Harmonies of #EC0198
Complementary color
Monochromatic Colors of #EC0198
Black with #EC0198
Text Example
Text Example
White with #EC0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0198; }
p { color: rgb(236,1,152); }
H1.HeaderClassName
{
color: #EC0198;
}
.AnyTagClassName
{
color: #EC0198;
}
</style>
background-color css
<style>
a { background-color: #EC0198; }
a { background-color: rgb(236,1,152); }
div.DivClassName
{
background-color: #EC0198;
}
.BgClassName
{
background-color: #EC0198;
}
</style>
border-color css
<style>
span { border-color: #EC0198; }
span { border-color: rgb(236,1,152); }
td.TdClassName
{
border-color: #EC0198;
}
.TagClassName
{
border-color: #EC0198;
}
</style>