Shades of Deep Pink #E51185
Tints of Deep Pink #E51185
RGB
CMYK
RGB Variations
Color information
#E51185 (or 0xE51185) is known color: Deep Pink. HEX triplet: E5, 11 and 85. RGB value is (229,17,133). Sum of RGB (Red+Green+Blue) = 229+17+133=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E51185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51185 is #1AEE7A. Grayscale: #5D5D5D. Windows color (decimal): -1764987 or 8720869. OLE color: 8720869.
HSL color Cylindrical-coordinate representation of color #E51185: hue angle of 327.17º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E51185 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 133 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.10 |
| HSL | 327.17º | 0.86% | 0.48% | - |
| HSV(B) | 327.17º | 0.93% | 0.9% | - |
| XYZ | 36.75 | 18.75 | 23.87 | - |
| YUV | 93.61 | 150.24 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 133 | 0 | 0.93 | 0.42 | 0.10 | 327.17 | 0.86 | 0.48 |
| Hex | E5 | 11 | 85 | 0 | 5D | 2A | A | 147 | 56 | 30 |
| Octal | 345 | 21 | 205 | 0 | 135 | 52 | 12 | 507 | 126 | 60 |
| Binary | 11100101 | 10001 | 10000101 | 0 | 1011101 | 101010 | 1010 | 101000111 | 1010110 | 110000 |
Color Harmonies of #E51185
Complementary color
Monochromatic Colors of #E51185
Black with #E51185
Text Example
Text Example
White with #E51185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51185; }
p { color: rgb(229,17,133); }
H1.HeaderClassName
{
color: #E51185;
}
.AnyTagClassName
{
color: #E51185;
}
</style>
background-color css
<style>
a { background-color: #E51185; }
a { background-color: rgb(229,17,133); }
div.DivClassName
{
background-color: #E51185;
}
.BgClassName
{
background-color: #E51185;
}
</style>
border-color css
<style>
span { border-color: #E51185; }
span { border-color: rgb(229,17,133); }
td.TdClassName
{
border-color: #E51185;
}
.TagClassName
{
border-color: #E51185;
}
</style>