Shades of Dark Pink #EB587D
Tints of Dark Pink #EB587D
RGB
CMYK
RGB Variations
Color information
#EB587D (or 0xEB587D) is known color: Dark Pink. HEX triplet: EB, 58 and 7D. RGB value is (235,88,125). Sum of RGB (Red+Green+Blue) = 235+88+125=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB587D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB587D is #14A782. Grayscale: #888888. Windows color (decimal): -1353603 or 8214763. OLE color: 8214763.
HSL color Cylindrical-coordinate representation of color #EB587D: hue angle of 344.9º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EB587D is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 88 | 125 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.08 |
| HSL | 344.9º | 0.79% | 0.63% | - |
| HSV(B) | 344.9º | 0.63% | 0.92% | - |
| XYZ | 41.45 | 26.12 | 22.26 | - |
| YUV | 136.17 | 121.7 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 88 | 125 | 0 | 0.63 | 0.47 | 0.08 | 344.9 | 0.79 | 0.63 |
| Hex | EB | 58 | 7D | 0 | 3F | 2F | 8 | 159 | 4F | 3F |
| Octal | 353 | 130 | 175 | 0 | 77 | 57 | 10 | 531 | 117 | 77 |
| Binary | 11101011 | 1011000 | 1111101 | 0 | 111111 | 101111 | 1000 | 101011001 | 1001111 | 111111 |
Color Harmonies of #EB587D
Complementary color
Monochromatic Colors of #EB587D
Black with #EB587D
Text Example
Text Example
White with #EB587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB587D; }
p { color: rgb(235,88,125); }
H1.HeaderClassName
{
color: #EB587D;
}
.AnyTagClassName
{
color: #EB587D;
}
</style>
background-color css
<style>
a { background-color: #EB587D; }
a { background-color: rgb(235,88,125); }
div.DivClassName
{
background-color: #EB587D;
}
.BgClassName
{
background-color: #EB587D;
}
</style>
border-color css
<style>
span { border-color: #EB587D; }
span { border-color: rgb(235,88,125); }
td.TdClassName
{
border-color: #EB587D;
}
.TagClassName
{
border-color: #EB587D;
}
</style>