Shades of Deep Pink #E51282
Tints of Deep Pink #E51282
RGB
CMYK
RGB Variations
Color information
#E51282 (or 0xE51282) is known color: Deep Pink. HEX triplet: E5, 12 and 82. RGB value is (229,18,130). Sum of RGB (Red+Green+Blue) = 229+18+130=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E51282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51282 is #1AED7D. Grayscale: #5D5D5D. Windows color (decimal): -1764734 or 8524517. OLE color: 8524517.
HSL color Cylindrical-coordinate representation of color #E51282: hue angle of 328.15º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51282 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 130 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.10 |
| HSL | 328.15º | 0.85% | 0.48% | - |
| HSV(B) | 328.15º | 0.92% | 0.9% | - |
| XYZ | 36.56 | 18.7 | 22.8 | - |
| YUV | 93.86 | 148.4 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 130 | 0 | 0.92 | 0.43 | 0.10 | 328.15 | 0.85 | 0.48 |
| Hex | E5 | 12 | 82 | 0 | 5C | 2B | A | 148 | 55 | 30 |
| Octal | 345 | 22 | 202 | 0 | 134 | 53 | 12 | 510 | 125 | 60 |
| Binary | 11100101 | 10010 | 10000010 | 0 | 1011100 | 101011 | 1010 | 101001000 | 1010101 | 110000 |
Color Harmonies of #E51282
Complementary color
Monochromatic Colors of #E51282
Black with #E51282
Text Example
Text Example
White with #E51282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51282; }
p { color: rgb(229,18,130); }
H1.HeaderClassName
{
color: #E51282;
}
.AnyTagClassName
{
color: #E51282;
}
</style>
background-color css
<style>
a { background-color: #E51282; }
a { background-color: rgb(229,18,130); }
div.DivClassName
{
background-color: #E51282;
}
.BgClassName
{
background-color: #E51282;
}
</style>
border-color css
<style>
span { border-color: #E51282; }
span { border-color: rgb(229,18,130); }
td.TdClassName
{
border-color: #E51282;
}
.TagClassName
{
border-color: #E51282;
}
</style>