Shades of Hollywood Cerise #EC1098
Tints of Hollywood Cerise #EC1098
RGB
CMYK
RGB Variations
Color information
#EC1098 (or 0xEC1098) is known color: Hollywood Cerise. HEX triplet: EC, 10 and 98. RGB value is (236,16,152). Sum of RGB (Red+Green+Blue) = 236+16+152=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1098 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1098 is #13EF67. Grayscale: #606060. Windows color (decimal): -1306472 or 9965804. OLE color: 9965804.
HSL color Cylindrical-coordinate representation of color #EC1098: hue angle of 322.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1098 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 152 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.07 |
| HSL | 322.91º | 0.87% | 0.49% | - |
| HSV(B) | 322.91º | 0.93% | 0.93% | - |
| XYZ | 40.44 | 20.47 | 31.53 | - |
| YUV | 97.28 | 158.89 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 152 | 0 | 0.93 | 0.36 | 0.07 | 322.91 | 0.87 | 0.49 |
| Hex | EC | 10 | 98 | 0 | 5D | 24 | 7 | 143 | 57 | 31 |
| Octal | 354 | 20 | 230 | 0 | 135 | 44 | 7 | 503 | 127 | 61 |
| Binary | 11101100 | 10000 | 10011000 | 0 | 1011101 | 100100 | 111 | 101000011 | 1010111 | 110001 |
Color Harmonies of #EC1098
Complementary color
Monochromatic Colors of #EC1098
Black with #EC1098
Text Example
Text Example
White with #EC1098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1098; }
p { color: rgb(236,16,152); }
H1.HeaderClassName
{
color: #EC1098;
}
.AnyTagClassName
{
color: #EC1098;
}
</style>
background-color css
<style>
a { background-color: #EC1098; }
a { background-color: rgb(236,16,152); }
div.DivClassName
{
background-color: #EC1098;
}
.BgClassName
{
background-color: #EC1098;
}
</style>
border-color css
<style>
span { border-color: #EC1098; }
span { border-color: rgb(236,16,152); }
td.TdClassName
{
border-color: #EC1098;
}
.TagClassName
{
border-color: #EC1098;
}
</style>