Shades of Deep Pink #ED2088
Tints of Deep Pink #ED2088
RGB
CMYK
RGB Variations
Color information
#ED2088 (or 0xED2088) is known color: Deep Pink. HEX triplet: ED, 20 and 88. RGB value is (237,32,136). Sum of RGB (Red+Green+Blue) = 237+32+136=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2088 is #12DF77. Grayscale: #686868. Windows color (decimal): -1236856 or 8921325. OLE color: 8921325.
HSL color Cylindrical-coordinate representation of color #ED2088: hue angle of 329.56º 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 #ED2088 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 136 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.07 |
| HSL | 329.56º | 0.85% | 0.53% | - |
| HSV(B) | 329.56º | 0.86% | 0.93% | - |
| XYZ | 39.89 | 20.82 | 25.21 | - |
| YUV | 105.15 | 145.42 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 136 | 0 | 0.86 | 0.43 | 0.07 | 329.56 | 0.85 | 0.53 |
| Hex | ED | 20 | 88 | 0 | 56 | 2B | 7 | 14A | 55 | 35 |
| Octal | 355 | 40 | 210 | 0 | 126 | 53 | 7 | 512 | 125 | 65 |
| Binary | 11101101 | 100000 | 10001000 | 0 | 1010110 | 101011 | 111 | 101001010 | 1010101 | 110101 |
Color Harmonies of #ED2088
Complementary color
Monochromatic Colors of #ED2088
Black with #ED2088
Text Example
Text Example
White with #ED2088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2088; }
p { color: rgb(237,32,136); }
H1.HeaderClassName
{
color: #ED2088;
}
.AnyTagClassName
{
color: #ED2088;
}
</style>
background-color css
<style>
a { background-color: #ED2088; }
a { background-color: rgb(237,32,136); }
div.DivClassName
{
background-color: #ED2088;
}
.BgClassName
{
background-color: #ED2088;
}
</style>
border-color css
<style>
span { border-color: #ED2088; }
span { border-color: rgb(237,32,136); }
td.TdClassName
{
border-color: #ED2088;
}
.TagClassName
{
border-color: #ED2088;
}
</style>