Shades of Dark Pink #ED5D8D
Tints of Dark Pink #ED5D8D
RGB
CMYK
RGB Variations
Color information
#ED5D8D (or 0xED5D8D) is known color: Dark Pink. HEX triplet: ED, 5D and 8D. RGB value is (237,93,141). Sum of RGB (Red+Green+Blue) = 237+93+141=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5D8D is #12A272. Grayscale: #8D8D8D. Windows color (decimal): -1221235 or 9264621. OLE color: 9264621.
HSL color Cylindrical-coordinate representation of color #ED5D8D: hue angle of 340º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED5D8D is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 93 | 141 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.07 |
| HSL | 340º | 0.8% | 0.65% | - |
| HSV(B) | 340º | 0.61% | 0.93% | - |
| XYZ | 43.65 | 27.76 | 28.26 | - |
| YUV | 141.53 | 127.71 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 93 | 141 | 0 | 0.61 | 0.41 | 0.07 | 340 | 0.8 | 0.65 |
| Hex | ED | 5D | 8D | 0 | 3D | 29 | 7 | 154 | 50 | 41 |
| Octal | 355 | 135 | 215 | 0 | 75 | 51 | 7 | 524 | 120 | 101 |
| Binary | 11101101 | 1011101 | 10001101 | 0 | 111101 | 101001 | 111 | 101010100 | 1010000 | 1000001 |
Color Harmonies of #ED5D8D
Complementary color
Monochromatic Colors of #ED5D8D
Black with #ED5D8D
Text Example
Text Example
White with #ED5D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5D8D; }
p { color: rgb(237,93,141); }
H1.HeaderClassName
{
color: #ED5D8D;
}
.AnyTagClassName
{
color: #ED5D8D;
}
</style>
background-color css
<style>
a { background-color: #ED5D8D; }
a { background-color: rgb(237,93,141); }
div.DivClassName
{
background-color: #ED5D8D;
}
.BgClassName
{
background-color: #ED5D8D;
}
</style>
border-color css
<style>
span { border-color: #ED5D8D; }
span { border-color: rgb(237,93,141); }
td.TdClassName
{
border-color: #ED5D8D;
}
.TagClassName
{
border-color: #ED5D8D;
}
</style>