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