Shades of Hollywood Cerise #EC0F9D
Tints of Hollywood Cerise #EC0F9D
RGB
CMYK
RGB Variations
Color information
#EC0F9D (or 0xEC0F9D) is known color: Hollywood Cerise. HEX triplet: EC, 0F and 9D. RGB value is (236,15,157). Sum of RGB (Red+Green+Blue) = 236+15+157=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0F9D is #13F062. Grayscale: #606060. Windows color (decimal): -1306723 or 10293228. OLE color: 10293228.
HSL color Cylindrical-coordinate representation of color #EC0F9D: hue angle of 321.45º 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 #EC0F9D is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 157 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.07 |
| HSL | 321.45º | 0.88% | 0.49% | - |
| HSV(B) | 321.45º | 0.94% | 0.93% | - |
| XYZ | 40.85 | 20.61 | 33.72 | - |
| YUV | 97.27 | 161.72 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 157 | 0 | 0.94 | 0.33 | 0.07 | 321.45 | 0.88 | 0.49 |
| Hex | EC | F | 9D | 0 | 5E | 21 | 7 | 141 | 58 | 31 |
| Octal | 354 | 17 | 235 | 0 | 136 | 41 | 7 | 501 | 130 | 61 |
| Binary | 11101100 | 1111 | 10011101 | 0 | 1011110 | 100001 | 111 | 101000001 | 1011000 | 110001 |
Color Harmonies of #EC0F9D
Complementary color
Monochromatic Colors of #EC0F9D
Black with #EC0F9D
Text Example
Text Example
White with #EC0F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0F9D; }
p { color: rgb(236,15,157); }
H1.HeaderClassName
{
color: #EC0F9D;
}
.AnyTagClassName
{
color: #EC0F9D;
}
</style>
background-color css
<style>
a { background-color: #EC0F9D; }
a { background-color: rgb(236,15,157); }
div.DivClassName
{
background-color: #EC0F9D;
}
.BgClassName
{
background-color: #EC0F9D;
}
</style>
border-color css
<style>
span { border-color: #EC0F9D; }
span { border-color: rgb(236,15,157); }
td.TdClassName
{
border-color: #EC0F9D;
}
.TagClassName
{
border-color: #EC0F9D;
}
</style>