Shades of Deep Pink #ED1890
Tints of Deep Pink #ED1890
RGB
CMYK
RGB Variations
Color information
#ED1890 (or 0xED1890) is known color: Deep Pink. HEX triplet: ED, 18 and 90. RGB value is (237,24,144). Sum of RGB (Red+Green+Blue) = 237+24+144=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1890 is #12E76F. Grayscale: #656565. Windows color (decimal): -1238896 or 9443565. OLE color: 9443565.
HSL color Cylindrical-coordinate representation of color #ED1890: hue angle of 326.2º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1890 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 144 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.07 |
| HSL | 326.2º | 0.86% | 0.51% | - |
| HSV(B) | 326.2º | 0.9% | 0.93% | - |
| XYZ | 40.29 | 20.67 | 28.25 | - |
| YUV | 101.37 | 152.07 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 144 | 0 | 0.90 | 0.39 | 0.07 | 326.2 | 0.86 | 0.51 |
| Hex | ED | 18 | 90 | 0 | 5A | 27 | 7 | 146 | 56 | 33 |
| Octal | 355 | 30 | 220 | 0 | 132 | 47 | 7 | 506 | 126 | 63 |
| Binary | 11101101 | 11000 | 10010000 | 0 | 1011010 | 100111 | 111 | 101000110 | 1010110 | 110011 |
Color Harmonies of #ED1890
Complementary color
Monochromatic Colors of #ED1890
Black with #ED1890
Text Example
Text Example
White with #ED1890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1890; }
p { color: rgb(237,24,144); }
H1.HeaderClassName
{
color: #ED1890;
}
.AnyTagClassName
{
color: #ED1890;
}
</style>
background-color css
<style>
a { background-color: #ED1890; }
a { background-color: rgb(237,24,144); }
div.DivClassName
{
background-color: #ED1890;
}
.BgClassName
{
background-color: #ED1890;
}
</style>
border-color css
<style>
span { border-color: #ED1890; }
span { border-color: rgb(237,24,144); }
td.TdClassName
{
border-color: #ED1890;
}
.TagClassName
{
border-color: #ED1890;
}
</style>