Shades of Deep Pink #E5118D
Tints of Deep Pink #E5118D
RGB
CMYK
RGB Variations
Color information
#E5118D (or 0xE5118D) is known color: Deep Pink. HEX triplet: E5, 11 and 8D. RGB value is (229,17,141). Sum of RGB (Red+Green+Blue) = 229+17+141=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E5118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5118D is #1AEE72. Grayscale: #5E5E5E. Windows color (decimal): -1764979 or 9245157. OLE color: 9245157.
HSL color Cylindrical-coordinate representation of color #E5118D: hue angle of 324.91º 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 #E5118D is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 141 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.10 |
| HSL | 324.91º | 0.86% | 0.48% | - |
| HSV(B) | 324.91º | 0.93% | 0.9% | - |
| XYZ | 37.32 | 18.98 | 26.9 | - |
| YUV | 94.52 | 154.24 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 141 | 0 | 0.93 | 0.38 | 0.10 | 324.91 | 0.86 | 0.48 |
| Hex | E5 | 11 | 8D | 0 | 5D | 26 | A | 145 | 56 | 30 |
| Octal | 345 | 21 | 215 | 0 | 135 | 46 | 12 | 505 | 126 | 60 |
| Binary | 11100101 | 10001 | 10001101 | 0 | 1011101 | 100110 | 1010 | 101000101 | 1010110 | 110000 |
Color Harmonies of #E5118D
Complementary color
Monochromatic Colors of #E5118D
Black with #E5118D
Text Example
Text Example
White with #E5118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5118D; }
p { color: rgb(229,17,141); }
H1.HeaderClassName
{
color: #E5118D;
}
.AnyTagClassName
{
color: #E5118D;
}
</style>
background-color css
<style>
a { background-color: #E5118D; }
a { background-color: rgb(229,17,141); }
div.DivClassName
{
background-color: #E5118D;
}
.BgClassName
{
background-color: #E5118D;
}
</style>
border-color css
<style>
span { border-color: #E5118D; }
span { border-color: rgb(229,17,141); }
td.TdClassName
{
border-color: #E5118D;
}
.TagClassName
{
border-color: #E5118D;
}
</style>