Shades of Deep Pink #ED1887
Tints of Deep Pink #ED1887
RGB
CMYK
RGB Variations
Color information
#ED1887 (or 0xED1887) is known color: Deep Pink. HEX triplet: ED, 18 and 87. RGB value is (237,24,135). Sum of RGB (Red+Green+Blue) = 237+24+135=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1887 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1887 is #12E778. Grayscale: #646464. Windows color (decimal): -1238905 or 8853741. OLE color: 8853741.
HSL color Cylindrical-coordinate representation of color #ED1887: hue angle of 328.73º 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 #ED1887 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 135 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.07 |
| HSL | 328.73º | 0.86% | 0.51% | - |
| HSV(B) | 328.73º | 0.9% | 0.93% | - |
| XYZ | 39.62 | 20.41 | 24.77 | - |
| YUV | 100.34 | 147.57 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 135 | 0 | 0.90 | 0.43 | 0.07 | 328.73 | 0.86 | 0.51 |
| Hex | ED | 18 | 87 | 0 | 5A | 2B | 7 | 149 | 56 | 33 |
| Octal | 355 | 30 | 207 | 0 | 132 | 53 | 7 | 511 | 126 | 63 |
| Binary | 11101101 | 11000 | 10000111 | 0 | 1011010 | 101011 | 111 | 101001001 | 1010110 | 110011 |
Color Harmonies of #ED1887
Complementary color
Monochromatic Colors of #ED1887
Black with #ED1887
Text Example
Text Example
White with #ED1887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1887; }
p { color: rgb(237,24,135); }
H1.HeaderClassName
{
color: #ED1887;
}
.AnyTagClassName
{
color: #ED1887;
}
</style>
background-color css
<style>
a { background-color: #ED1887; }
a { background-color: rgb(237,24,135); }
div.DivClassName
{
background-color: #ED1887;
}
.BgClassName
{
background-color: #ED1887;
}
</style>
border-color css
<style>
span { border-color: #ED1887; }
span { border-color: rgb(237,24,135); }
td.TdClassName
{
border-color: #ED1887;
}
.TagClassName
{
border-color: #ED1887;
}
</style>