Shades of Deep Pink #E5128D
Tints of Deep Pink #E5128D
RGB
CMYK
RGB Variations
Color information
#E5128D (or 0xE5128D) is known color: Deep Pink. HEX triplet: E5, 12 and 8D. RGB value is (229,18,141). Sum of RGB (Red+Green+Blue) = 229+18+141=388 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.02% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 229 - color contains mainly: red. Hex color #E5128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5128D is #1AED72. Grayscale: #5E5E5E. Windows color (decimal): -1764723 or 9245413. OLE color: 9245413.
HSL color Cylindrical-coordinate representation of color #E5128D: hue angle of 325.02º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5128D is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 141 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.10 |
| HSL | 325.02º | 0.85% | 0.48% | - |
| HSV(B) | 325.02º | 0.92% | 0.9% | - |
| XYZ | 37.34 | 19.01 | 26.9 | - |
| YUV | 95.11 | 153.9 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 141 | 0 | 0.92 | 0.38 | 0.10 | 325.02 | 0.85 | 0.48 |
| Hex | E5 | 12 | 8D | 0 | 5C | 26 | A | 145 | 55 | 30 |
| Octal | 345 | 22 | 215 | 0 | 134 | 46 | 12 | 505 | 125 | 60 |
| Binary | 11100101 | 10010 | 10001101 | 0 | 1011100 | 100110 | 1010 | 101000101 | 1010101 | 110000 |
Color Harmonies of #E5128D
Complementary color
Monochromatic Colors of #E5128D
Black with #E5128D
Text Example
Text Example
White with #E5128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5128D; }
p { color: rgb(229,18,141); }
H1.HeaderClassName
{
color: #E5128D;
}
.AnyTagClassName
{
color: #E5128D;
}
</style>
background-color css
<style>
a { background-color: #E5128D; }
a { background-color: rgb(229,18,141); }
div.DivClassName
{
background-color: #E5128D;
}
.BgClassName
{
background-color: #E5128D;
}
</style>
border-color css
<style>
span { border-color: #E5128D; }
span { border-color: rgb(229,18,141); }
td.TdClassName
{
border-color: #E5128D;
}
.TagClassName
{
border-color: #E5128D;
}
</style>