Shades of Hollywood Cerise #EF0EAF
Tints of Hollywood Cerise #EF0EAF
RGB
CMYK
RGB Variations
Color information
#EF0EAF (or 0xEF0EAF) is known color: Hollywood Cerise. HEX triplet: EF, 0E and AF. RGB value is (239,14,175). Sum of RGB (Red+Green+Blue) = 239+14+175=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0EAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0EAF is #10F150. Grayscale: #636363. Windows color (decimal): -1110353 or 11472623. OLE color: 11472623.
HSL color Cylindrical-coordinate representation of color #EF0EAF: hue angle of 317.07º 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 #EF0EAF is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 175 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.06 |
| HSL | 317.07º | 0.89% | 0.5% | - |
| HSV(B) | 317.07º | 0.94% | 0.94% | - |
| XYZ | 43.49 | 21.76 | 42.47 | - |
| YUV | 99.63 | 170.54 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 175 | 0 | 0.94 | 0.27 | 0.06 | 317.07 | 0.89 | 0.5 |
| Hex | EF | E | AF | 0 | 5E | 1B | 6 | 13D | 59 | 32 |
| Octal | 357 | 16 | 257 | 0 | 136 | 33 | 6 | 475 | 131 | 62 |
| Binary | 11101111 | 1110 | 10101111 | 0 | 1011110 | 11011 | 110 | 100111101 | 1011001 | 110010 |
Color Harmonies of #EF0EAF
Complementary color
Monochromatic Colors of #EF0EAF
Black with #EF0EAF
Text Example
Text Example
White with #EF0EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0EAF; }
p { color: rgb(239,14,175); }
H1.HeaderClassName
{
color: #EF0EAF;
}
.AnyTagClassName
{
color: #EF0EAF;
}
</style>
background-color css
<style>
a { background-color: #EF0EAF; }
a { background-color: rgb(239,14,175); }
div.DivClassName
{
background-color: #EF0EAF;
}
.BgClassName
{
background-color: #EF0EAF;
}
</style>
border-color css
<style>
span { border-color: #EF0EAF; }
span { border-color: rgb(239,14,175); }
td.TdClassName
{
border-color: #EF0EAF;
}
.TagClassName
{
border-color: #EF0EAF;
}
</style>