Shades of Deep Pink #E51483
Tints of Deep Pink #E51483
RGB
CMYK
RGB Variations
Color information
#E51483 (or 0xE51483) is known color: Deep Pink. HEX triplet: E5, 14 and 83. RGB value is (229,20,131). Sum of RGB (Red+Green+Blue) = 229+20+131=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E51483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51483 is #1AEB7C. Grayscale: #5E5E5E. Windows color (decimal): -1764221 or 8590565. OLE color: 8590565.
HSL color Cylindrical-coordinate representation of color #E51483: hue angle of 328.13º degrees, saturation: 0.84, 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 #E51483 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 131 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.10 |
| HSL | 328.13º | 0.84% | 0.49% | - |
| HSV(B) | 328.13º | 0.91% | 0.9% | - |
| XYZ | 36.66 | 18.8 | 23.17 | - |
| YUV | 95.15 | 148.24 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 131 | 0 | 0.91 | 0.43 | 0.10 | 328.13 | 0.84 | 0.49 |
| Hex | E5 | 14 | 83 | 0 | 5B | 2B | A | 148 | 54 | 31 |
| Octal | 345 | 24 | 203 | 0 | 133 | 53 | 12 | 510 | 124 | 61 |
| Binary | 11100101 | 10100 | 10000011 | 0 | 1011011 | 101011 | 1010 | 101001000 | 1010100 | 110001 |
Color Harmonies of #E51483
Complementary color
Monochromatic Colors of #E51483
Black with #E51483
Text Example
Text Example
White with #E51483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51483; }
p { color: rgb(229,20,131); }
H1.HeaderClassName
{
color: #E51483;
}
.AnyTagClassName
{
color: #E51483;
}
</style>
background-color css
<style>
a { background-color: #E51483; }
a { background-color: rgb(229,20,131); }
div.DivClassName
{
background-color: #E51483;
}
.BgClassName
{
background-color: #E51483;
}
</style>
border-color css
<style>
span { border-color: #E51483; }
span { border-color: rgb(229,20,131); }
td.TdClassName
{
border-color: #E51483;
}
.TagClassName
{
border-color: #E51483;
}
</style>