Shades of Hollywood Cerise #EF0BA9
Tints of Hollywood Cerise #EF0BA9
RGB
CMYK
RGB Variations
Color information
#EF0BA9 (or 0xEF0BA9) is known color: Hollywood Cerise. HEX triplet: EF, 0B and A9. RGB value is (239,11,169). Sum of RGB (Red+Green+Blue) = 239+11+169=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0BA9 is #10F456. Grayscale: #606060. Windows color (decimal): -1111127 or 11078639. OLE color: 11078639.
HSL color Cylindrical-coordinate representation of color #EF0BA9: hue angle of 318.42º 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 #EF0BA9 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 169 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.06 |
| HSL | 318.42º | 0.91% | 0.49% | - |
| HSV(B) | 318.42º | 0.95% | 0.94% | - |
| XYZ | 42.88 | 21.45 | 39.42 | - |
| YUV | 97.18 | 168.54 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 169 | 0 | 0.95 | 0.29 | 0.06 | 318.42 | 0.91 | 0.49 |
| Hex | EF | B | A9 | 0 | 5F | 1D | 6 | 13E | 5B | 31 |
| Octal | 357 | 13 | 251 | 0 | 137 | 35 | 6 | 476 | 133 | 61 |
| Binary | 11101111 | 1011 | 10101001 | 0 | 1011111 | 11101 | 110 | 100111110 | 1011011 | 110001 |
Color Harmonies of #EF0BA9
Complementary color
Monochromatic Colors of #EF0BA9
Black with #EF0BA9
Text Example
Text Example
White with #EF0BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BA9; }
p { color: rgb(239,11,169); }
H1.HeaderClassName
{
color: #EF0BA9;
}
.AnyTagClassName
{
color: #EF0BA9;
}
</style>
background-color css
<style>
a { background-color: #EF0BA9; }
a { background-color: rgb(239,11,169); }
div.DivClassName
{
background-color: #EF0BA9;
}
.BgClassName
{
background-color: #EF0BA9;
}
</style>
border-color css
<style>
span { border-color: #EF0BA9; }
span { border-color: rgb(239,11,169); }
td.TdClassName
{
border-color: #EF0BA9;
}
.TagClassName
{
border-color: #EF0BA9;
}
</style>