Shades of Deep Pink #ED1791
Tints of Deep Pink #ED1791
RGB
CMYK
RGB Variations
Color information
#ED1791 (or 0xED1791) is known color: Deep Pink. HEX triplet: ED, 17 and 91. RGB value is (237,23,145). Sum of RGB (Red+Green+Blue) = 237+23+145=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1791 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1791 is #12E86E. Grayscale: #646464. Windows color (decimal): -1239151 or 9508845. OLE color: 9508845.
HSL color Cylindrical-coordinate representation of color #ED1791: hue angle of 325.79º 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 #ED1791 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 145 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.07 |
| HSL | 325.79º | 0.86% | 0.51% | - |
| HSV(B) | 325.79º | 0.9% | 0.93% | - |
| XYZ | 40.34 | 20.66 | 28.65 | - |
| YUV | 100.89 | 152.9 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 145 | 0 | 0.90 | 0.39 | 0.07 | 325.79 | 0.86 | 0.51 |
| Hex | ED | 17 | 91 | 0 | 5A | 27 | 7 | 146 | 56 | 33 |
| Octal | 355 | 27 | 221 | 0 | 132 | 47 | 7 | 506 | 126 | 63 |
| Binary | 11101101 | 10111 | 10010001 | 0 | 1011010 | 100111 | 111 | 101000110 | 1010110 | 110011 |
Color Harmonies of #ED1791
Complementary color
Monochromatic Colors of #ED1791
Black with #ED1791
Text Example
Text Example
White with #ED1791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1791; }
p { color: rgb(237,23,145); }
H1.HeaderClassName
{
color: #ED1791;
}
.AnyTagClassName
{
color: #ED1791;
}
</style>
background-color css
<style>
a { background-color: #ED1791; }
a { background-color: rgb(237,23,145); }
div.DivClassName
{
background-color: #ED1791;
}
.BgClassName
{
background-color: #ED1791;
}
</style>
border-color css
<style>
span { border-color: #ED1791; }
span { border-color: rgb(237,23,145); }
td.TdClassName
{
border-color: #ED1791;
}
.TagClassName
{
border-color: #ED1791;
}
</style>