Shades of Hollywood Cerise #EF0BA6
Tints of Hollywood Cerise #EF0BA6
RGB
CMYK
RGB Variations
Color information
#EF0BA6 (or 0xEF0BA6) is known color: Hollywood Cerise. HEX triplet: EF, 0B and A6. RGB value is (239,11,166). Sum of RGB (Red+Green+Blue) = 239+11+166=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 11 (4.69% from 255 or 2.64% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0BA6 is #10F459. Grayscale: #606060. Windows color (decimal): -1111130 or 10882031. OLE color: 10882031.
HSL color Cylindrical-coordinate representation of color #EF0BA6: hue angle of 319.21º 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 #EF0BA6 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 166 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.06 |
| HSL | 319.21º | 0.91% | 0.49% | - |
| HSV(B) | 319.21º | 0.95% | 0.94% | - |
| XYZ | 42.6 | 21.34 | 37.95 | - |
| YUV | 96.84 | 167.04 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 166 | 0 | 0.95 | 0.31 | 0.06 | 319.21 | 0.91 | 0.49 |
| Hex | EF | B | A6 | 0 | 5F | 1F | 6 | 13F | 5B | 31 |
| Octal | 357 | 13 | 246 | 0 | 137 | 37 | 6 | 477 | 133 | 61 |
| Binary | 11101111 | 1011 | 10100110 | 0 | 1011111 | 11111 | 110 | 100111111 | 1011011 | 110001 |
Color Harmonies of #EF0BA6
Complementary color
Monochromatic Colors of #EF0BA6
Black with #EF0BA6
Text Example
Text Example
White with #EF0BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BA6; }
p { color: rgb(239,11,166); }
H1.HeaderClassName
{
color: #EF0BA6;
}
.AnyTagClassName
{
color: #EF0BA6;
}
</style>
background-color css
<style>
a { background-color: #EF0BA6; }
a { background-color: rgb(239,11,166); }
div.DivClassName
{
background-color: #EF0BA6;
}
.BgClassName
{
background-color: #EF0BA6;
}
</style>
border-color css
<style>
span { border-color: #EF0BA6; }
span { border-color: rgb(239,11,166); }
td.TdClassName
{
border-color: #EF0BA6;
}
.TagClassName
{
border-color: #EF0BA6;
}
</style>