Shades of Hollywood Cerise #EF0BA5
Tints of Hollywood Cerise #EF0BA5
RGB
CMYK
RGB Variations
Color information
#EF0BA5 (or 0xEF0BA5) is known color: Hollywood Cerise. HEX triplet: EF, 0B and A5. RGB value is (239,11,165). Sum of RGB (Red+Green+Blue) = 239+11+165=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0BA5 is #10F45A. Grayscale: #606060. Windows color (decimal): -1111131 or 10816495. OLE color: 10816495.
HSL color Cylindrical-coordinate representation of color #EF0BA5: hue angle of 319.47º 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 #EF0BA5 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 165 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.06 |
| HSL | 319.47º | 0.91% | 0.49% | - |
| HSV(B) | 319.47º | 0.95% | 0.94% | - |
| XYZ | 42.51 | 21.31 | 37.47 | - |
| YUV | 96.73 | 166.54 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 165 | 0 | 0.95 | 0.31 | 0.06 | 319.47 | 0.91 | 0.49 |
| Hex | EF | B | A5 | 0 | 5F | 1F | 6 | 13F | 5B | 31 |
| Octal | 357 | 13 | 245 | 0 | 137 | 37 | 6 | 477 | 133 | 61 |
| Binary | 11101111 | 1011 | 10100101 | 0 | 1011111 | 11111 | 110 | 100111111 | 1011011 | 110001 |
Color Harmonies of #EF0BA5
Complementary color
Monochromatic Colors of #EF0BA5
Black with #EF0BA5
Text Example
Text Example
White with #EF0BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BA5; }
p { color: rgb(239,11,165); }
H1.HeaderClassName
{
color: #EF0BA5;
}
.AnyTagClassName
{
color: #EF0BA5;
}
</style>
background-color css
<style>
a { background-color: #EF0BA5; }
a { background-color: rgb(239,11,165); }
div.DivClassName
{
background-color: #EF0BA5;
}
.BgClassName
{
background-color: #EF0BA5;
}
</style>
border-color css
<style>
span { border-color: #EF0BA5; }
span { border-color: rgb(239,11,165); }
td.TdClassName
{
border-color: #EF0BA5;
}
.TagClassName
{
border-color: #EF0BA5;
}
</style>