Shades of Dark Pink #EF5786
Tints of Dark Pink #EF5786
RGB
CMYK
RGB Variations
Color information
#EF5786 (or 0xEF5786) is known color: Dark Pink. HEX triplet: EF, 57 and 86. RGB value is (239,87,134). Sum of RGB (Red+Green+Blue) = 239+87+134=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5786 is #10A879. Grayscale: #898989. Windows color (decimal): -1091706 or 8804335. OLE color: 8804335.
HSL color Cylindrical-coordinate representation of color #EF5786: hue angle of 341.45º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF5786 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 134 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.06 |
| HSL | 341.45º | 0.83% | 0.64% | - |
| HSV(B) | 341.45º | 0.64% | 0.94% | - |
| XYZ | 43.31 | 26.89 | 25.46 | - |
| YUV | 137.81 | 125.86 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 134 | 0 | 0.64 | 0.44 | 0.06 | 341.45 | 0.83 | 0.64 |
| Hex | EF | 57 | 86 | 0 | 40 | 2C | 6 | 155 | 53 | 40 |
| Octal | 357 | 127 | 206 | 0 | 100 | 54 | 6 | 525 | 123 | 100 |
| Binary | 11101111 | 1010111 | 10000110 | 0 | 1000000 | 101100 | 110 | 101010101 | 1010011 | 1000000 |
Color Harmonies of #EF5786
Complementary color
Monochromatic Colors of #EF5786
Black with #EF5786
Text Example
Text Example
White with #EF5786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5786; }
p { color: rgb(239,87,134); }
H1.HeaderClassName
{
color: #EF5786;
}
.AnyTagClassName
{
color: #EF5786;
}
</style>
background-color css
<style>
a { background-color: #EF5786; }
a { background-color: rgb(239,87,134); }
div.DivClassName
{
background-color: #EF5786;
}
.BgClassName
{
background-color: #EF5786;
}
</style>
border-color css
<style>
span { border-color: #EF5786; }
span { border-color: rgb(239,87,134); }
td.TdClassName
{
border-color: #EF5786;
}
.TagClassName
{
border-color: #EF5786;
}
</style>