Shades of Dark Pink #E7587A
Tints of Dark Pink #E7587A
RGB
CMYK
RGB Variations
Color information
#E7587A (or 0xE7587A) is known color: Dark Pink. HEX triplet: E7, 58 and 7A. RGB value is (231,88,122). Sum of RGB (Red+Green+Blue) = 231+88+122=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E7587A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7587A is #18A785. Grayscale: #868686. Windows color (decimal): -1615750 or 8018151. OLE color: 8018151.
HSL color Cylindrical-coordinate representation of color #E7587A: hue angle of 345.73º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E7587A is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 88 | 122 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.09 |
| HSL | 345.73º | 0.75% | 0.63% | - |
| HSV(B) | 345.73º | 0.62% | 0.91% | - |
| XYZ | 39.96 | 25.37 | 21.2 | - |
| YUV | 134.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 88 | 122 | 0 | 0.62 | 0.47 | 0.09 | 345.73 | 0.75 | 0.63 |
| Hex | E7 | 58 | 7A | 0 | 3E | 2F | 9 | 15A | 4B | 3F |
| Octal | 347 | 130 | 172 | 0 | 76 | 57 | 11 | 532 | 113 | 77 |
| Binary | 11100111 | 1011000 | 1111010 | 0 | 111110 | 101111 | 1001 | 101011010 | 1001011 | 111111 |
Color Harmonies of #E7587A
Complementary color
Monochromatic Colors of #E7587A
Black with #E7587A
Text Example
Text Example
White with #E7587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7587A; }
p { color: rgb(231,88,122); }
H1.HeaderClassName
{
color: #E7587A;
}
.AnyTagClassName
{
color: #E7587A;
}
</style>
background-color css
<style>
a { background-color: #E7587A; }
a { background-color: rgb(231,88,122); }
div.DivClassName
{
background-color: #E7587A;
}
.BgClassName
{
background-color: #E7587A;
}
</style>
border-color css
<style>
span { border-color: #E7587A; }
span { border-color: rgb(231,88,122); }
td.TdClassName
{
border-color: #E7587A;
}
.TagClassName
{
border-color: #E7587A;
}
</style>