Shades of Hollywood Cerise #EC0BA5
Tints of Hollywood Cerise #EC0BA5
RGB
CMYK
RGB Variations
Color information
#EC0BA5 (or 0xEC0BA5) is known color: Hollywood Cerise. HEX triplet: EC, 0B and A5. RGB value is (236,11,165). Sum of RGB (Red+Green+Blue) = 236+11+165=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0BA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0BA5 is #13F45A. Grayscale: #5F5F5F. Windows color (decimal): -1307739 or 10816492. OLE color: 10816492.
HSL color Cylindrical-coordinate representation of color #EC0BA5: hue angle of 318.93º 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 #EC0BA5 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 165 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.07 |
| HSL | 318.93º | 0.91% | 0.48% | - |
| HSV(B) | 318.93º | 0.95% | 0.93% | - |
| XYZ | 41.5 | 20.79 | 37.42 | - |
| YUV | 95.83 | 167.04 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 165 | 0 | 0.95 | 0.30 | 0.07 | 318.93 | 0.91 | 0.48 |
| Hex | EC | B | A5 | 0 | 5F | 1E | 7 | 13F | 5B | 30 |
| Octal | 354 | 13 | 245 | 0 | 137 | 36 | 7 | 477 | 133 | 60 |
| Binary | 11101100 | 1011 | 10100101 | 0 | 1011111 | 11110 | 111 | 100111111 | 1011011 | 110000 |
Color Harmonies of #EC0BA5
Complementary color
Monochromatic Colors of #EC0BA5
Black with #EC0BA5
Text Example
Text Example
White with #EC0BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0BA5; }
p { color: rgb(236,11,165); }
H1.HeaderClassName
{
color: #EC0BA5;
}
.AnyTagClassName
{
color: #EC0BA5;
}
</style>
background-color css
<style>
a { background-color: #EC0BA5; }
a { background-color: rgb(236,11,165); }
div.DivClassName
{
background-color: #EC0BA5;
}
.BgClassName
{
background-color: #EC0BA5;
}
</style>
border-color css
<style>
span { border-color: #EC0BA5; }
span { border-color: rgb(236,11,165); }
td.TdClassName
{
border-color: #EC0BA5;
}
.TagClassName
{
border-color: #EC0BA5;
}
</style>