Shades of Deep Pink #E51996
Tints of Deep Pink #E51996
RGB
CMYK
RGB Variations
Color information
#E51996 (or 0xE51996) is known color: Deep Pink. HEX triplet: E5, 19 and 96. RGB value is (229,25,150). Sum of RGB (Red+Green+Blue) = 229+25+150=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E51996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51996 is #1AE669. Grayscale: #636363. Windows color (decimal): -1762922 or 9837029. OLE color: 9837029.
HSL color Cylindrical-coordinate representation of color #E51996: hue angle of 323.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51996 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 150 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.10 |
| HSL | 323.24º | 0.8% | 0.5% | - |
| HSV(B) | 323.24º | 0.89% | 0.9% | - |
| XYZ | 38.17 | 19.56 | 30.62 | - |
| YUV | 100.25 | 156.09 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 150 | 0 | 0.89 | 0.34 | 0.10 | 323.24 | 0.8 | 0.5 |
| Hex | E5 | 19 | 96 | 0 | 59 | 22 | A | 143 | 50 | 32 |
| Octal | 345 | 31 | 226 | 0 | 131 | 42 | 12 | 503 | 120 | 62 |
| Binary | 11100101 | 11001 | 10010110 | 0 | 1011001 | 100010 | 1010 | 101000011 | 1010000 | 110010 |
Color Harmonies of #E51996
Complementary color
Monochromatic Colors of #E51996
Black with #E51996
Text Example
Text Example
White with #E51996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51996; }
p { color: rgb(229,25,150); }
H1.HeaderClassName
{
color: #E51996;
}
.AnyTagClassName
{
color: #E51996;
}
</style>
background-color css
<style>
a { background-color: #E51996; }
a { background-color: rgb(229,25,150); }
div.DivClassName
{
background-color: #E51996;
}
.BgClassName
{
background-color: #E51996;
}
</style>
border-color css
<style>
span { border-color: #E51996; }
span { border-color: rgb(229,25,150); }
td.TdClassName
{
border-color: #E51996;
}
.TagClassName
{
border-color: #E51996;
}
</style>