Shades of Hollywood Cerise #EF0BA8
Tints of Hollywood Cerise #EF0BA8
RGB
CMYK
RGB Variations
Color information
#EF0BA8 (or 0xEF0BA8) is known color: Hollywood Cerise. HEX triplet: EF, 0B and A8. RGB value is (239,11,168). Sum of RGB (Red+Green+Blue) = 239+11+168=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0BA8 is #10F457. Grayscale: #606060. Windows color (decimal): -1111128 or 11013103. OLE color: 11013103.
HSL color Cylindrical-coordinate representation of color #EF0BA8: hue angle of 318.68º 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 #EF0BA8 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 168 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.06 |
| HSL | 318.68º | 0.91% | 0.49% | - |
| HSV(B) | 318.68º | 0.95% | 0.94% | - |
| XYZ | 42.78 | 21.42 | 38.92 | - |
| YUV | 97.07 | 168.04 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 168 | 0 | 0.95 | 0.30 | 0.06 | 318.68 | 0.91 | 0.49 |
| Hex | EF | B | A8 | 0 | 5F | 1E | 6 | 13F | 5B | 31 |
| Octal | 357 | 13 | 250 | 0 | 137 | 36 | 6 | 477 | 133 | 61 |
| Binary | 11101111 | 1011 | 10101000 | 0 | 1011111 | 11110 | 110 | 100111111 | 1011011 | 110001 |
Color Harmonies of #EF0BA8
Complementary color
Monochromatic Colors of #EF0BA8
Black with #EF0BA8
Text Example
Text Example
White with #EF0BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BA8; }
p { color: rgb(239,11,168); }
H1.HeaderClassName
{
color: #EF0BA8;
}
.AnyTagClassName
{
color: #EF0BA8;
}
</style>
background-color css
<style>
a { background-color: #EF0BA8; }
a { background-color: rgb(239,11,168); }
div.DivClassName
{
background-color: #EF0BA8;
}
.BgClassName
{
background-color: #EF0BA8;
}
</style>
border-color css
<style>
span { border-color: #EF0BA8; }
span { border-color: rgb(239,11,168); }
td.TdClassName
{
border-color: #EF0BA8;
}
.TagClassName
{
border-color: #EF0BA8;
}
</style>