Shades of Deep Pink #E51485
Tints of Deep Pink #E51485
RGB
CMYK
RGB Variations
Color information
#E51485 (or 0xE51485) is known color: Deep Pink. HEX triplet: E5, 14 and 85. RGB value is (229,20,133). Sum of RGB (Red+Green+Blue) = 229+20+133=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E51485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51485 is #1AEB7A. Grayscale: #5F5F5F. Windows color (decimal): -1764219 or 8721637. OLE color: 8721637.
HSL color Cylindrical-coordinate representation of color #E51485: hue angle of 327.56º 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 #E51485 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 133 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.10 |
| HSL | 327.56º | 0.84% | 0.49% | - |
| HSV(B) | 327.56º | 0.91% | 0.9% | - |
| XYZ | 36.8 | 18.85 | 23.89 | - |
| YUV | 95.37 | 149.24 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 133 | 0 | 0.91 | 0.42 | 0.10 | 327.56 | 0.84 | 0.49 |
| Hex | E5 | 14 | 85 | 0 | 5B | 2A | A | 148 | 54 | 31 |
| Octal | 345 | 24 | 205 | 0 | 133 | 52 | 12 | 510 | 124 | 61 |
| Binary | 11100101 | 10100 | 10000101 | 0 | 1011011 | 101010 | 1010 | 101001000 | 1010100 | 110001 |
Color Harmonies of #E51485
Complementary color
Monochromatic Colors of #E51485
Black with #E51485
Text Example
Text Example
White with #E51485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51485; }
p { color: rgb(229,20,133); }
H1.HeaderClassName
{
color: #E51485;
}
.AnyTagClassName
{
color: #E51485;
}
</style>
background-color css
<style>
a { background-color: #E51485; }
a { background-color: rgb(229,20,133); }
div.DivClassName
{
background-color: #E51485;
}
.BgClassName
{
background-color: #E51485;
}
</style>
border-color css
<style>
span { border-color: #E51485; }
span { border-color: rgb(229,20,133); }
td.TdClassName
{
border-color: #E51485;
}
.TagClassName
{
border-color: #E51485;
}
</style>