Shades of Deep Pink #ED2087
Tints of Deep Pink #ED2087
RGB
CMYK
RGB Variations
Color information
#ED2087 (or 0xED2087) is known color: Deep Pink. HEX triplet: ED, 20 and 87. RGB value is (237,32,135). Sum of RGB (Red+Green+Blue) = 237+32+135=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2087 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2087 is #12DF78. Grayscale: #686868. Windows color (decimal): -1236857 or 8855789. OLE color: 8855789.
HSL color Cylindrical-coordinate representation of color #ED2087: hue angle of 329.85º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2087 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 135 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.07 |
| HSL | 329.85º | 0.85% | 0.53% | - |
| HSV(B) | 329.85º | 0.86% | 0.93% | - |
| XYZ | 39.81 | 20.79 | 24.84 | - |
| YUV | 105.04 | 144.92 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 135 | 0 | 0.86 | 0.43 | 0.07 | 329.85 | 0.85 | 0.53 |
| Hex | ED | 20 | 87 | 0 | 56 | 2B | 7 | 14A | 55 | 35 |
| Octal | 355 | 40 | 207 | 0 | 126 | 53 | 7 | 512 | 125 | 65 |
| Binary | 11101101 | 100000 | 10000111 | 0 | 1010110 | 101011 | 111 | 101001010 | 1010101 | 110101 |
Color Harmonies of #ED2087
Complementary color
Monochromatic Colors of #ED2087
Black with #ED2087
Text Example
Text Example
White with #ED2087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2087; }
p { color: rgb(237,32,135); }
H1.HeaderClassName
{
color: #ED2087;
}
.AnyTagClassName
{
color: #ED2087;
}
</style>
background-color css
<style>
a { background-color: #ED2087; }
a { background-color: rgb(237,32,135); }
div.DivClassName
{
background-color: #ED2087;
}
.BgClassName
{
background-color: #ED2087;
}
</style>
border-color css
<style>
span { border-color: #ED2087; }
span { border-color: rgb(237,32,135); }
td.TdClassName
{
border-color: #ED2087;
}
.TagClassName
{
border-color: #ED2087;
}
</style>