Shades of Hollywood Cerise #EC0BA3
Tints of Hollywood Cerise #EC0BA3
RGB
CMYK
RGB Variations
Color information
#EC0BA3 (or 0xEC0BA3) is known color: Hollywood Cerise. HEX triplet: EC, 0B and A3. RGB value is (236,11,163). Sum of RGB (Red+Green+Blue) = 236+11+163=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 163 (64.06% from 255 or 39.76% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0BA3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0BA3 is #13F45C. Grayscale: #5F5F5F. Windows color (decimal): -1307741 or 10685420. OLE color: 10685420.
HSL color Cylindrical-coordinate representation of color #EC0BA3: hue angle of 319.47º 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 #EC0BA3 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 163 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.07 |
| HSL | 319.47º | 0.91% | 0.48% | - |
| HSV(B) | 319.47º | 0.95% | 0.93% | - |
| XYZ | 41.32 | 20.72 | 36.47 | - |
| YUV | 95.6 | 166.04 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 163 | 0 | 0.95 | 0.31 | 0.07 | 319.47 | 0.91 | 0.48 |
| Hex | EC | B | A3 | 0 | 5F | 1F | 7 | 13F | 5B | 30 |
| Octal | 354 | 13 | 243 | 0 | 137 | 37 | 7 | 477 | 133 | 60 |
| Binary | 11101100 | 1011 | 10100011 | 0 | 1011111 | 11111 | 111 | 100111111 | 1011011 | 110000 |
Color Harmonies of #EC0BA3
Complementary color
Monochromatic Colors of #EC0BA3
Black with #EC0BA3
Text Example
Text Example
White with #EC0BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0BA3; }
p { color: rgb(236,11,163); }
H1.HeaderClassName
{
color: #EC0BA3;
}
.AnyTagClassName
{
color: #EC0BA3;
}
</style>
background-color css
<style>
a { background-color: #EC0BA3; }
a { background-color: rgb(236,11,163); }
div.DivClassName
{
background-color: #EC0BA3;
}
.BgClassName
{
background-color: #EC0BA3;
}
</style>
border-color css
<style>
span { border-color: #EC0BA3; }
span { border-color: rgb(236,11,163); }
td.TdClassName
{
border-color: #EC0BA3;
}
.TagClassName
{
border-color: #EC0BA3;
}
</style>