Shades of Hollywood Cerise #EF0EAC
Tints of Hollywood Cerise #EF0EAC
RGB
CMYK
RGB Variations
Color information
#EF0EAC (or 0xEF0EAC) is known color: Hollywood Cerise. HEX triplet: EF, 0E and AC. RGB value is (239,14,172). Sum of RGB (Red+Green+Blue) = 239+14+172=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 14 (5.86% from 255 or 3.29% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0EAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0EAC is #10F153. Grayscale: #626262. Windows color (decimal): -1110356 or 11276015. OLE color: 11276015.
HSL color Cylindrical-coordinate representation of color #EF0EAC: hue angle of 317.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0EAC is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 172 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.06 |
| HSL | 317.87º | 0.89% | 0.5% | - |
| HSV(B) | 317.87º | 0.94% | 0.94% | - |
| XYZ | 43.2 | 21.64 | 40.93 | - |
| YUV | 99.29 | 169.04 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 172 | 0 | 0.94 | 0.28 | 0.06 | 317.87 | 0.89 | 0.5 |
| Hex | EF | E | AC | 0 | 5E | 1C | 6 | 13E | 59 | 32 |
| Octal | 357 | 16 | 254 | 0 | 136 | 34 | 6 | 476 | 131 | 62 |
| Binary | 11101111 | 1110 | 10101100 | 0 | 1011110 | 11100 | 110 | 100111110 | 1011001 | 110010 |
Color Harmonies of #EF0EAC
Complementary color
Monochromatic Colors of #EF0EAC
Black with #EF0EAC
Text Example
Text Example
White with #EF0EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0EAC; }
p { color: rgb(239,14,172); }
H1.HeaderClassName
{
color: #EF0EAC;
}
.AnyTagClassName
{
color: #EF0EAC;
}
</style>
background-color css
<style>
a { background-color: #EF0EAC; }
a { background-color: rgb(239,14,172); }
div.DivClassName
{
background-color: #EF0EAC;
}
.BgClassName
{
background-color: #EF0EAC;
}
</style>
border-color css
<style>
span { border-color: #EF0EAC; }
span { border-color: rgb(239,14,172); }
td.TdClassName
{
border-color: #EF0EAC;
}
.TagClassName
{
border-color: #EF0EAC;
}
</style>