Shades of Deep Pink #ED1D90
Tints of Deep Pink #ED1D90
RGB
CMYK
RGB Variations
Color information
#ED1D90 (or 0xED1D90) is known color: Deep Pink. HEX triplet: ED, 1D and 90. RGB value is (237,29,144). Sum of RGB (Red+Green+Blue) = 237+29+144=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1D90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1D90 is #12E26F. Grayscale: #686868. Windows color (decimal): -1237616 or 9444845. OLE color: 9444845.
HSL color Cylindrical-coordinate representation of color #ED1D90: hue angle of 326.83º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1D90 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 144 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.07 |
| HSL | 326.83º | 0.85% | 0.52% | - |
| HSV(B) | 326.83º | 0.88% | 0.93% | - |
| XYZ | 40.4 | 20.9 | 28.29 | - |
| YUV | 104.3 | 150.41 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 144 | 0 | 0.88 | 0.39 | 0.07 | 326.83 | 0.85 | 0.52 |
| Hex | ED | 1D | 90 | 0 | 58 | 27 | 7 | 147 | 55 | 34 |
| Octal | 355 | 35 | 220 | 0 | 130 | 47 | 7 | 507 | 125 | 64 |
| Binary | 11101101 | 11101 | 10010000 | 0 | 1011000 | 100111 | 111 | 101000111 | 1010101 | 110100 |
Color Harmonies of #ED1D90
Complementary color
Monochromatic Colors of #ED1D90
Black with #ED1D90
Text Example
Text Example
White with #ED1D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1D90; }
p { color: rgb(237,29,144); }
H1.HeaderClassName
{
color: #ED1D90;
}
.AnyTagClassName
{
color: #ED1D90;
}
</style>
background-color css
<style>
a { background-color: #ED1D90; }
a { background-color: rgb(237,29,144); }
div.DivClassName
{
background-color: #ED1D90;
}
.BgClassName
{
background-color: #ED1D90;
}
</style>
border-color css
<style>
span { border-color: #ED1D90; }
span { border-color: rgb(237,29,144); }
td.TdClassName
{
border-color: #ED1D90;
}
.TagClassName
{
border-color: #ED1D90;
}
</style>