Shades of Hollywood Cerise #EF0B99
Tints of Hollywood Cerise #EF0B99
RGB
CMYK
RGB Variations
Color information
#EF0B99 (or 0xEF0B99) is known color: Hollywood Cerise. HEX triplet: EF, 0B and 99. RGB value is (239,11,153). Sum of RGB (Red+Green+Blue) = 239+11+153=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0B99 is #10F466. Grayscale: #5F5F5F. Windows color (decimal): -1111143 or 10030063. OLE color: 10030063.
HSL color Cylindrical-coordinate representation of color #EF0B99: hue angle of 322.63º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0B99 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 153 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.06 |
| HSL | 322.63º | 0.91% | 0.49% | - |
| HSV(B) | 322.63º | 0.95% | 0.94% | - |
| XYZ | 41.47 | 20.89 | 31.98 | - |
| YUV | 95.36 | 160.54 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 153 | 0 | 0.95 | 0.36 | 0.06 | 322.63 | 0.91 | 0.49 |
| Hex | EF | B | 99 | 0 | 5F | 24 | 6 | 143 | 5B | 31 |
| Octal | 357 | 13 | 231 | 0 | 137 | 44 | 6 | 503 | 133 | 61 |
| Binary | 11101111 | 1011 | 10011001 | 0 | 1011111 | 100100 | 110 | 101000011 | 1011011 | 110001 |
Color Harmonies of #EF0B99
Complementary color
Monochromatic Colors of #EF0B99
Black with #EF0B99
Text Example
Text Example
White with #EF0B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0B99; }
p { color: rgb(239,11,153); }
H1.HeaderClassName
{
color: #EF0B99;
}
.AnyTagClassName
{
color: #EF0B99;
}
</style>
background-color css
<style>
a { background-color: #EF0B99; }
a { background-color: rgb(239,11,153); }
div.DivClassName
{
background-color: #EF0B99;
}
.BgClassName
{
background-color: #EF0B99;
}
</style>
border-color css
<style>
span { border-color: #EF0B99; }
span { border-color: rgb(239,11,153); }
td.TdClassName
{
border-color: #EF0B99;
}
.TagClassName
{
border-color: #EF0B99;
}
</style>