Shades of Hollywood Cerise #E51095
Tints of Hollywood Cerise #E51095
RGB
CMYK
RGB Variations
Color information
#E51095 (or 0xE51095) is known color: Hollywood Cerise. HEX triplet: E5, 10 and 95. RGB value is (229,16,149). Sum of RGB (Red+Green+Blue) = 229+16+149=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E51095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51095 is #1AEF6A. Grayscale: #5E5E5E. Windows color (decimal): -1765227 or 9769189. OLE color: 9769189.
HSL color Cylindrical-coordinate representation of color #E51095: hue angle of 322.54º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E51095 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 149 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.10 |
| HSL | 322.54º | 0.87% | 0.48% | - |
| HSV(B) | 322.54º | 0.93% | 0.9% | - |
| XYZ | 37.92 | 19.2 | 30.14 | - |
| YUV | 94.85 | 158.57 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 149 | 0 | 0.93 | 0.35 | 0.10 | 322.54 | 0.87 | 0.48 |
| Hex | E5 | 10 | 95 | 0 | 5D | 23 | A | 143 | 57 | 30 |
| Octal | 345 | 20 | 225 | 0 | 135 | 43 | 12 | 503 | 127 | 60 |
| Binary | 11100101 | 10000 | 10010101 | 0 | 1011101 | 100011 | 1010 | 101000011 | 1010111 | 110000 |
Color Harmonies of #E51095
Complementary color
Monochromatic Colors of #E51095
Black with #E51095
Text Example
Text Example
White with #E51095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51095; }
p { color: rgb(229,16,149); }
H1.HeaderClassName
{
color: #E51095;
}
.AnyTagClassName
{
color: #E51095;
}
</style>
background-color css
<style>
a { background-color: #E51095; }
a { background-color: rgb(229,16,149); }
div.DivClassName
{
background-color: #E51095;
}
.BgClassName
{
background-color: #E51095;
}
</style>
border-color css
<style>
span { border-color: #E51095; }
span { border-color: rgb(229,16,149); }
td.TdClassName
{
border-color: #E51095;
}
.TagClassName
{
border-color: #E51095;
}
</style>