Shades of Dark Pink #ED5F86
Tints of Dark Pink #ED5F86
RGB
CMYK
RGB Variations
Color information
#ED5F86 (or 0xED5F86) is known color: Dark Pink. HEX triplet: ED, 5F and 86. RGB value is (237,95,134). Sum of RGB (Red+Green+Blue) = 237+95+134=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5F86 is #12A079. Grayscale: #8D8D8D. Windows color (decimal): -1220730 or 8806381. OLE color: 8806381.
HSL color Cylindrical-coordinate representation of color #ED5F86: hue angle of 343.52º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5F86 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 95 | 134 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.07 |
| HSL | 343.52º | 0.8% | 0.65% | - |
| HSV(B) | 343.52º | 0.6% | 0.93% | - |
| XYZ | 43.32 | 27.91 | 25.66 | - |
| YUV | 141.9 | 123.54 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 95 | 134 | 0 | 0.60 | 0.43 | 0.07 | 343.52 | 0.8 | 0.65 |
| Hex | ED | 5F | 86 | 0 | 3C | 2B | 7 | 158 | 50 | 41 |
| Octal | 355 | 137 | 206 | 0 | 74 | 53 | 7 | 530 | 120 | 101 |
| Binary | 11101101 | 1011111 | 10000110 | 0 | 111100 | 101011 | 111 | 101011000 | 1010000 | 1000001 |
Color Harmonies of #ED5F86
Complementary color
Monochromatic Colors of #ED5F86
Black with #ED5F86
Text Example
Text Example
White with #ED5F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5F86; }
p { color: rgb(237,95,134); }
H1.HeaderClassName
{
color: #ED5F86;
}
.AnyTagClassName
{
color: #ED5F86;
}
</style>
background-color css
<style>
a { background-color: #ED5F86; }
a { background-color: rgb(237,95,134); }
div.DivClassName
{
background-color: #ED5F86;
}
.BgClassName
{
background-color: #ED5F86;
}
</style>
border-color css
<style>
span { border-color: #ED5F86; }
span { border-color: rgb(237,95,134); }
td.TdClassName
{
border-color: #ED5F86;
}
.TagClassName
{
border-color: #ED5F86;
}
</style>