Shades of Deep Pink #ED2189
Tints of Deep Pink #ED2189
RGB
CMYK
RGB Variations
Color information
#ED2189 (or 0xED2189) is known color: Deep Pink. HEX triplet: ED, 21 and 89. RGB value is (237,33,137). Sum of RGB (Red+Green+Blue) = 237+33+137=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2189 is #12DE76. Grayscale: #696969. Windows color (decimal): -1236599 or 8987117. OLE color: 8987117.
HSL color Cylindrical-coordinate representation of color #ED2189: hue angle of 329.41º 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 #ED2189 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 137 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.07 |
| HSL | 329.41º | 0.85% | 0.53% | - |
| HSV(B) | 329.41º | 0.86% | 0.93% | - |
| XYZ | 39.98 | 20.9 | 25.59 | - |
| YUV | 105.85 | 145.59 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 137 | 0 | 0.86 | 0.42 | 0.07 | 329.41 | 0.85 | 0.53 |
| Hex | ED | 21 | 89 | 0 | 56 | 2A | 7 | 149 | 55 | 35 |
| Octal | 355 | 41 | 211 | 0 | 126 | 52 | 7 | 511 | 125 | 65 |
| Binary | 11101101 | 100001 | 10001001 | 0 | 1010110 | 101010 | 111 | 101001001 | 1010101 | 110101 |
Color Harmonies of #ED2189
Complementary color
Monochromatic Colors of #ED2189
Black with #ED2189
Text Example
Text Example
White with #ED2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2189; }
p { color: rgb(237,33,137); }
H1.HeaderClassName
{
color: #ED2189;
}
.AnyTagClassName
{
color: #ED2189;
}
</style>
background-color css
<style>
a { background-color: #ED2189; }
a { background-color: rgb(237,33,137); }
div.DivClassName
{
background-color: #ED2189;
}
.BgClassName
{
background-color: #ED2189;
}
</style>
border-color css
<style>
span { border-color: #ED2189; }
span { border-color: rgb(237,33,137); }
td.TdClassName
{
border-color: #ED2189;
}
.TagClassName
{
border-color: #ED2189;
}
</style>