Shades of Hollywood Cerise #E50B9D
Tints of Hollywood Cerise #E50B9D
RGB
CMYK
RGB Variations
Color information
#E50B9D (or 0xE50B9D) is known color: Hollywood Cerise. HEX triplet: E5, 0B and 9D. RGB value is (229,11,157). Sum of RGB (Red+Green+Blue) = 229+11+157=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E50B9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50B9D is #1AF462. Grayscale: #5C5C5C. Windows color (decimal): -1766499 or 10292197. OLE color: 10292197.
HSL color Cylindrical-coordinate representation of color #E50B9D: hue angle of 319.82º 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 #E50B9D is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 11 | 157 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.10 |
| HSL | 319.82º | 0.91% | 0.47% | - |
| HSV(B) | 319.82º | 0.95% | 0.9% | - |
| XYZ | 38.52 | 19.33 | 33.6 | - |
| YUV | 92.83 | 164.22 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 11 | 157 | 0 | 0.95 | 0.31 | 0.10 | 319.82 | 0.91 | 0.47 |
| Hex | E5 | B | 9D | 0 | 5F | 1F | A | 140 | 5B | 2F |
| Octal | 345 | 13 | 235 | 0 | 137 | 37 | 12 | 500 | 133 | 57 |
| Binary | 11100101 | 1011 | 10011101 | 0 | 1011111 | 11111 | 1010 | 101000000 | 1011011 | 101111 |
Color Harmonies of #E50B9D
Complementary color
Monochromatic Colors of #E50B9D
Black with #E50B9D
Text Example
Text Example
White with #E50B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50B9D; }
p { color: rgb(229,11,157); }
H1.HeaderClassName
{
color: #E50B9D;
}
.AnyTagClassName
{
color: #E50B9D;
}
</style>
background-color css
<style>
a { background-color: #E50B9D; }
a { background-color: rgb(229,11,157); }
div.DivClassName
{
background-color: #E50B9D;
}
.BgClassName
{
background-color: #E50B9D;
}
</style>
border-color css
<style>
span { border-color: #E50B9D; }
span { border-color: rgb(229,11,157); }
td.TdClassName
{
border-color: #E50B9D;
}
.TagClassName
{
border-color: #E50B9D;
}
</style>