Shades of Deep Pink #ED1796
Tints of Deep Pink #ED1796
RGB
CMYK
RGB Variations
Color information
#ED1796 (or 0xED1796) is known color: Deep Pink. HEX triplet: ED, 17 and 96. RGB value is (237,23,150). Sum of RGB (Red+Green+Blue) = 237+23+150=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1796 is #12E869. Grayscale: #656565. Windows color (decimal): -1239146 or 9836525. OLE color: 9836525.
HSL color Cylindrical-coordinate representation of color #ED1796: hue angle of 324.39º 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 #ED1796 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 150 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.07 |
| HSL | 324.39º | 0.86% | 0.51% | - |
| HSV(B) | 324.39º | 0.9% | 0.93% | - |
| XYZ | 40.74 | 20.82 | 30.73 | - |
| YUV | 101.46 | 155.4 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 150 | 0 | 0.90 | 0.37 | 0.07 | 324.39 | 0.86 | 0.51 |
| Hex | ED | 17 | 96 | 0 | 5A | 25 | 7 | 144 | 56 | 33 |
| Octal | 355 | 27 | 226 | 0 | 132 | 45 | 7 | 504 | 126 | 63 |
| Binary | 11101101 | 10111 | 10010110 | 0 | 1011010 | 100101 | 111 | 101000100 | 1010110 | 110011 |
Color Harmonies of #ED1796
Complementary color
Monochromatic Colors of #ED1796
Black with #ED1796
Text Example
Text Example
White with #ED1796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1796; }
p { color: rgb(237,23,150); }
H1.HeaderClassName
{
color: #ED1796;
}
.AnyTagClassName
{
color: #ED1796;
}
</style>
background-color css
<style>
a { background-color: #ED1796; }
a { background-color: rgb(237,23,150); }
div.DivClassName
{
background-color: #ED1796;
}
.BgClassName
{
background-color: #ED1796;
}
</style>
border-color css
<style>
span { border-color: #ED1796; }
span { border-color: rgb(237,23,150); }
td.TdClassName
{
border-color: #ED1796;
}
.TagClassName
{
border-color: #ED1796;
}
</style>