Shades of Hollywood Cerise #E50BA2
Tints of Hollywood Cerise #E50BA2
RGB
CMYK
RGB Variations
Color information
#E50BA2 (or 0xE50BA2) is known color: Hollywood Cerise. HEX triplet: E5, 0B and A2. RGB value is (229,11,162). Sum of RGB (Red+Green+Blue) = 229+11+162=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E50BA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50BA2 is #1AF45D. Grayscale: #5D5D5D. Windows color (decimal): -1766494 or 10619877. OLE color: 10619877.
HSL color Cylindrical-coordinate representation of color #E50BA2: hue angle of 318.44º 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 #E50BA2 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 11 | 162 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.10 |
| HSL | 318.44º | 0.91% | 0.47% | - |
| HSV(B) | 318.44º | 0.95% | 0.9% | - |
| XYZ | 38.95 | 19.51 | 35.89 | - |
| YUV | 93.4 | 166.72 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 11 | 162 | 0 | 0.95 | 0.29 | 0.10 | 318.44 | 0.91 | 0.47 |
| Hex | E5 | B | A2 | 0 | 5F | 1D | A | 13E | 5B | 2F |
| Octal | 345 | 13 | 242 | 0 | 137 | 35 | 12 | 476 | 133 | 57 |
| Binary | 11100101 | 1011 | 10100010 | 0 | 1011111 | 11101 | 1010 | 100111110 | 1011011 | 101111 |
Color Harmonies of #E50BA2
Complementary color
Monochromatic Colors of #E50BA2
Black with #E50BA2
Text Example
Text Example
White with #E50BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50BA2; }
p { color: rgb(229,11,162); }
H1.HeaderClassName
{
color: #E50BA2;
}
.AnyTagClassName
{
color: #E50BA2;
}
</style>
background-color css
<style>
a { background-color: #E50BA2; }
a { background-color: rgb(229,11,162); }
div.DivClassName
{
background-color: #E50BA2;
}
.BgClassName
{
background-color: #E50BA2;
}
</style>
border-color css
<style>
span { border-color: #E50BA2; }
span { border-color: rgb(229,11,162); }
td.TdClassName
{
border-color: #E50BA2;
}
.TagClassName
{
border-color: #E50BA2;
}
</style>