Shades of Hollywood Cerise #EF0BA3
Tints of Hollywood Cerise #EF0BA3
RGB
CMYK
RGB Variations
Color information
#EF0BA3 (or 0xEF0BA3) is known color: Hollywood Cerise. HEX triplet: EF, 0B and A3. RGB value is (239,11,163). Sum of RGB (Red+Green+Blue) = 239+11+163=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BA3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0BA3 is #10F45C. Grayscale: #606060. Windows color (decimal): -1111133 or 10685423. OLE color: 10685423.
HSL color Cylindrical-coordinate representation of color #EF0BA3: hue angle of 320º 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 #EF0BA3 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 163 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.06 |
| HSL | 320º | 0.91% | 0.49% | - |
| HSV(B) | 320º | 0.95% | 0.94% | - |
| XYZ | 42.33 | 21.23 | 36.52 | - |
| YUV | 96.5 | 165.54 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 163 | 0 | 0.95 | 0.32 | 0.06 | 320 | 0.91 | 0.49 |
| Hex | EF | B | A3 | 0 | 5F | 20 | 6 | 140 | 5B | 31 |
| Octal | 357 | 13 | 243 | 0 | 137 | 40 | 6 | 500 | 133 | 61 |
| Binary | 11101111 | 1011 | 10100011 | 0 | 1011111 | 100000 | 110 | 101000000 | 1011011 | 110001 |
Color Harmonies of #EF0BA3
Complementary color
Monochromatic Colors of #EF0BA3
Black with #EF0BA3
Text Example
Text Example
White with #EF0BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BA3; }
p { color: rgb(239,11,163); }
H1.HeaderClassName
{
color: #EF0BA3;
}
.AnyTagClassName
{
color: #EF0BA3;
}
</style>
background-color css
<style>
a { background-color: #EF0BA3; }
a { background-color: rgb(239,11,163); }
div.DivClassName
{
background-color: #EF0BA3;
}
.BgClassName
{
background-color: #EF0BA3;
}
</style>
border-color css
<style>
span { border-color: #EF0BA3; }
span { border-color: rgb(239,11,163); }
td.TdClassName
{
border-color: #EF0BA3;
}
.TagClassName
{
border-color: #EF0BA3;
}
</style>