Shades of Hollywood Cerise #EC0F9F
Tints of Hollywood Cerise #EC0F9F
RGB
CMYK
RGB Variations
Color information
#EC0F9F (or 0xEC0F9F) is known color: Hollywood Cerise. HEX triplet: EC, 0F and 9F. RGB value is (236,15,159). Sum of RGB (Red+Green+Blue) = 236+15+159=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0F9F is #13F060. Grayscale: #616161. Windows color (decimal): -1306721 or 10424300. OLE color: 10424300.
HSL color Cylindrical-coordinate representation of color #EC0F9F: hue angle of 320.9º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F9F is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 159 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.07 |
| HSL | 320.91º | 0.88% | 0.49% | - |
| HSV(B) | 320.91º | 0.94% | 0.93% | - |
| XYZ | 41.02 | 20.68 | 34.63 | - |
| YUV | 97.5 | 162.72 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 159 | 0 | 0.94 | 0.33 | 0.07 | 320.91 | 0.88 | 0.49 |
| Hex | EC | F | 9F | 0 | 5E | 21 | 7 | 141 | 58 | 31 |
| Octal | 354 | 17 | 237 | 0 | 136 | 41 | 7 | 501 | 130 | 61 |
| Binary | 11101100 | 1111 | 10011111 | 0 | 1011110 | 100001 | 111 | 101000001 | 1011000 | 110001 |
Color Harmonies of #EC0F9F
Complementary color
Monochromatic Colors of #EC0F9F
Black with #EC0F9F
Text Example
Text Example
White with #EC0F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F9F; }
p { color: rgb(236,15,159); }
H1.HeaderClassName
{
color: #EC0F9F;
}
.AnyTagClassName
{
color: #EC0F9F;
}
</style>
background-color css
<style>
a { background-color: #EC0F9F; }
a { background-color: rgb(236,15,159); }
div.DivClassName
{
background-color: #EC0F9F;
}
.BgClassName
{
background-color: #EC0F9F;
}
</style>
border-color css
<style>
span { border-color: #EC0F9F; }
span { border-color: rgb(236,15,159); }
td.TdClassName
{
border-color: #EC0F9F;
}
.TagClassName
{
border-color: #EC0F9F;
}
</style>