Shades of Hollywood Cerise #EF0BAF
Tints of Hollywood Cerise #EF0BAF
RGB
CMYK
RGB Variations
Color information
#EF0BAF (or 0xEF0BAF) is known color: Hollywood Cerise. HEX triplet: EF, 0B and AF. RGB value is (239,11,175). Sum of RGB (Red+Green+Blue) = 239+11+175=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0BAF is #10F450. Grayscale: #616161. Windows color (decimal): -1111121 or 11471855. OLE color: 11471855.
HSL color Cylindrical-coordinate representation of color #EF0BAF: hue angle of 316.84º 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 #EF0BAF is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 175 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.06 |
| HSL | 316.84º | 0.91% | 0.49% | - |
| HSV(B) | 316.84º | 0.95% | 0.94% | - |
| XYZ | 43.45 | 21.69 | 42.45 | - |
| YUV | 97.87 | 171.54 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 175 | 0 | 0.95 | 0.27 | 0.06 | 316.84 | 0.91 | 0.49 |
| Hex | EF | B | AF | 0 | 5F | 1B | 6 | 13D | 5B | 31 |
| Octal | 357 | 13 | 257 | 0 | 137 | 33 | 6 | 475 | 133 | 61 |
| Binary | 11101111 | 1011 | 10101111 | 0 | 1011111 | 11011 | 110 | 100111101 | 1011011 | 110001 |
Color Harmonies of #EF0BAF
Complementary color
Monochromatic Colors of #EF0BAF
Black with #EF0BAF
Text Example
Text Example
White with #EF0BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BAF; }
p { color: rgb(239,11,175); }
H1.HeaderClassName
{
color: #EF0BAF;
}
.AnyTagClassName
{
color: #EF0BAF;
}
</style>
background-color css
<style>
a { background-color: #EF0BAF; }
a { background-color: rgb(239,11,175); }
div.DivClassName
{
background-color: #EF0BAF;
}
.BgClassName
{
background-color: #EF0BAF;
}
</style>
border-color css
<style>
span { border-color: #EF0BAF; }
span { border-color: rgb(239,11,175); }
td.TdClassName
{
border-color: #EF0BAF;
}
.TagClassName
{
border-color: #EF0BAF;
}
</style>