Shades of Hollywood Cerise #EF15A0
Tints of Hollywood Cerise #EF15A0
RGB
CMYK
RGB Variations
Color information
#EF15A0 (or 0xEF15A0) is known color: Hollywood Cerise. HEX triplet: EF, 15 and A0. RGB value is (239,21,160). Sum of RGB (Red+Green+Blue) = 239+21+160=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF15A0 is #10EA5F. Grayscale: #656565. Windows color (decimal): -1108576 or 10491375. OLE color: 10491375.
HSL color Cylindrical-coordinate representation of color #EF15A0: hue angle of 321.74º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF15A0 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 160 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.06 |
| HSL | 321.74º | 0.87% | 0.51% | - |
| HSV(B) | 321.74º | 0.91% | 0.94% | - |
| XYZ | 42.21 | 21.43 | 35.17 | - |
| YUV | 102.03 | 160.72 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 160 | 0 | 0.91 | 0.33 | 0.06 | 321.74 | 0.87 | 0.51 |
| Hex | EF | 15 | A0 | 0 | 5B | 21 | 6 | 142 | 57 | 33 |
| Octal | 357 | 25 | 240 | 0 | 133 | 41 | 6 | 502 | 127 | 63 |
| Binary | 11101111 | 10101 | 10100000 | 0 | 1011011 | 100001 | 110 | 101000010 | 1010111 | 110011 |
Color Harmonies of #EF15A0
Complementary color
Monochromatic Colors of #EF15A0
Black with #EF15A0
Text Example
Text Example
White with #EF15A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15A0; }
p { color: rgb(239,21,160); }
H1.HeaderClassName
{
color: #EF15A0;
}
.AnyTagClassName
{
color: #EF15A0;
}
</style>
background-color css
<style>
a { background-color: #EF15A0; }
a { background-color: rgb(239,21,160); }
div.DivClassName
{
background-color: #EF15A0;
}
.BgClassName
{
background-color: #EF15A0;
}
</style>
border-color css
<style>
span { border-color: #EF15A0; }
span { border-color: rgb(239,21,160); }
td.TdClassName
{
border-color: #EF15A0;
}
.TagClassName
{
border-color: #EF15A0;
}
</style>