Shades of Deep Pink #ED1691
Tints of Deep Pink #ED1691
RGB
CMYK
RGB Variations
Color information
#ED1691 (or 0xED1691) is known color: Deep Pink. HEX triplet: ED, 16 and 91. RGB value is (237,22,145). Sum of RGB (Red+Green+Blue) = 237+22+145=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1691 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1691 is #12E96E. Grayscale: #646464. Windows color (decimal): -1239407 or 9508589. OLE color: 9508589.
HSL color Cylindrical-coordinate representation of color #ED1691: hue angle of 325.67º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1691 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 145 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.07 |
| HSL | 325.67º | 0.86% | 0.51% | - |
| HSV(B) | 325.67º | 0.91% | 0.93% | - |
| XYZ | 40.32 | 20.62 | 28.64 | - |
| YUV | 100.31 | 153.23 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 145 | 0 | 0.91 | 0.39 | 0.07 | 325.67 | 0.86 | 0.51 |
| Hex | ED | 16 | 91 | 0 | 5B | 27 | 7 | 146 | 56 | 33 |
| Octal | 355 | 26 | 221 | 0 | 133 | 47 | 7 | 506 | 126 | 63 |
| Binary | 11101101 | 10110 | 10010001 | 0 | 1011011 | 100111 | 111 | 101000110 | 1010110 | 110011 |
Color Harmonies of #ED1691
Complementary color
Monochromatic Colors of #ED1691
Black with #ED1691
Text Example
Text Example
White with #ED1691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1691; }
p { color: rgb(237,22,145); }
H1.HeaderClassName
{
color: #ED1691;
}
.AnyTagClassName
{
color: #ED1691;
}
</style>
background-color css
<style>
a { background-color: #ED1691; }
a { background-color: rgb(237,22,145); }
div.DivClassName
{
background-color: #ED1691;
}
.BgClassName
{
background-color: #ED1691;
}
</style>
border-color css
<style>
span { border-color: #ED1691; }
span { border-color: rgb(237,22,145); }
td.TdClassName
{
border-color: #ED1691;
}
.TagClassName
{
border-color: #ED1691;
}
</style>