Shades of Dark Pink #E2587E
Tints of Dark Pink #E2587E
RGB
CMYK
RGB Variations
Color information
#E2587E (or 0xE2587E) is known color: Dark Pink. HEX triplet: E2, 58 and 7E. RGB value is (226,88,126). Sum of RGB (Red+Green+Blue) = 226+88+126=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E2587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2587E is #1DA781. Grayscale: #858585. Windows color (decimal): -1943426 or 8280290. OLE color: 8280290.
HSL color Cylindrical-coordinate representation of color #E2587E: hue angle of 343.48º 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 #E2587E is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 126 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.11 |
| HSL | 343.48º | 0.7% | 0.62% | - |
| HSV(B) | 343.48º | 0.61% | 0.89% | - |
| XYZ | 38.62 | 24.65 | 22.46 | - |
| YUV | 133.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 126 | 0 | 0.61 | 0.44 | 0.11 | 343.48 | 0.7 | 0.62 |
| Hex | E2 | 58 | 7E | 0 | 3D | 2C | B | 157 | 46 | 3E |
| Octal | 342 | 130 | 176 | 0 | 75 | 54 | 13 | 527 | 106 | 76 |
| Binary | 11100010 | 1011000 | 1111110 | 0 | 111101 | 101100 | 1011 | 101010111 | 1000110 | 111110 |
Color Harmonies of #E2587E
Complementary color
Monochromatic Colors of #E2587E
Black with #E2587E
Text Example
Text Example
White with #E2587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2587E; }
p { color: rgb(226,88,126); }
H1.HeaderClassName
{
color: #E2587E;
}
.AnyTagClassName
{
color: #E2587E;
}
</style>
background-color css
<style>
a { background-color: #E2587E; }
a { background-color: rgb(226,88,126); }
div.DivClassName
{
background-color: #E2587E;
}
.BgClassName
{
background-color: #E2587E;
}
</style>
border-color css
<style>
span { border-color: #E2587E; }
span { border-color: rgb(226,88,126); }
td.TdClassName
{
border-color: #E2587E;
}
.TagClassName
{
border-color: #E2587E;
}
</style>