Shades of Dark Pink #ED5784
Tints of Dark Pink #ED5784
RGB
CMYK
RGB Variations
Color information
#ED5784 (or 0xED5784) is known color: Dark Pink. HEX triplet: ED, 57 and 84. RGB value is (237,87,132). Sum of RGB (Red+Green+Blue) = 237+87+132=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5784 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5784 is #12A87B. Grayscale: #888888. Windows color (decimal): -1222780 or 8673261. OLE color: 8673261.
HSL color Cylindrical-coordinate representation of color #ED5784: hue angle of 342º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED5784 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 132 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.07 |
| HSL | 342º | 0.81% | 0.64% | - |
| HSV(B) | 342º | 0.63% | 0.93% | - |
| XYZ | 42.5 | 26.49 | 24.7 | - |
| YUV | 136.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 132 | 0 | 0.63 | 0.44 | 0.07 | 342 | 0.81 | 0.64 |
| Hex | ED | 57 | 84 | 0 | 3F | 2C | 7 | 156 | 51 | 40 |
| Octal | 355 | 127 | 204 | 0 | 77 | 54 | 7 | 526 | 121 | 100 |
| Binary | 11101101 | 1010111 | 10000100 | 0 | 111111 | 101100 | 111 | 101010110 | 1010001 | 1000000 |
Color Harmonies of #ED5784
Complementary color
Monochromatic Colors of #ED5784
Black with #ED5784
Text Example
Text Example
White with #ED5784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5784; }
p { color: rgb(237,87,132); }
H1.HeaderClassName
{
color: #ED5784;
}
.AnyTagClassName
{
color: #ED5784;
}
</style>
background-color css
<style>
a { background-color: #ED5784; }
a { background-color: rgb(237,87,132); }
div.DivClassName
{
background-color: #ED5784;
}
.BgClassName
{
background-color: #ED5784;
}
</style>
border-color css
<style>
span { border-color: #ED5784; }
span { border-color: rgb(237,87,132); }
td.TdClassName
{
border-color: #ED5784;
}
.TagClassName
{
border-color: #ED5784;
}
</style>