Shades of Hollywood Cerise #EF12A0
Tints of Hollywood Cerise #EF12A0
RGB
CMYK
RGB Variations
Color information
#EF12A0 (or 0xEF12A0) is known color: Hollywood Cerise. HEX triplet: EF, 12 and A0. RGB value is (239,18,160). Sum of RGB (Red+Green+Blue) = 239+18+160=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF12A0 is #10ED5F. Grayscale: #636363. Windows color (decimal): -1109344 or 10490607. OLE color: 10490607.
HSL color Cylindrical-coordinate representation of color #EF12A0: hue angle of 321.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF12A0 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 160 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.06 |
| HSL | 321.45º | 0.87% | 0.5% | - |
| HSV(B) | 321.45º | 0.92% | 0.94% | - |
| XYZ | 42.16 | 21.32 | 35.15 | - |
| YUV | 100.27 | 161.72 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 160 | 0 | 0.92 | 0.33 | 0.06 | 321.45 | 0.87 | 0.5 |
| Hex | EF | 12 | A0 | 0 | 5C | 21 | 6 | 141 | 57 | 32 |
| Octal | 357 | 22 | 240 | 0 | 134 | 41 | 6 | 501 | 127 | 62 |
| Binary | 11101111 | 10010 | 10100000 | 0 | 1011100 | 100001 | 110 | 101000001 | 1010111 | 110010 |
Color Harmonies of #EF12A0
Complementary color
Monochromatic Colors of #EF12A0
Black with #EF12A0
Text Example
Text Example
White with #EF12A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF12A0; }
p { color: rgb(239,18,160); }
H1.HeaderClassName
{
color: #EF12A0;
}
.AnyTagClassName
{
color: #EF12A0;
}
</style>
background-color css
<style>
a { background-color: #EF12A0; }
a { background-color: rgb(239,18,160); }
div.DivClassName
{
background-color: #EF12A0;
}
.BgClassName
{
background-color: #EF12A0;
}
</style>
border-color css
<style>
span { border-color: #EF12A0; }
span { border-color: rgb(239,18,160); }
td.TdClassName
{
border-color: #EF12A0;
}
.TagClassName
{
border-color: #EF12A0;
}
</style>