Shades of Deep Pink #E51A8D
Tints of Deep Pink #E51A8D
RGB
CMYK
RGB Variations
Color information
#E51A8D (or 0xE51A8D) is known color: Deep Pink. HEX triplet: E5, 1A and 8D. RGB value is (229,26,141). Sum of RGB (Red+Green+Blue) = 229+26+141=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51A8D is #1AE572. Grayscale: #636363. Windows color (decimal): -1762675 or 9247461. OLE color: 9247461.
HSL color Cylindrical-coordinate representation of color #E51A8D: hue angle of 326.01º 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 #E51A8D is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 141 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.10 |
| HSL | 326.01º | 0.8% | 0.5% | - |
| HSV(B) | 326.01º | 0.89% | 0.9% | - |
| XYZ | 37.49 | 19.32 | 26.95 | - |
| YUV | 99.81 | 151.25 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 141 | 0 | 0.89 | 0.38 | 0.10 | 326.01 | 0.8 | 0.5 |
| Hex | E5 | 1A | 8D | 0 | 59 | 26 | A | 146 | 50 | 32 |
| Octal | 345 | 32 | 215 | 0 | 131 | 46 | 12 | 506 | 120 | 62 |
| Binary | 11100101 | 11010 | 10001101 | 0 | 1011001 | 100110 | 1010 | 101000110 | 1010000 | 110010 |
Color Harmonies of #E51A8D
Complementary color
Monochromatic Colors of #E51A8D
Black with #E51A8D
Text Example
Text Example
White with #E51A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51A8D; }
p { color: rgb(229,26,141); }
H1.HeaderClassName
{
color: #E51A8D;
}
.AnyTagClassName
{
color: #E51A8D;
}
</style>
background-color css
<style>
a { background-color: #E51A8D; }
a { background-color: rgb(229,26,141); }
div.DivClassName
{
background-color: #E51A8D;
}
.BgClassName
{
background-color: #E51A8D;
}
</style>
border-color css
<style>
span { border-color: #E51A8D; }
span { border-color: rgb(229,26,141); }
td.TdClassName
{
border-color: #E51A8D;
}
.TagClassName
{
border-color: #E51A8D;
}
</style>