Shades of Deep Pink #ED1982
Tints of Deep Pink #ED1982
RGB
CMYK
RGB Variations
Color information
#ED1982 (or 0xED1982) is known color: Deep Pink. HEX triplet: ED, 19 and 82. RGB value is (237,25,130). Sum of RGB (Red+Green+Blue) = 237+25+130=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1982 is #12E67D. Grayscale: #646464. Windows color (decimal): -1238654 or 8526317. OLE color: 8526317.
HSL color Cylindrical-coordinate representation of color #ED1982: hue angle of 330.28º 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 #ED1982 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 130 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.07 |
| HSL | 330.28º | 0.85% | 0.51% | - |
| HSV(B) | 330.28º | 0.89% | 0.93% | - |
| XYZ | 39.3 | 20.31 | 22.97 | - |
| YUV | 100.36 | 144.74 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 130 | 0 | 0.89 | 0.45 | 0.07 | 330.28 | 0.85 | 0.51 |
| Hex | ED | 19 | 82 | 0 | 59 | 2D | 7 | 14A | 55 | 33 |
| Octal | 355 | 31 | 202 | 0 | 131 | 55 | 7 | 512 | 125 | 63 |
| Binary | 11101101 | 11001 | 10000010 | 0 | 1011001 | 101101 | 111 | 101001010 | 1010101 | 110011 |
Color Harmonies of #ED1982
Complementary color
Monochromatic Colors of #ED1982
Black with #ED1982
Text Example
Text Example
White with #ED1982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1982; }
p { color: rgb(237,25,130); }
H1.HeaderClassName
{
color: #ED1982;
}
.AnyTagClassName
{
color: #ED1982;
}
</style>
background-color css
<style>
a { background-color: #ED1982; }
a { background-color: rgb(237,25,130); }
div.DivClassName
{
background-color: #ED1982;
}
.BgClassName
{
background-color: #ED1982;
}
</style>
border-color css
<style>
span { border-color: #ED1982; }
span { border-color: rgb(237,25,130); }
td.TdClassName
{
border-color: #ED1982;
}
.TagClassName
{
border-color: #ED1982;
}
</style>