Shades of Hollywood Cerise #EC0B97
Tints of Hollywood Cerise #EC0B97
RGB
CMYK
RGB Variations
Color information
#EC0B97 (or 0xEC0B97) is known color: Hollywood Cerise. HEX triplet: EC, 0B and 97. RGB value is (236,11,151). Sum of RGB (Red+Green+Blue) = 236+11+151=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0B97 is #13F468. Grayscale: #5D5D5D. Windows color (decimal): -1307753 or 9898988. OLE color: 9898988.
HSL color Cylindrical-coordinate representation of color #EC0B97: hue angle of 322.67º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0B97 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 151 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.07 |
| HSL | 322.67º | 0.91% | 0.48% | - |
| HSV(B) | 322.67º | 0.95% | 0.93% | - |
| XYZ | 40.3 | 20.31 | 31.07 | - |
| YUV | 94.24 | 160.04 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 151 | 0 | 0.95 | 0.36 | 0.07 | 322.67 | 0.91 | 0.48 |
| Hex | EC | B | 97 | 0 | 5F | 24 | 7 | 143 | 5B | 30 |
| Octal | 354 | 13 | 227 | 0 | 137 | 44 | 7 | 503 | 133 | 60 |
| Binary | 11101100 | 1011 | 10010111 | 0 | 1011111 | 100100 | 111 | 101000011 | 1011011 | 110000 |
Color Harmonies of #EC0B97
Complementary color
Monochromatic Colors of #EC0B97
Black with #EC0B97
Text Example
Text Example
White with #EC0B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0B97; }
p { color: rgb(236,11,151); }
H1.HeaderClassName
{
color: #EC0B97;
}
.AnyTagClassName
{
color: #EC0B97;
}
</style>
background-color css
<style>
a { background-color: #EC0B97; }
a { background-color: rgb(236,11,151); }
div.DivClassName
{
background-color: #EC0B97;
}
.BgClassName
{
background-color: #EC0B97;
}
</style>
border-color css
<style>
span { border-color: #EC0B97; }
span { border-color: rgb(236,11,151); }
td.TdClassName
{
border-color: #EC0B97;
}
.TagClassName
{
border-color: #EC0B97;
}
</style>