Shades of Dark Pink #EF5685
Tints of Dark Pink #EF5685
RGB
CMYK
RGB Variations
Color information
#EF5685 (or 0xEF5685) is known color: Dark Pink. HEX triplet: EF, 56 and 85. RGB value is (239,86,133). Sum of RGB (Red+Green+Blue) = 239+86+133=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5685 is #10A97A. Grayscale: #898989. Windows color (decimal): -1091963 or 8738543. OLE color: 8738543.
HSL color Cylindrical-coordinate representation of color #EF5685: hue angle of 341.57º 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 #EF5685 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 133 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.06 |
| HSL | 341.57º | 0.83% | 0.64% | - |
| HSV(B) | 341.57º | 0.64% | 0.94% | - |
| XYZ | 43.16 | 26.7 | 25.07 | - |
| YUV | 137.11 | 125.69 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 133 | 0 | 0.64 | 0.44 | 0.06 | 341.57 | 0.83 | 0.64 |
| Hex | EF | 56 | 85 | 0 | 40 | 2C | 6 | 156 | 53 | 40 |
| Octal | 357 | 126 | 205 | 0 | 100 | 54 | 6 | 526 | 123 | 100 |
| Binary | 11101111 | 1010110 | 10000101 | 0 | 1000000 | 101100 | 110 | 101010110 | 1010011 | 1000000 |
Color Harmonies of #EF5685
Complementary color
Monochromatic Colors of #EF5685
Black with #EF5685
Text Example
Text Example
White with #EF5685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5685; }
p { color: rgb(239,86,133); }
H1.HeaderClassName
{
color: #EF5685;
}
.AnyTagClassName
{
color: #EF5685;
}
</style>
background-color css
<style>
a { background-color: #EF5685; }
a { background-color: rgb(239,86,133); }
div.DivClassName
{
background-color: #EF5685;
}
.BgClassName
{
background-color: #EF5685;
}
</style>
border-color css
<style>
span { border-color: #EF5685; }
span { border-color: rgb(239,86,133); }
td.TdClassName
{
border-color: #EF5685;
}
.TagClassName
{
border-color: #EF5685;
}
</style>