Shades of Deep Pink #ED1587
Tints of Deep Pink #ED1587
RGB
CMYK
RGB Variations
Color information
#ED1587 (or 0xED1587) is known color: Deep Pink. HEX triplet: ED, 15 and 87. RGB value is (237,21,135). Sum of RGB (Red+Green+Blue) = 237+21+135=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1587 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1587 is #12EA78. Grayscale: #626262. Windows color (decimal): -1239673 or 8852973. OLE color: 8852973.
HSL color Cylindrical-coordinate representation of color #ED1587: hue angle of 328.33º 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 #ED1587 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 21 | 135 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.07 |
| HSL | 328.33º | 0.86% | 0.51% | - |
| HSV(B) | 328.33º | 0.91% | 0.93% | - |
| XYZ | 39.57 | 20.29 | 24.75 | - |
| YUV | 98.58 | 148.56 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 21 | 135 | 0 | 0.91 | 0.43 | 0.07 | 328.33 | 0.86 | 0.51 |
| Hex | ED | 15 | 87 | 0 | 5B | 2B | 7 | 148 | 56 | 33 |
| Octal | 355 | 25 | 207 | 0 | 133 | 53 | 7 | 510 | 126 | 63 |
| Binary | 11101101 | 10101 | 10000111 | 0 | 1011011 | 101011 | 111 | 101001000 | 1010110 | 110011 |
Color Harmonies of #ED1587
Complementary color
Monochromatic Colors of #ED1587
Black with #ED1587
Text Example
Text Example
White with #ED1587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1587; }
p { color: rgb(237,21,135); }
H1.HeaderClassName
{
color: #ED1587;
}
.AnyTagClassName
{
color: #ED1587;
}
</style>
background-color css
<style>
a { background-color: #ED1587; }
a { background-color: rgb(237,21,135); }
div.DivClassName
{
background-color: #ED1587;
}
.BgClassName
{
background-color: #ED1587;
}
</style>
border-color css
<style>
span { border-color: #ED1587; }
span { border-color: rgb(237,21,135); }
td.TdClassName
{
border-color: #ED1587;
}
.TagClassName
{
border-color: #ED1587;
}
</style>