Shades of Dark Pink #EF587D
Tints of Dark Pink #EF587D
RGB
CMYK
RGB Variations
Color information
#EF587D (or 0xEF587D) is known color: Dark Pink. HEX triplet: EF, 58 and 7D. RGB value is (239,88,125). Sum of RGB (Red+Green+Blue) = 239+88+125=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF587D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF587D is #10A782. Grayscale: #898989. Windows color (decimal): -1091459 or 8214767. OLE color: 8214767.
HSL color Cylindrical-coordinate representation of color #EF587D: hue angle of 345.3º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF587D is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 125 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.06 |
| HSL | 345.3º | 0.83% | 0.64% | - |
| HSV(B) | 345.3º | 0.63% | 0.94% | - |
| XYZ | 42.79 | 26.81 | 22.32 | - |
| YUV | 137.37 | 121.03 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 125 | 0 | 0.63 | 0.48 | 0.06 | 345.3 | 0.83 | 0.64 |
| Hex | EF | 58 | 7D | 0 | 3F | 30 | 6 | 159 | 53 | 40 |
| Octal | 357 | 130 | 175 | 0 | 77 | 60 | 6 | 531 | 123 | 100 |
| Binary | 11101111 | 1011000 | 1111101 | 0 | 111111 | 110000 | 110 | 101011001 | 1010011 | 1000000 |
Color Harmonies of #EF587D
Complementary color
Monochromatic Colors of #EF587D
Black with #EF587D
Text Example
Text Example
White with #EF587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF587D; }
p { color: rgb(239,88,125); }
H1.HeaderClassName
{
color: #EF587D;
}
.AnyTagClassName
{
color: #EF587D;
}
</style>
background-color css
<style>
a { background-color: #EF587D; }
a { background-color: rgb(239,88,125); }
div.DivClassName
{
background-color: #EF587D;
}
.BgClassName
{
background-color: #EF587D;
}
</style>
border-color css
<style>
span { border-color: #EF587D; }
span { border-color: rgb(239,88,125); }
td.TdClassName
{
border-color: #EF587D;
}
.TagClassName
{
border-color: #EF587D;
}
</style>