Shades of Deep Pink #E5118B
Tints of Deep Pink #E5118B
RGB
CMYK
RGB Variations
Color information
#E5118B (or 0xE5118B) is known color: Deep Pink. HEX triplet: E5, 11 and 8B. RGB value is (229,17,139). Sum of RGB (Red+Green+Blue) = 229+17+139=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E5118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5118B is #1AEE74. Grayscale: #5E5E5E. Windows color (decimal): -1764981 or 9114085. OLE color: 9114085.
HSL color Cylindrical-coordinate representation of color #E5118B: hue angle of 325.47º 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 #E5118B is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 139 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.10 |
| HSL | 325.47º | 0.86% | 0.48% | - |
| HSV(B) | 325.47º | 0.93% | 0.9% | - |
| XYZ | 37.17 | 18.92 | 26.12 | - |
| YUV | 94.3 | 153.24 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 139 | 0 | 0.93 | 0.39 | 0.10 | 325.47 | 0.86 | 0.48 |
| Hex | E5 | 11 | 8B | 0 | 5D | 27 | A | 145 | 56 | 30 |
| Octal | 345 | 21 | 213 | 0 | 135 | 47 | 12 | 505 | 126 | 60 |
| Binary | 11100101 | 10001 | 10001011 | 0 | 1011101 | 100111 | 1010 | 101000101 | 1010110 | 110000 |
Color Harmonies of #E5118B
Complementary color
Monochromatic Colors of #E5118B
Black with #E5118B
Text Example
Text Example
White with #E5118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5118B; }
p { color: rgb(229,17,139); }
H1.HeaderClassName
{
color: #E5118B;
}
.AnyTagClassName
{
color: #E5118B;
}
</style>
background-color css
<style>
a { background-color: #E5118B; }
a { background-color: rgb(229,17,139); }
div.DivClassName
{
background-color: #E5118B;
}
.BgClassName
{
background-color: #E5118B;
}
</style>
border-color css
<style>
span { border-color: #E5118B; }
span { border-color: rgb(229,17,139); }
td.TdClassName
{
border-color: #E5118B;
}
.TagClassName
{
border-color: #E5118B;
}
</style>