Shades of Deep Pink #E51384
Tints of Deep Pink #E51384
RGB
CMYK
RGB Variations
Color information
#E51384 (or 0xE51384) is known color: Deep Pink. HEX triplet: E5, 13 and 84. RGB value is (229,19,132). Sum of RGB (Red+Green+Blue) = 229+19+132=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E51384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51384 is #1AEC7B. Grayscale: #5E5E5E. Windows color (decimal): -1764476 or 8655845. OLE color: 8655845.
HSL color Cylindrical-coordinate representation of color #E51384: hue angle of 327.71º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51384 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 132 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.10 |
| HSL | 327.71º | 0.85% | 0.49% | - |
| HSV(B) | 327.71º | 0.92% | 0.9% | - |
| XYZ | 36.71 | 18.79 | 23.52 | - |
| YUV | 94.67 | 149.07 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 132 | 0 | 0.92 | 0.42 | 0.10 | 327.71 | 0.85 | 0.49 |
| Hex | E5 | 13 | 84 | 0 | 5C | 2A | A | 148 | 55 | 31 |
| Octal | 345 | 23 | 204 | 0 | 134 | 52 | 12 | 510 | 125 | 61 |
| Binary | 11100101 | 10011 | 10000100 | 0 | 1011100 | 101010 | 1010 | 101001000 | 1010101 | 110001 |
Color Harmonies of #E51384
Complementary color
Monochromatic Colors of #E51384
Black with #E51384
Text Example
Text Example
White with #E51384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51384; }
p { color: rgb(229,19,132); }
H1.HeaderClassName
{
color: #E51384;
}
.AnyTagClassName
{
color: #E51384;
}
</style>
background-color css
<style>
a { background-color: #E51384; }
a { background-color: rgb(229,19,132); }
div.DivClassName
{
background-color: #E51384;
}
.BgClassName
{
background-color: #E51384;
}
</style>
border-color css
<style>
span { border-color: #E51384; }
span { border-color: rgb(229,19,132); }
td.TdClassName
{
border-color: #E51384;
}
.TagClassName
{
border-color: #E51384;
}
</style>