Shades of Deep Pink #ED1789
Tints of Deep Pink #ED1789
RGB
CMYK
RGB Variations
Color information
#ED1789 (or 0xED1789) is known color: Deep Pink. HEX triplet: ED, 17 and 89. RGB value is (237,23,137). Sum of RGB (Red+Green+Blue) = 237+23+137=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1789 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1789 is #12E876. Grayscale: #636363. Windows color (decimal): -1239159 or 8984557. OLE color: 8984557.
HSL color Cylindrical-coordinate representation of color #ED1789: hue angle of 328.04º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1789 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 137 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.07 |
| HSL | 328.04º | 0.86% | 0.51% | - |
| HSV(B) | 328.04º | 0.9% | 0.93% | - |
| XYZ | 39.75 | 20.42 | 25.51 | - |
| YUV | 99.98 | 148.9 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 137 | 0 | 0.90 | 0.42 | 0.07 | 328.04 | 0.86 | 0.51 |
| Hex | ED | 17 | 89 | 0 | 5A | 2A | 7 | 148 | 56 | 33 |
| Octal | 355 | 27 | 211 | 0 | 132 | 52 | 7 | 510 | 126 | 63 |
| Binary | 11101101 | 10111 | 10001001 | 0 | 1011010 | 101010 | 111 | 101001000 | 1010110 | 110011 |
Color Harmonies of #ED1789
Complementary color
Monochromatic Colors of #ED1789
Black with #ED1789
Text Example
Text Example
White with #ED1789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1789; }
p { color: rgb(237,23,137); }
H1.HeaderClassName
{
color: #ED1789;
}
.AnyTagClassName
{
color: #ED1789;
}
</style>
background-color css
<style>
a { background-color: #ED1789; }
a { background-color: rgb(237,23,137); }
div.DivClassName
{
background-color: #ED1789;
}
.BgClassName
{
background-color: #ED1789;
}
</style>
border-color css
<style>
span { border-color: #ED1789; }
span { border-color: rgb(237,23,137); }
td.TdClassName
{
border-color: #ED1789;
}
.TagClassName
{
border-color: #ED1789;
}
</style>