Shades of Deep Pink #E5138E
Tints of Deep Pink #E5138E
RGB
CMYK
RGB Variations
Color information
#E5138E (or 0xE5138E) is known color: Deep Pink. HEX triplet: E5, 13 and 8E. RGB value is (229,19,142). Sum of RGB (Red+Green+Blue) = 229+19+142=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E5138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5138E is #1AEC71. Grayscale: #5F5F5F. Windows color (decimal): -1764466 or 9311205. OLE color: 9311205.
HSL color Cylindrical-coordinate representation of color #E5138E: hue angle of 324.86º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5138E is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 142 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.10 |
| HSL | 324.86º | 0.85% | 0.49% | - |
| HSV(B) | 324.86º | 0.92% | 0.9% | - |
| XYZ | 37.43 | 19.08 | 27.3 | - |
| YUV | 95.81 | 154.07 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 142 | 0 | 0.92 | 0.38 | 0.10 | 324.86 | 0.85 | 0.49 |
| Hex | E5 | 13 | 8E | 0 | 5C | 26 | A | 145 | 55 | 31 |
| Octal | 345 | 23 | 216 | 0 | 134 | 46 | 12 | 505 | 125 | 61 |
| Binary | 11100101 | 10011 | 10001110 | 0 | 1011100 | 100110 | 1010 | 101000101 | 1010101 | 110001 |
Color Harmonies of #E5138E
Complementary color
Monochromatic Colors of #E5138E
Black with #E5138E
Text Example
Text Example
White with #E5138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5138E; }
p { color: rgb(229,19,142); }
H1.HeaderClassName
{
color: #E5138E;
}
.AnyTagClassName
{
color: #E5138E;
}
</style>
background-color css
<style>
a { background-color: #E5138E; }
a { background-color: rgb(229,19,142); }
div.DivClassName
{
background-color: #E5138E;
}
.BgClassName
{
background-color: #E5138E;
}
</style>
border-color css
<style>
span { border-color: #E5138E; }
span { border-color: rgb(229,19,142); }
td.TdClassName
{
border-color: #E5138E;
}
.TagClassName
{
border-color: #E5138E;
}
</style>