Shades of Dark Pink #E2588D
Tints of Dark Pink #E2588D
RGB
CMYK
RGB Variations
Color information
#E2588D (or 0xE2588D) is known color: Dark Pink. HEX triplet: E2, 58 and 8D. RGB value is (226,88,141). Sum of RGB (Red+Green+Blue) = 226+88+141=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2588D is #1DA772. Grayscale: #878787. Windows color (decimal): -1943411 or 9263330. OLE color: 9263330.
HSL color Cylindrical-coordinate representation of color #E2588D: hue angle of 336.96º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2588D is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 141 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.11 |
| HSL | 336.96º | 0.7% | 0.62% | - |
| HSV(B) | 336.96º | 0.61% | 0.89% | - |
| XYZ | 39.66 | 25.07 | 27.95 | - |
| YUV | 135.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 141 | 0 | 0.61 | 0.38 | 0.11 | 336.96 | 0.7 | 0.62 |
| Hex | E2 | 58 | 8D | 0 | 3D | 26 | B | 151 | 46 | 3E |
| Octal | 342 | 130 | 215 | 0 | 75 | 46 | 13 | 521 | 106 | 76 |
| Binary | 11100010 | 1011000 | 10001101 | 0 | 111101 | 100110 | 1011 | 101010001 | 1000110 | 111110 |
Color Harmonies of #E2588D
Complementary color
Monochromatic Colors of #E2588D
Black with #E2588D
Text Example
Text Example
White with #E2588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2588D; }
p { color: rgb(226,88,141); }
H1.HeaderClassName
{
color: #E2588D;
}
.AnyTagClassName
{
color: #E2588D;
}
</style>
background-color css
<style>
a { background-color: #E2588D; }
a { background-color: rgb(226,88,141); }
div.DivClassName
{
background-color: #E2588D;
}
.BgClassName
{
background-color: #E2588D;
}
</style>
border-color css
<style>
span { border-color: #E2588D; }
span { border-color: rgb(226,88,141); }
td.TdClassName
{
border-color: #E2588D;
}
.TagClassName
{
border-color: #E2588D;
}
</style>