Shades of Hollywood Cerise #EC1099
Tints of Hollywood Cerise #EC1099
RGB
CMYK
RGB Variations
Color information
#EC1099 (or 0xEC1099) is known color: Hollywood Cerise. HEX triplet: EC, 10 and 99. RGB value is (236,16,153). Sum of RGB (Red+Green+Blue) = 236+16+153=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1099 is #13EF66. Grayscale: #616161. Windows color (decimal): -1306471 or 10031340. OLE color: 10031340.
HSL color Cylindrical-coordinate representation of color #EC1099: hue angle of 322.64º 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 #EC1099 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 153 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.07 |
| HSL | 322.64º | 0.87% | 0.49% | - |
| HSV(B) | 322.64º | 0.93% | 0.93% | - |
| XYZ | 40.53 | 20.5 | 31.96 | - |
| YUV | 97.4 | 159.39 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 153 | 0 | 0.93 | 0.35 | 0.07 | 322.64 | 0.87 | 0.49 |
| Hex | EC | 10 | 99 | 0 | 5D | 23 | 7 | 143 | 57 | 31 |
| Octal | 354 | 20 | 231 | 0 | 135 | 43 | 7 | 503 | 127 | 61 |
| Binary | 11101100 | 10000 | 10011001 | 0 | 1011101 | 100011 | 111 | 101000011 | 1010111 | 110001 |
Color Harmonies of #EC1099
Complementary color
Monochromatic Colors of #EC1099
Black with #EC1099
Text Example
Text Example
White with #EC1099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1099; }
p { color: rgb(236,16,153); }
H1.HeaderClassName
{
color: #EC1099;
}
.AnyTagClassName
{
color: #EC1099;
}
</style>
background-color css
<style>
a { background-color: #EC1099; }
a { background-color: rgb(236,16,153); }
div.DivClassName
{
background-color: #EC1099;
}
.BgClassName
{
background-color: #EC1099;
}
</style>
border-color css
<style>
span { border-color: #EC1099; }
span { border-color: rgb(236,16,153); }
td.TdClassName
{
border-color: #EC1099;
}
.TagClassName
{
border-color: #EC1099;
}
</style>