Shades of Deep Pink #E51584
Tints of Deep Pink #E51584
RGB
CMYK
RGB Variations
Color information
#E51584 (or 0xE51584) is known color: Deep Pink. HEX triplet: E5, 15 and 84. RGB value is (229,21,132). Sum of RGB (Red+Green+Blue) = 229+21+132=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E51584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51584 is #1AEA7B. Grayscale: #5F5F5F. Windows color (decimal): -1763964 or 8656357. OLE color: 8656357.
HSL color Cylindrical-coordinate representation of color #E51584: hue angle of 327.98º degrees, saturation: 0.83, 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 #E51584 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 132 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.10 |
| HSL | 327.98º | 0.83% | 0.49% | - |
| HSV(B) | 327.98º | 0.91% | 0.9% | - |
| XYZ | 36.75 | 18.86 | 23.53 | - |
| YUV | 95.85 | 148.41 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 132 | 0 | 0.91 | 0.42 | 0.10 | 327.98 | 0.83 | 0.49 |
| Hex | E5 | 15 | 84 | 0 | 5B | 2A | A | 148 | 53 | 31 |
| Octal | 345 | 25 | 204 | 0 | 133 | 52 | 12 | 510 | 123 | 61 |
| Binary | 11100101 | 10101 | 10000100 | 0 | 1011011 | 101010 | 1010 | 101001000 | 1010011 | 110001 |
Color Harmonies of #E51584
Complementary color
Monochromatic Colors of #E51584
Black with #E51584
Text Example
Text Example
White with #E51584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51584; }
p { color: rgb(229,21,132); }
H1.HeaderClassName
{
color: #E51584;
}
.AnyTagClassName
{
color: #E51584;
}
</style>
background-color css
<style>
a { background-color: #E51584; }
a { background-color: rgb(229,21,132); }
div.DivClassName
{
background-color: #E51584;
}
.BgClassName
{
background-color: #E51584;
}
</style>
border-color css
<style>
span { border-color: #E51584; }
span { border-color: rgb(229,21,132); }
td.TdClassName
{
border-color: #E51584;
}
.TagClassName
{
border-color: #E51584;
}
</style>