Shades of Deep Pink #ED1990
Tints of Deep Pink #ED1990
RGB
CMYK
RGB Variations
Color information
#ED1990 (or 0xED1990) is known color: Deep Pink. HEX triplet: ED, 19 and 90. RGB value is (237,25,144). Sum of RGB (Red+Green+Blue) = 237+25+144=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1990 is #12E66F. Grayscale: #656565. Windows color (decimal): -1238640 or 9443821. OLE color: 9443821.
HSL color Cylindrical-coordinate representation of color #ED1990: hue angle of 326.32º 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 #ED1990 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 144 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.07 |
| HSL | 326.32º | 0.85% | 0.51% | - |
| HSV(B) | 326.32º | 0.89% | 0.93% | - |
| XYZ | 40.31 | 20.71 | 28.26 | - |
| YUV | 101.95 | 151.74 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 144 | 0 | 0.89 | 0.39 | 0.07 | 326.32 | 0.85 | 0.51 |
| Hex | ED | 19 | 90 | 0 | 59 | 27 | 7 | 146 | 55 | 33 |
| Octal | 355 | 31 | 220 | 0 | 131 | 47 | 7 | 506 | 125 | 63 |
| Binary | 11101101 | 11001 | 10010000 | 0 | 1011001 | 100111 | 111 | 101000110 | 1010101 | 110011 |
Color Harmonies of #ED1990
Complementary color
Monochromatic Colors of #ED1990
Black with #ED1990
Text Example
Text Example
White with #ED1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1990; }
p { color: rgb(237,25,144); }
H1.HeaderClassName
{
color: #ED1990;
}
.AnyTagClassName
{
color: #ED1990;
}
</style>
background-color css
<style>
a { background-color: #ED1990; }
a { background-color: rgb(237,25,144); }
div.DivClassName
{
background-color: #ED1990;
}
.BgClassName
{
background-color: #ED1990;
}
</style>
border-color css
<style>
span { border-color: #ED1990; }
span { border-color: rgb(237,25,144); }
td.TdClassName
{
border-color: #ED1990;
}
.TagClassName
{
border-color: #ED1990;
}
</style>