Shades of Dark Pink #ED578D
Tints of Dark Pink #ED578D
RGB
CMYK
RGB Variations
Color information
#ED578D (or 0xED578D) is known color: Dark Pink. HEX triplet: ED, 57 and 8D. RGB value is (237,87,141). Sum of RGB (Red+Green+Blue) = 237+87+141=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED578D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED578D is #12A872. Grayscale: #898989. Windows color (decimal): -1222771 or 9263085. OLE color: 9263085.
HSL color Cylindrical-coordinate representation of color #ED578D: hue angle of 338.4º 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 #ED578D is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 141 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.07 |
| HSL | 338.4º | 0.81% | 0.64% | - |
| HSV(B) | 338.4º | 0.63% | 0.93% | - |
| XYZ | 43.14 | 26.74 | 28.09 | - |
| YUV | 138.01 | 129.7 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 141 | 0 | 0.63 | 0.41 | 0.07 | 338.4 | 0.81 | 0.64 |
| Hex | ED | 57 | 8D | 0 | 3F | 29 | 7 | 152 | 51 | 40 |
| Octal | 355 | 127 | 215 | 0 | 77 | 51 | 7 | 522 | 121 | 100 |
| Binary | 11101101 | 1010111 | 10001101 | 0 | 111111 | 101001 | 111 | 101010010 | 1010001 | 1000000 |
Color Harmonies of #ED578D
Complementary color
Monochromatic Colors of #ED578D
Black with #ED578D
Text Example
Text Example
White with #ED578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED578D; }
p { color: rgb(237,87,141); }
H1.HeaderClassName
{
color: #ED578D;
}
.AnyTagClassName
{
color: #ED578D;
}
</style>
background-color css
<style>
a { background-color: #ED578D; }
a { background-color: rgb(237,87,141); }
div.DivClassName
{
background-color: #ED578D;
}
.BgClassName
{
background-color: #ED578D;
}
</style>
border-color css
<style>
span { border-color: #ED578D; }
span { border-color: rgb(237,87,141); }
td.TdClassName
{
border-color: #ED578D;
}
.TagClassName
{
border-color: #ED578D;
}
</style>