Shades of Deep Pink #ED2096
Tints of Deep Pink #ED2096
RGB
CMYK
RGB Variations
Color information
#ED2096 (or 0xED2096) is known color: Deep Pink. HEX triplet: ED, 20 and 96. RGB value is (237,32,150). Sum of RGB (Red+Green+Blue) = 237+32+150=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2096 is #12DF69. Grayscale: #6A6A6A. Windows color (decimal): -1236842 or 9838829. OLE color: 9838829.
HSL color Cylindrical-coordinate representation of color #ED2096: hue angle of 325.46º 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 #ED2096 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 150 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.07 |
| HSL | 325.46º | 0.85% | 0.53% | - |
| HSV(B) | 325.46º | 0.86% | 0.93% | - |
| XYZ | 40.95 | 21.24 | 30.8 | - |
| YUV | 106.75 | 152.42 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 150 | 0 | 0.86 | 0.37 | 0.07 | 325.46 | 0.85 | 0.53 |
| Hex | ED | 20 | 96 | 0 | 56 | 25 | 7 | 145 | 55 | 35 |
| Octal | 355 | 40 | 226 | 0 | 126 | 45 | 7 | 505 | 125 | 65 |
| Binary | 11101101 | 100000 | 10010110 | 0 | 1010110 | 100101 | 111 | 101000101 | 1010101 | 110101 |
Color Harmonies of #ED2096
Complementary color
Monochromatic Colors of #ED2096
Black with #ED2096
Text Example
Text Example
White with #ED2096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2096; }
p { color: rgb(237,32,150); }
H1.HeaderClassName
{
color: #ED2096;
}
.AnyTagClassName
{
color: #ED2096;
}
</style>
background-color css
<style>
a { background-color: #ED2096; }
a { background-color: rgb(237,32,150); }
div.DivClassName
{
background-color: #ED2096;
}
.BgClassName
{
background-color: #ED2096;
}
</style>
border-color css
<style>
span { border-color: #ED2096; }
span { border-color: rgb(237,32,150); }
td.TdClassName
{
border-color: #ED2096;
}
.TagClassName
{
border-color: #ED2096;
}
</style>