Shades of Deep Pink #E51490
Tints of Deep Pink #E51490
RGB
CMYK
RGB Variations
Color information
#E51490 (or 0xE51490) is known color: Deep Pink. HEX triplet: E5, 14 and 90. RGB value is (229,20,144). Sum of RGB (Red+Green+Blue) = 229+20+144=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E51490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51490 is #1AEB6F. Grayscale: #606060. Windows color (decimal): -1764208 or 9442533. OLE color: 9442533.
HSL color Cylindrical-coordinate representation of color #E51490: hue angle of 324.4º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51490 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 144 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.10 |
| HSL | 324.4º | 0.84% | 0.49% | - |
| HSV(B) | 324.4º | 0.91% | 0.9% | - |
| XYZ | 37.6 | 19.17 | 28.1 | - |
| YUV | 96.63 | 154.74 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 144 | 0 | 0.91 | 0.37 | 0.10 | 324.4 | 0.84 | 0.49 |
| Hex | E5 | 14 | 90 | 0 | 5B | 25 | A | 144 | 54 | 31 |
| Octal | 345 | 24 | 220 | 0 | 133 | 45 | 12 | 504 | 124 | 61 |
| Binary | 11100101 | 10100 | 10010000 | 0 | 1011011 | 100101 | 1010 | 101000100 | 1010100 | 110001 |
Color Harmonies of #E51490
Complementary color
Monochromatic Colors of #E51490
Black with #E51490
Text Example
Text Example
White with #E51490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51490; }
p { color: rgb(229,20,144); }
H1.HeaderClassName
{
color: #E51490;
}
.AnyTagClassName
{
color: #E51490;
}
</style>
background-color css
<style>
a { background-color: #E51490; }
a { background-color: rgb(229,20,144); }
div.DivClassName
{
background-color: #E51490;
}
.BgClassName
{
background-color: #E51490;
}
</style>
border-color css
<style>
span { border-color: #E51490; }
span { border-color: rgb(229,20,144); }
td.TdClassName
{
border-color: #E51490;
}
.TagClassName
{
border-color: #E51490;
}
</style>