Shades of Deep Pink #ED208D
Tints of Deep Pink #ED208D
RGB
CMYK
RGB Variations
Color information
#ED208D (or 0xED208D) is known color: Deep Pink. HEX triplet: ED, 20 and 8D. RGB value is (237,32,141). Sum of RGB (Red+Green+Blue) = 237+32+141=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED208D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED208D is #12DF72. Grayscale: #696969. Windows color (decimal): -1236851 or 9249005. OLE color: 9249005.
HSL color Cylindrical-coordinate representation of color #ED208D: hue angle of 328.1º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED208D is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 141 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.07 |
| HSL | 328.1º | 0.85% | 0.53% | - |
| HSV(B) | 328.1º | 0.86% | 0.93% | - |
| XYZ | 40.25 | 20.96 | 27.12 | - |
| YUV | 105.72 | 147.92 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 141 | 0 | 0.86 | 0.41 | 0.07 | 328.1 | 0.85 | 0.53 |
| Hex | ED | 20 | 8D | 0 | 56 | 29 | 7 | 148 | 55 | 35 |
| Octal | 355 | 40 | 215 | 0 | 126 | 51 | 7 | 510 | 125 | 65 |
| Binary | 11101101 | 100000 | 10001101 | 0 | 1010110 | 101001 | 111 | 101001000 | 1010101 | 110101 |
Color Harmonies of #ED208D
Complementary color
Monochromatic Colors of #ED208D
Black with #ED208D
Text Example
Text Example
White with #ED208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED208D; }
p { color: rgb(237,32,141); }
H1.HeaderClassName
{
color: #ED208D;
}
.AnyTagClassName
{
color: #ED208D;
}
</style>
background-color css
<style>
a { background-color: #ED208D; }
a { background-color: rgb(237,32,141); }
div.DivClassName
{
background-color: #ED208D;
}
.BgClassName
{
background-color: #ED208D;
}
</style>
border-color css
<style>
span { border-color: #ED208D; }
span { border-color: rgb(237,32,141); }
td.TdClassName
{
border-color: #ED208D;
}
.TagClassName
{
border-color: #ED208D;
}
</style>