Shades of Deep Pink #ED1D8D
Tints of Deep Pink #ED1D8D
RGB
CMYK
RGB Variations
Color information
#ED1D8D (or 0xED1D8D) is known color: Deep Pink. HEX triplet: ED, 1D and 8D. RGB value is (237,29,141). Sum of RGB (Red+Green+Blue) = 237+29+141=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1D8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1D8D is #12E272. Grayscale: #676767. Windows color (decimal): -1237619 or 9248237. OLE color: 9248237.
HSL color Cylindrical-coordinate representation of color #ED1D8D: hue angle of 327.69º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1D8D is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 141 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.07 |
| HSL | 327.69º | 0.85% | 0.52% | - |
| HSV(B) | 327.69º | 0.88% | 0.93% | - |
| XYZ | 40.17 | 20.81 | 27.1 | - |
| YUV | 103.96 | 148.91 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 141 | 0 | 0.88 | 0.41 | 0.07 | 327.69 | 0.85 | 0.52 |
| Hex | ED | 1D | 8D | 0 | 58 | 29 | 7 | 148 | 55 | 34 |
| Octal | 355 | 35 | 215 | 0 | 130 | 51 | 7 | 510 | 125 | 64 |
| Binary | 11101101 | 11101 | 10001101 | 0 | 1011000 | 101001 | 111 | 101001000 | 1010101 | 110100 |
Color Harmonies of #ED1D8D
Complementary color
Monochromatic Colors of #ED1D8D
Black with #ED1D8D
Text Example
Text Example
White with #ED1D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1D8D; }
p { color: rgb(237,29,141); }
H1.HeaderClassName
{
color: #ED1D8D;
}
.AnyTagClassName
{
color: #ED1D8D;
}
</style>
background-color css
<style>
a { background-color: #ED1D8D; }
a { background-color: rgb(237,29,141); }
div.DivClassName
{
background-color: #ED1D8D;
}
.BgClassName
{
background-color: #ED1D8D;
}
</style>
border-color css
<style>
span { border-color: #ED1D8D; }
span { border-color: rgb(237,29,141); }
td.TdClassName
{
border-color: #ED1D8D;
}
.TagClassName
{
border-color: #ED1D8D;
}
</style>