Shades of Dark Pink #E2587A
Tints of Dark Pink #E2587A
RGB
CMYK
RGB Variations
Color information
#E2587A (or 0xE2587A) is known color: Dark Pink. HEX triplet: E2, 58 and 7A. RGB value is (226,88,122). Sum of RGB (Red+Green+Blue) = 226+88+122=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2587A is #1DA785. Grayscale: #858585. Windows color (decimal): -1943430 or 8018146. OLE color: 8018146.
HSL color Cylindrical-coordinate representation of color #E2587A: hue angle of 345.22º 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 #E2587A is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 122 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.11 |
| HSL | 345.22º | 0.7% | 0.62% | - |
| HSV(B) | 345.22º | 0.61% | 0.89% | - |
| XYZ | 38.37 | 24.55 | 21.13 | - |
| YUV | 133.14 | 121.72 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 122 | 0 | 0.61 | 0.46 | 0.11 | 345.22 | 0.7 | 0.62 |
| Hex | E2 | 58 | 7A | 0 | 3D | 2E | B | 159 | 46 | 3E |
| Octal | 342 | 130 | 172 | 0 | 75 | 56 | 13 | 531 | 106 | 76 |
| Binary | 11100010 | 1011000 | 1111010 | 0 | 111101 | 101110 | 1011 | 101011001 | 1000110 | 111110 |
Color Harmonies of #E2587A
Complementary color
Monochromatic Colors of #E2587A
Black with #E2587A
Text Example
Text Example
White with #E2587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2587A; }
p { color: rgb(226,88,122); }
H1.HeaderClassName
{
color: #E2587A;
}
.AnyTagClassName
{
color: #E2587A;
}
</style>
background-color css
<style>
a { background-color: #E2587A; }
a { background-color: rgb(226,88,122); }
div.DivClassName
{
background-color: #E2587A;
}
.BgClassName
{
background-color: #E2587A;
}
</style>
border-color css
<style>
span { border-color: #E2587A; }
span { border-color: rgb(226,88,122); }
td.TdClassName
{
border-color: #E2587A;
}
.TagClassName
{
border-color: #E2587A;
}
</style>