Shades of Dark Pink #E1588E
Tints of Dark Pink #E1588E
RGB
CMYK
RGB Variations
Color information
#E1588E (or 0xE1588E) is known color: Dark Pink. HEX triplet: E1, 58 and 8E. RGB value is (225,88,142). Sum of RGB (Red+Green+Blue) = 225+88+142=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E1588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1588E is #1EA771. Grayscale: #878787. Windows color (decimal): -2008946 or 9328865. OLE color: 9328865.
HSL color Cylindrical-coordinate representation of color #E1588E: hue angle of 336.35º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E1588E is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 142 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.12 |
| HSL | 336.35º | 0.7% | 0.61% | - |
| HSV(B) | 336.35º | 0.61% | 0.88% | - |
| XYZ | 39.42 | 24.94 | 28.33 | - |
| YUV | 135.12 | 131.89 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 142 | 0 | 0.61 | 0.37 | 0.12 | 336.35 | 0.7 | 0.61 |
| Hex | E1 | 58 | 8E | 0 | 3D | 25 | C | 150 | 46 | 3D |
| Octal | 341 | 130 | 216 | 0 | 75 | 45 | 14 | 520 | 106 | 75 |
| Binary | 11100001 | 1011000 | 10001110 | 0 | 111101 | 100101 | 1100 | 101010000 | 1000110 | 111101 |
Color Harmonies of #E1588E
Complementary color
Monochromatic Colors of #E1588E
Black with #E1588E
Text Example
Text Example
White with #E1588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1588E; }
p { color: rgb(225,88,142); }
H1.HeaderClassName
{
color: #E1588E;
}
.AnyTagClassName
{
color: #E1588E;
}
</style>
background-color css
<style>
a { background-color: #E1588E; }
a { background-color: rgb(225,88,142); }
div.DivClassName
{
background-color: #E1588E;
}
.BgClassName
{
background-color: #E1588E;
}
</style>
border-color css
<style>
span { border-color: #E1588E; }
span { border-color: rgb(225,88,142); }
td.TdClassName
{
border-color: #E1588E;
}
.TagClassName
{
border-color: #E1588E;
}
</style>