Shades of Hollywood Cerise #E50BAF
Tints of Hollywood Cerise #E50BAF
RGB
CMYK
RGB Variations
Color information
#E50BAF (or 0xE50BAF) is known color: Hollywood Cerise. HEX triplet: E5, 0B and AF. RGB value is (229,11,175). Sum of RGB (Red+Green+Blue) = 229+11+175=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E50BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50BAF is #1AF450. Grayscale: #5E5E5E. Windows color (decimal): -1766481 or 11471845. OLE color: 11471845.
HSL color Cylindrical-coordinate representation of color #E50BAF: hue angle of 314.86º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50BAF is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 11 | 175 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.10 |
| HSL | 314.86º | 0.91% | 0.47% | - |
| HSV(B) | 314.86º | 0.95% | 0.9% | - |
| XYZ | 40.17 | 19.99 | 42.3 | - |
| YUV | 94.88 | 173.22 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 11 | 175 | 0 | 0.95 | 0.24 | 0.10 | 314.86 | 0.91 | 0.47 |
| Hex | E5 | B | AF | 0 | 5F | 18 | A | 13B | 5B | 2F |
| Octal | 345 | 13 | 257 | 0 | 137 | 30 | 12 | 473 | 133 | 57 |
| Binary | 11100101 | 1011 | 10101111 | 0 | 1011111 | 11000 | 1010 | 100111011 | 1011011 | 101111 |
Color Harmonies of #E50BAF
Complementary color
Monochromatic Colors of #E50BAF
Black with #E50BAF
Text Example
Text Example
White with #E50BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50BAF; }
p { color: rgb(229,11,175); }
H1.HeaderClassName
{
color: #E50BAF;
}
.AnyTagClassName
{
color: #E50BAF;
}
</style>
background-color css
<style>
a { background-color: #E50BAF; }
a { background-color: rgb(229,11,175); }
div.DivClassName
{
background-color: #E50BAF;
}
.BgClassName
{
background-color: #E50BAF;
}
</style>
border-color css
<style>
span { border-color: #E50BAF; }
span { border-color: rgb(229,11,175); }
td.TdClassName
{
border-color: #E50BAF;
}
.TagClassName
{
border-color: #E50BAF;
}
</style>