Shades of Hollywood Cerise #EF0EA8
Tints of Hollywood Cerise #EF0EA8
RGB
CMYK
RGB Variations
Color information
#EF0EA8 (or 0xEF0EA8) is known color: Hollywood Cerise. HEX triplet: EF, 0E and A8. RGB value is (239,14,168). Sum of RGB (Red+Green+Blue) = 239+14+168=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0EA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0EA8 is #10F157. Grayscale: #626262. Windows color (decimal): -1110360 or 11013871. OLE color: 11013871.
HSL color Cylindrical-coordinate representation of color #EF0EA8: hue angle of 318.93º 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 #EF0EA8 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 168 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.06 |
| HSL | 318.93º | 0.89% | 0.5% | - |
| HSV(B) | 318.93º | 0.94% | 0.94% | - |
| XYZ | 42.82 | 21.49 | 38.94 | - |
| YUV | 98.83 | 167.04 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 168 | 0 | 0.94 | 0.30 | 0.06 | 318.93 | 0.89 | 0.5 |
| Hex | EF | E | A8 | 0 | 5E | 1E | 6 | 13F | 59 | 32 |
| Octal | 357 | 16 | 250 | 0 | 136 | 36 | 6 | 477 | 131 | 62 |
| Binary | 11101111 | 1110 | 10101000 | 0 | 1011110 | 11110 | 110 | 100111111 | 1011001 | 110010 |
Color Harmonies of #EF0EA8
Complementary color
Monochromatic Colors of #EF0EA8
Black with #EF0EA8
Text Example
Text Example
White with #EF0EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0EA8; }
p { color: rgb(239,14,168); }
H1.HeaderClassName
{
color: #EF0EA8;
}
.AnyTagClassName
{
color: #EF0EA8;
}
</style>
background-color css
<style>
a { background-color: #EF0EA8; }
a { background-color: rgb(239,14,168); }
div.DivClassName
{
background-color: #EF0EA8;
}
.BgClassName
{
background-color: #EF0EA8;
}
</style>
border-color css
<style>
span { border-color: #EF0EA8; }
span { border-color: rgb(239,14,168); }
td.TdClassName
{
border-color: #EF0EA8;
}
.TagClassName
{
border-color: #EF0EA8;
}
</style>