Shades of Dark Pink #E6587C
Tints of Dark Pink #E6587C
RGB
CMYK
RGB Variations
Color information
#E6587C (or 0xE6587C) is known color: Dark Pink. HEX triplet: E6, 58 and 7C. RGB value is (230,88,124). Sum of RGB (Red+Green+Blue) = 230+88+124=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E6587C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6587C is #19A783. Grayscale: #868686. Windows color (decimal): -1681284 or 8149222. OLE color: 8149222.
HSL color Cylindrical-coordinate representation of color #E6587C: hue angle of 344.79º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6587C is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 124 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.10 |
| HSL | 344.79º | 0.74% | 0.62% | - |
| HSV(B) | 344.79º | 0.62% | 0.9% | - |
| XYZ | 39.76 | 25.26 | 21.85 | - |
| YUV | 134.56 | 122.04 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 124 | 0 | 0.62 | 0.46 | 0.10 | 344.79 | 0.74 | 0.62 |
| Hex | E6 | 58 | 7C | 0 | 3E | 2E | A | 159 | 4A | 3E |
| Octal | 346 | 130 | 174 | 0 | 76 | 56 | 12 | 531 | 112 | 76 |
| Binary | 11100110 | 1011000 | 1111100 | 0 | 111110 | 101110 | 1010 | 101011001 | 1001010 | 111110 |
Color Harmonies of #E6587C
Complementary color
Monochromatic Colors of #E6587C
Black with #E6587C
Text Example
Text Example
White with #E6587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6587C; }
p { color: rgb(230,88,124); }
H1.HeaderClassName
{
color: #E6587C;
}
.AnyTagClassName
{
color: #E6587C;
}
</style>
background-color css
<style>
a { background-color: #E6587C; }
a { background-color: rgb(230,88,124); }
div.DivClassName
{
background-color: #E6587C;
}
.BgClassName
{
background-color: #E6587C;
}
</style>
border-color css
<style>
span { border-color: #E6587C; }
span { border-color: rgb(230,88,124); }
td.TdClassName
{
border-color: #E6587C;
}
.TagClassName
{
border-color: #E6587C;
}
</style>