Shades of Dark Pink #E1587B
Tints of Dark Pink #E1587B
RGB
CMYK
RGB Variations
Color information
#E1587B (or 0xE1587B) is known color: Dark Pink. HEX triplet: E1, 58 and 7B. RGB value is (225,88,123). Sum of RGB (Red+Green+Blue) = 225+88+123=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1587B is #1EA784. Grayscale: #848484. Windows color (decimal): -2008965 or 8083681. OLE color: 8083681.
HSL color Cylindrical-coordinate representation of color #E1587B: hue angle of 344.67º 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 #E1587B is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 123 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.12 |
| HSL | 344.67º | 0.7% | 0.61% | - |
| HSV(B) | 344.67º | 0.61% | 0.88% | - |
| XYZ | 38.12 | 24.42 | 21.44 | - |
| YUV | 132.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 123 | 0 | 0.61 | 0.45 | 0.12 | 344.67 | 0.7 | 0.61 |
| Hex | E1 | 58 | 7B | 0 | 3D | 2D | C | 159 | 46 | 3D |
| Octal | 341 | 130 | 173 | 0 | 75 | 55 | 14 | 531 | 106 | 75 |
| Binary | 11100001 | 1011000 | 1111011 | 0 | 111101 | 101101 | 1100 | 101011001 | 1000110 | 111101 |
Color Harmonies of #E1587B
Complementary color
Monochromatic Colors of #E1587B
Black with #E1587B
Text Example
Text Example
White with #E1587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1587B; }
p { color: rgb(225,88,123); }
H1.HeaderClassName
{
color: #E1587B;
}
.AnyTagClassName
{
color: #E1587B;
}
</style>
background-color css
<style>
a { background-color: #E1587B; }
a { background-color: rgb(225,88,123); }
div.DivClassName
{
background-color: #E1587B;
}
.BgClassName
{
background-color: #E1587B;
}
</style>
border-color css
<style>
span { border-color: #E1587B; }
span { border-color: rgb(225,88,123); }
td.TdClassName
{
border-color: #E1587B;
}
.TagClassName
{
border-color: #E1587B;
}
</style>