Shades of Hollywood Cerise #EF0491
Tints of Hollywood Cerise #EF0491
RGB
CMYK
RGB Variations
Color information
#EF0491 (or 0xEF0491) is known color: Hollywood Cerise. HEX triplet: EF, 04 and 91. RGB value is (239,4,145). Sum of RGB (Red+Green+Blue) = 239+4+145=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0491 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0491 is #10FB6E. Grayscale: #5A5A5A. Windows color (decimal): -1112943 or 9503983. OLE color: 9503983.
HSL color Cylindrical-coordinate representation of color #EF0491: hue angle of 324º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0491 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 145 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.06 |
| HSL | 324º | 0.97% | 0.48% | - |
| HSV(B) | 324º | 0.98% | 0.94% | - |
| XYZ | 40.75 | 20.48 | 28.59 | - |
| YUV | 90.34 | 158.86 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 145 | 0 | 0.98 | 0.39 | 0.06 | 324 | 0.97 | 0.48 |
| Hex | EF | 4 | 91 | 0 | 62 | 27 | 6 | 144 | 61 | 30 |
| Octal | 357 | 4 | 221 | 0 | 142 | 47 | 6 | 504 | 141 | 60 |
| Binary | 11101111 | 100 | 10010001 | 0 | 1100010 | 100111 | 110 | 101000100 | 1100001 | 110000 |
Color Harmonies of #EF0491
Complementary color
Monochromatic Colors of #EF0491
Black with #EF0491
Text Example
Text Example
White with #EF0491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0491; }
p { color: rgb(239,4,145); }
H1.HeaderClassName
{
color: #EF0491;
}
.AnyTagClassName
{
color: #EF0491;
}
</style>
background-color css
<style>
a { background-color: #EF0491; }
a { background-color: rgb(239,4,145); }
div.DivClassName
{
background-color: #EF0491;
}
.BgClassName
{
background-color: #EF0491;
}
</style>
border-color css
<style>
span { border-color: #EF0491; }
span { border-color: rgb(239,4,145); }
td.TdClassName
{
border-color: #EF0491;
}
.TagClassName
{
border-color: #EF0491;
}
</style>