Shades of Hollywood Cerise #E50595
Tints of Hollywood Cerise #E50595
RGB
CMYK
RGB Variations
Color information
#E50595 (or 0xE50595) is known color: Hollywood Cerise. HEX triplet: E5, 05 and 95. RGB value is (229,5,149). Sum of RGB (Red+Green+Blue) = 229+5+149=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E50595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50595 is #1AFA6A. Grayscale: #585858. Windows color (decimal): -1768043 or 9766373. OLE color: 9766373.
HSL color Cylindrical-coordinate representation of color #E50595: hue angle of 321.43º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50595 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 149 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.10 |
| HSL | 321.43º | 0.96% | 0.46% | - |
| HSV(B) | 321.43º | 0.98% | 0.9% | - |
| XYZ | 37.79 | 18.94 | 30.1 | - |
| YUV | 88.39 | 162.21 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 149 | 0 | 0.98 | 0.35 | 0.10 | 321.43 | 0.96 | 0.46 |
| Hex | E5 | 5 | 95 | 0 | 62 | 23 | A | 141 | 60 | 2E |
| Octal | 345 | 5 | 225 | 0 | 142 | 43 | 12 | 501 | 140 | 56 |
| Binary | 11100101 | 101 | 10010101 | 0 | 1100010 | 100011 | 1010 | 101000001 | 1100000 | 101110 |
Color Harmonies of #E50595
Complementary color
Monochromatic Colors of #E50595
Black with #E50595
Text Example
Text Example
White with #E50595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50595; }
p { color: rgb(229,5,149); }
H1.HeaderClassName
{
color: #E50595;
}
.AnyTagClassName
{
color: #E50595;
}
</style>
background-color css
<style>
a { background-color: #E50595; }
a { background-color: rgb(229,5,149); }
div.DivClassName
{
background-color: #E50595;
}
.BgClassName
{
background-color: #E50595;
}
</style>
border-color css
<style>
span { border-color: #E50595; }
span { border-color: rgb(229,5,149); }
td.TdClassName
{
border-color: #E50595;
}
.TagClassName
{
border-color: #E50595;
}
</style>