Shades of Dark Pink #ED5984
Tints of Dark Pink #ED5984
RGB
CMYK
RGB Variations
Color information
#ED5984 (or 0xED5984) is known color: Dark Pink. HEX triplet: ED, 59 and 84. RGB value is (237,89,132). Sum of RGB (Red+Green+Blue) = 237+89+132=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5984 is #12A67B. Grayscale: #8A8A8A. Windows color (decimal): -1222268 or 8673773. OLE color: 8673773.
HSL color Cylindrical-coordinate representation of color #ED5984: hue angle of 342.57º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5984 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 132 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.07 |
| HSL | 342.57º | 0.8% | 0.64% | - |
| HSV(B) | 342.57º | 0.62% | 0.93% | - |
| XYZ | 42.66 | 26.82 | 24.76 | - |
| YUV | 138.15 | 124.53 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 132 | 0 | 0.62 | 0.44 | 0.07 | 342.57 | 0.8 | 0.64 |
| Hex | ED | 59 | 84 | 0 | 3E | 2C | 7 | 157 | 50 | 40 |
| Octal | 355 | 131 | 204 | 0 | 76 | 54 | 7 | 527 | 120 | 100 |
| Binary | 11101101 | 1011001 | 10000100 | 0 | 111110 | 101100 | 111 | 101010111 | 1010000 | 1000000 |
Color Harmonies of #ED5984
Complementary color
Monochromatic Colors of #ED5984
Black with #ED5984
Text Example
Text Example
White with #ED5984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5984; }
p { color: rgb(237,89,132); }
H1.HeaderClassName
{
color: #ED5984;
}
.AnyTagClassName
{
color: #ED5984;
}
</style>
background-color css
<style>
a { background-color: #ED5984; }
a { background-color: rgb(237,89,132); }
div.DivClassName
{
background-color: #ED5984;
}
.BgClassName
{
background-color: #ED5984;
}
</style>
border-color css
<style>
span { border-color: #ED5984; }
span { border-color: rgb(237,89,132); }
td.TdClassName
{
border-color: #ED5984;
}
.TagClassName
{
border-color: #ED5984;
}
</style>