Shades of Deep Pink #ED1586
Tints of Deep Pink #ED1586
RGB
CMYK
RGB Variations
Color information
#ED1586 (or 0xED1586) is known color: Deep Pink. HEX triplet: ED, 15 and 86. RGB value is (237,21,134). Sum of RGB (Red+Green+Blue) = 237+21+134=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1586 is #12EA79. Grayscale: #626262. Windows color (decimal): -1239674 or 8787437. OLE color: 8787437.
HSL color Cylindrical-coordinate representation of color #ED1586: hue angle of 328.61º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1586 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 134 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.07 |
| HSL | 328.61º | 0.86% | 0.51% | - |
| HSV(B) | 328.61º | 0.91% | 0.93% | - |
| XYZ | 39.5 | 20.26 | 24.38 | - |
| YUV | 98.47 | 148.06 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 134 | 0 | 0.91 | 0.43 | 0.07 | 328.61 | 0.86 | 0.51 |
| Hex | ED | 15 | 86 | 0 | 5B | 2B | 7 | 149 | 56 | 33 |
| Octal | 355 | 25 | 206 | 0 | 133 | 53 | 7 | 511 | 126 | 63 |
| Binary | 11101101 | 10101 | 10000110 | 0 | 1011011 | 101011 | 111 | 101001001 | 1010110 | 110011 |
Color Harmonies of #ED1586
Complementary color
Monochromatic Colors of #ED1586
Black with #ED1586
Text Example
Text Example
White with #ED1586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1586; }
p { color: rgb(237,21,134); }
H1.HeaderClassName
{
color: #ED1586;
}
.AnyTagClassName
{
color: #ED1586;
}
</style>
background-color css
<style>
a { background-color: #ED1586; }
a { background-color: rgb(237,21,134); }
div.DivClassName
{
background-color: #ED1586;
}
.BgClassName
{
background-color: #ED1586;
}
</style>
border-color css
<style>
span { border-color: #ED1586; }
span { border-color: rgb(237,21,134); }
td.TdClassName
{
border-color: #ED1586;
}
.TagClassName
{
border-color: #ED1586;
}
</style>