Shades of Deep Pink #ED208F
Tints of Deep Pink #ED208F
RGB
CMYK
RGB Variations
Color information
#ED208F (or 0xED208F) is known color: Deep Pink. HEX triplet: ED, 20 and 8F. RGB value is (237,32,143). Sum of RGB (Red+Green+Blue) = 237+32+143=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED208F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED208F is #12DF70. Grayscale: #696969. Windows color (decimal): -1236849 or 9380077. OLE color: 9380077.
HSL color Cylindrical-coordinate representation of color #ED208F: hue angle of 327.51º 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 #ED208F is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 143 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.07 |
| HSL | 327.51º | 0.85% | 0.53% | - |
| HSV(B) | 327.51º | 0.86% | 0.93% | - |
| XYZ | 40.4 | 21.02 | 27.91 | - |
| YUV | 105.95 | 148.92 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 143 | 0 | 0.86 | 0.40 | 0.07 | 327.51 | 0.85 | 0.53 |
| Hex | ED | 20 | 8F | 0 | 56 | 28 | 7 | 148 | 55 | 35 |
| Octal | 355 | 40 | 217 | 0 | 126 | 50 | 7 | 510 | 125 | 65 |
| Binary | 11101101 | 100000 | 10001111 | 0 | 1010110 | 101000 | 111 | 101001000 | 1010101 | 110101 |
Color Harmonies of #ED208F
Complementary color
Monochromatic Colors of #ED208F
Black with #ED208F
Text Example
Text Example
White with #ED208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED208F; }
p { color: rgb(237,32,143); }
H1.HeaderClassName
{
color: #ED208F;
}
.AnyTagClassName
{
color: #ED208F;
}
</style>
background-color css
<style>
a { background-color: #ED208F; }
a { background-color: rgb(237,32,143); }
div.DivClassName
{
background-color: #ED208F;
}
.BgClassName
{
background-color: #ED208F;
}
</style>
border-color css
<style>
span { border-color: #ED208F; }
span { border-color: rgb(237,32,143); }
td.TdClassName
{
border-color: #ED208F;
}
.TagClassName
{
border-color: #ED208F;
}
</style>