Shades of Deep Pink #ED1980
Tints of Deep Pink #ED1980
RGB
CMYK
RGB Variations
Color information
#ED1980 (or 0xED1980) is known color: Deep Pink. HEX triplet: ED, 19 and 80. RGB value is (237,25,128). Sum of RGB (Red+Green+Blue) = 237+25+128=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1980 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1980 is #12E67F. Grayscale: #636363. Windows color (decimal): -1238656 or 8395245. OLE color: 8395245.
HSL color Cylindrical-coordinate representation of color #ED1980: hue angle of 330.85º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1980 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 128 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.07 |
| HSL | 330.85º | 0.85% | 0.51% | - |
| HSV(B) | 330.85º | 0.89% | 0.93% | - |
| XYZ | 39.17 | 20.26 | 22.27 | - |
| YUV | 100.13 | 143.74 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 128 | 0 | 0.89 | 0.46 | 0.07 | 330.85 | 0.85 | 0.51 |
| Hex | ED | 19 | 80 | 0 | 59 | 2E | 7 | 14B | 55 | 33 |
| Octal | 355 | 31 | 200 | 0 | 131 | 56 | 7 | 513 | 125 | 63 |
| Binary | 11101101 | 11001 | 10000000 | 0 | 1011001 | 101110 | 111 | 101001011 | 1010101 | 110011 |
Color Harmonies of #ED1980
Complementary color
Monochromatic Colors of #ED1980
Black with #ED1980
Text Example
Text Example
White with #ED1980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1980; }
p { color: rgb(237,25,128); }
H1.HeaderClassName
{
color: #ED1980;
}
.AnyTagClassName
{
color: #ED1980;
}
</style>
background-color css
<style>
a { background-color: #ED1980; }
a { background-color: rgb(237,25,128); }
div.DivClassName
{
background-color: #ED1980;
}
.BgClassName
{
background-color: #ED1980;
}
</style>
border-color css
<style>
span { border-color: #ED1980; }
span { border-color: rgb(237,25,128); }
td.TdClassName
{
border-color: #ED1980;
}
.TagClassName
{
border-color: #ED1980;
}
</style>