Shades of Hollywood Cerise #EC0FAF
Tints of Hollywood Cerise #EC0FAF
RGB
CMYK
RGB Variations
Color information
#EC0FAF (or 0xEC0FAF) is known color: Hollywood Cerise. HEX triplet: EC, 0F and AF. RGB value is (236,15,175). Sum of RGB (Red+Green+Blue) = 236+15+175=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0FAF is #13F050. Grayscale: #626262. Windows color (decimal): -1306705 or 11472876. OLE color: 11472876.
HSL color Cylindrical-coordinate representation of color #EC0FAF: hue angle of 316.56º 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 #EC0FAF is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 175 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.07 |
| HSL | 316.56º | 0.88% | 0.49% | - |
| HSV(B) | 316.56º | 0.94% | 0.93% | - |
| XYZ | 42.5 | 21.27 | 42.42 | - |
| YUV | 99.32 | 170.72 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 175 | 0 | 0.94 | 0.26 | 0.07 | 316.56 | 0.88 | 0.49 |
| Hex | EC | F | AF | 0 | 5E | 1A | 7 | 13D | 58 | 31 |
| Octal | 354 | 17 | 257 | 0 | 136 | 32 | 7 | 475 | 130 | 61 |
| Binary | 11101100 | 1111 | 10101111 | 0 | 1011110 | 11010 | 111 | 100111101 | 1011000 | 110001 |
Color Harmonies of #EC0FAF
Complementary color
Monochromatic Colors of #EC0FAF
Black with #EC0FAF
Text Example
Text Example
White with #EC0FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0FAF; }
p { color: rgb(236,15,175); }
H1.HeaderClassName
{
color: #EC0FAF;
}
.AnyTagClassName
{
color: #EC0FAF;
}
</style>
background-color css
<style>
a { background-color: #EC0FAF; }
a { background-color: rgb(236,15,175); }
div.DivClassName
{
background-color: #EC0FAF;
}
.BgClassName
{
background-color: #EC0FAF;
}
</style>
border-color css
<style>
span { border-color: #EC0FAF; }
span { border-color: rgb(236,15,175); }
td.TdClassName
{
border-color: #EC0FAF;
}
.TagClassName
{
border-color: #EC0FAF;
}
</style>