Shades of Hollywood Cerise #EF0599
Tints of Hollywood Cerise #EF0599
RGB
CMYK
RGB Variations
Color information
#EF0599 (or 0xEF0599) is known color: Hollywood Cerise. HEX triplet: EF, 05 and 99. RGB value is (239,5,153). Sum of RGB (Red+Green+Blue) = 239+5+153=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0599 is #10FA66. Grayscale: #5B5B5B. Windows color (decimal): -1112679 or 10028527. OLE color: 10028527.
HSL color Cylindrical-coordinate representation of color #EF0599: hue angle of 322.05º degrees, saturation: 0.96, 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 #EF0599 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 153 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.06 |
| HSL | 322.05º | 0.96% | 0.48% | - |
| HSV(B) | 322.05º | 0.98% | 0.94% | - |
| XYZ | 41.4 | 20.76 | 31.96 | - |
| YUV | 91.84 | 162.52 | 232.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 153 | 0 | 0.98 | 0.36 | 0.06 | 322.05 | 0.96 | 0.48 |
| Hex | EF | 5 | 99 | 0 | 62 | 24 | 6 | 142 | 60 | 30 |
| Octal | 357 | 5 | 231 | 0 | 142 | 44 | 6 | 502 | 140 | 60 |
| Binary | 11101111 | 101 | 10011001 | 0 | 1100010 | 100100 | 110 | 101000010 | 1100000 | 110000 |
Color Harmonies of #EF0599
Complementary color
Monochromatic Colors of #EF0599
Black with #EF0599
Text Example
Text Example
White with #EF0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0599; }
p { color: rgb(239,5,153); }
H1.HeaderClassName
{
color: #EF0599;
}
.AnyTagClassName
{
color: #EF0599;
}
</style>
background-color css
<style>
a { background-color: #EF0599; }
a { background-color: rgb(239,5,153); }
div.DivClassName
{
background-color: #EF0599;
}
.BgClassName
{
background-color: #EF0599;
}
</style>
border-color css
<style>
span { border-color: #EF0599; }
span { border-color: rgb(239,5,153); }
td.TdClassName
{
border-color: #EF0599;
}
.TagClassName
{
border-color: #EF0599;
}
</style>