Shades of Deep Pink #E51A91
Tints of Deep Pink #E51A91
RGB
CMYK
RGB Variations
Color information
#E51A91 (or 0xE51A91) is known color: Deep Pink. HEX triplet: E5, 1A and 91. RGB value is (229,26,145). Sum of RGB (Red+Green+Blue) = 229+26+145=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51A91 is #1AE56E. Grayscale: #636363. Windows color (decimal): -1762671 or 9509605. OLE color: 9509605.
HSL color Cylindrical-coordinate representation of color #E51A91: hue angle of 324.83º 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 #E51A91 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 145 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.10 |
| HSL | 324.83º | 0.8% | 0.5% | - |
| HSV(B) | 324.83º | 0.89% | 0.9% | - |
| XYZ | 37.79 | 19.44 | 28.55 | - |
| YUV | 100.26 | 153.25 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 145 | 0 | 0.89 | 0.37 | 0.10 | 324.83 | 0.8 | 0.5 |
| Hex | E5 | 1A | 91 | 0 | 59 | 25 | A | 145 | 50 | 32 |
| Octal | 345 | 32 | 221 | 0 | 131 | 45 | 12 | 505 | 120 | 62 |
| Binary | 11100101 | 11010 | 10010001 | 0 | 1011001 | 100101 | 1010 | 101000101 | 1010000 | 110010 |
Color Harmonies of #E51A91
Complementary color
Monochromatic Colors of #E51A91
Black with #E51A91
Text Example
Text Example
White with #E51A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51A91; }
p { color: rgb(229,26,145); }
H1.HeaderClassName
{
color: #E51A91;
}
.AnyTagClassName
{
color: #E51A91;
}
</style>
background-color css
<style>
a { background-color: #E51A91; }
a { background-color: rgb(229,26,145); }
div.DivClassName
{
background-color: #E51A91;
}
.BgClassName
{
background-color: #E51A91;
}
</style>
border-color css
<style>
span { border-color: #E51A91; }
span { border-color: rgb(229,26,145); }
td.TdClassName
{
border-color: #E51A91;
}
.TagClassName
{
border-color: #E51A91;
}
</style>