Shades of Deep Pink #E51690
Tints of Deep Pink #E51690
RGB
CMYK
RGB Variations
Color information
#E51690 (or 0xE51690) is known color: Deep Pink. HEX triplet: E5, 16 and 90. RGB value is (229,22,144). Sum of RGB (Red+Green+Blue) = 229+22+144=395 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.97% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 229 - color contains mainly: red. Hex color #E51690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51690 is #1AE96F. Grayscale: #616161. Windows color (decimal): -1763696 or 9443045. OLE color: 9443045.
HSL color Cylindrical-coordinate representation of color #E51690: hue angle of 324.64º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51690 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 144 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.10 |
| HSL | 324.64º | 0.82% | 0.49% | - |
| HSV(B) | 324.64º | 0.9% | 0.9% | - |
| XYZ | 37.63 | 19.25 | 28.12 | - |
| YUV | 97.8 | 154.08 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 144 | 0 | 0.90 | 0.37 | 0.10 | 324.64 | 0.82 | 0.49 |
| Hex | E5 | 16 | 90 | 0 | 5A | 25 | A | 145 | 52 | 31 |
| Octal | 345 | 26 | 220 | 0 | 132 | 45 | 12 | 505 | 122 | 61 |
| Binary | 11100101 | 10110 | 10010000 | 0 | 1011010 | 100101 | 1010 | 101000101 | 1010010 | 110001 |
Color Harmonies of #E51690
Complementary color
Monochromatic Colors of #E51690
Black with #E51690
Text Example
Text Example
White with #E51690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51690; }
p { color: rgb(229,22,144); }
H1.HeaderClassName
{
color: #E51690;
}
.AnyTagClassName
{
color: #E51690;
}
</style>
background-color css
<style>
a { background-color: #E51690; }
a { background-color: rgb(229,22,144); }
div.DivClassName
{
background-color: #E51690;
}
.BgClassName
{
background-color: #E51690;
}
</style>
border-color css
<style>
span { border-color: #E51690; }
span { border-color: rgb(229,22,144); }
td.TdClassName
{
border-color: #E51690;
}
.TagClassName
{
border-color: #E51690;
}
</style>