Shades of Deep Pink #E51993
Tints of Deep Pink #E51993
RGB
CMYK
RGB Variations
Color information
#E51993 (or 0xE51993) is known color: Deep Pink. HEX triplet: E5, 19 and 93. RGB value is (229,25,147). Sum of RGB (Red+Green+Blue) = 229+25+147=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E51993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51993 is #1AE66C. Grayscale: #636363. Windows color (decimal): -1762925 or 9640421. OLE color: 9640421.
HSL color Cylindrical-coordinate representation of color #E51993: hue angle of 324.12º 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 #E51993 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 147 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.10 |
| HSL | 324.12º | 0.8% | 0.5% | - |
| HSV(B) | 324.12º | 0.89% | 0.9% | - |
| XYZ | 37.93 | 19.46 | 29.36 | - |
| YUV | 99.9 | 154.59 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 147 | 0 | 0.89 | 0.36 | 0.10 | 324.12 | 0.8 | 0.5 |
| Hex | E5 | 19 | 93 | 0 | 59 | 24 | A | 144 | 50 | 32 |
| Octal | 345 | 31 | 223 | 0 | 131 | 44 | 12 | 504 | 120 | 62 |
| Binary | 11100101 | 11001 | 10010011 | 0 | 1011001 | 100100 | 1010 | 101000100 | 1010000 | 110010 |
Color Harmonies of #E51993
Complementary color
Monochromatic Colors of #E51993
Black with #E51993
Text Example
Text Example
White with #E51993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51993; }
p { color: rgb(229,25,147); }
H1.HeaderClassName
{
color: #E51993;
}
.AnyTagClassName
{
color: #E51993;
}
</style>
background-color css
<style>
a { background-color: #E51993; }
a { background-color: rgb(229,25,147); }
div.DivClassName
{
background-color: #E51993;
}
.BgClassName
{
background-color: #E51993;
}
</style>
border-color css
<style>
span { border-color: #E51993; }
span { border-color: rgb(229,25,147); }
td.TdClassName
{
border-color: #E51993;
}
.TagClassName
{
border-color: #E51993;
}
</style>