Shades of Hollywood Cerise #EC0391
Tints of Hollywood Cerise #EC0391
RGB
CMYK
RGB Variations
Color information
#EC0391 (or 0xEC0391) is known color: Hollywood Cerise. HEX triplet: EC, 03 and 91. RGB value is (236,3,145). Sum of RGB (Red+Green+Blue) = 236+3+145=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0391 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0391 is #13FC6E. Grayscale: #585858. Windows color (decimal): -1309807 or 9503724. OLE color: 9503724.
HSL color Cylindrical-coordinate representation of color #EC0391: hue angle of 323.43º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0391 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 145 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.07 |
| HSL | 323.43º | 0.97% | 0.47% | - |
| HSV(B) | 323.43º | 0.99% | 0.93% | - |
| XYZ | 39.74 | 19.94 | 28.54 | - |
| YUV | 88.86 | 159.69 | 232.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 145 | 0 | 0.99 | 0.39 | 0.07 | 323.43 | 0.97 | 0.47 |
| Hex | EC | 3 | 91 | 0 | 63 | 27 | 7 | 143 | 61 | 2F |
| Octal | 354 | 3 | 221 | 0 | 143 | 47 | 7 | 503 | 141 | 57 |
| Binary | 11101100 | 11 | 10010001 | 0 | 1100011 | 100111 | 111 | 101000011 | 1100001 | 101111 |
Color Harmonies of #EC0391
Complementary color
Monochromatic Colors of #EC0391
Black with #EC0391
Text Example
Text Example
White with #EC0391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0391; }
p { color: rgb(236,3,145); }
H1.HeaderClassName
{
color: #EC0391;
}
.AnyTagClassName
{
color: #EC0391;
}
</style>
background-color css
<style>
a { background-color: #EC0391; }
a { background-color: rgb(236,3,145); }
div.DivClassName
{
background-color: #EC0391;
}
.BgClassName
{
background-color: #EC0391;
}
</style>
border-color css
<style>
span { border-color: #EC0391; }
span { border-color: rgb(236,3,145); }
td.TdClassName
{
border-color: #EC0391;
}
.TagClassName
{
border-color: #EC0391;
}
</style>