Shades of Deep Pink #E51A90
Tints of Deep Pink #E51A90
RGB
CMYK
RGB Variations
Color information
#E51A90 (or 0xE51A90) is known color: Deep Pink. HEX triplet: E5, 1A and 90. RGB value is (229,26,144). Sum of RGB (Red+Green+Blue) = 229+26+144=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51A90 is #1AE56F. Grayscale: #636363. Windows color (decimal): -1762672 or 9444069. OLE color: 9444069.
HSL color Cylindrical-coordinate representation of color #E51A90: hue angle of 325.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 #E51A90 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 144 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.10 |
| HSL | 325.12º | 0.8% | 0.5% | - |
| HSV(B) | 325.12º | 0.89% | 0.9% | - |
| XYZ | 37.72 | 19.41 | 28.14 | - |
| YUV | 100.15 | 152.75 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 144 | 0 | 0.89 | 0.37 | 0.10 | 325.12 | 0.8 | 0.5 |
| Hex | E5 | 1A | 90 | 0 | 59 | 25 | A | 145 | 50 | 32 |
| Octal | 345 | 32 | 220 | 0 | 131 | 45 | 12 | 505 | 120 | 62 |
| Binary | 11100101 | 11010 | 10010000 | 0 | 1011001 | 100101 | 1010 | 101000101 | 1010000 | 110010 |
Color Harmonies of #E51A90
Complementary color
Monochromatic Colors of #E51A90
Black with #E51A90
Text Example
Text Example
White with #E51A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51A90; }
p { color: rgb(229,26,144); }
H1.HeaderClassName
{
color: #E51A90;
}
.AnyTagClassName
{
color: #E51A90;
}
</style>
background-color css
<style>
a { background-color: #E51A90; }
a { background-color: rgb(229,26,144); }
div.DivClassName
{
background-color: #E51A90;
}
.BgClassName
{
background-color: #E51A90;
}
</style>
border-color css
<style>
span { border-color: #E51A90; }
span { border-color: rgb(229,26,144); }
td.TdClassName
{
border-color: #E51A90;
}
.TagClassName
{
border-color: #E51A90;
}
</style>