Shades of Deep Pink #ED1199
Tints of Deep Pink #ED1199
RGB
CMYK
RGB Variations
Color information
#ED1199 (or 0xED1199) is known color: Deep Pink. HEX triplet: ED, 11 and 99. RGB value is (237,17,153). Sum of RGB (Red+Green+Blue) = 237+17+153=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1199 is #12EE66. Grayscale: #616161. Windows color (decimal): -1240679 or 10031597. OLE color: 10031597.
HSL color Cylindrical-coordinate representation of color #ED1199: hue angle of 322.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1199 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 153 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.07 |
| HSL | 322.91º | 0.87% | 0.5% | - |
| HSV(B) | 322.91º | 0.93% | 0.93% | - |
| XYZ | 40.88 | 20.71 | 31.98 | - |
| YUV | 98.28 | 158.89 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 153 | 0 | 0.93 | 0.35 | 0.07 | 322.91 | 0.87 | 0.5 |
| Hex | ED | 11 | 99 | 0 | 5D | 23 | 7 | 143 | 57 | 32 |
| Octal | 355 | 21 | 231 | 0 | 135 | 43 | 7 | 503 | 127 | 62 |
| Binary | 11101101 | 10001 | 10011001 | 0 | 1011101 | 100011 | 111 | 101000011 | 1010111 | 110010 |
Color Harmonies of #ED1199
Complementary color
Monochromatic Colors of #ED1199
Black with #ED1199
Text Example
Text Example
White with #ED1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1199; }
p { color: rgb(237,17,153); }
H1.HeaderClassName
{
color: #ED1199;
}
.AnyTagClassName
{
color: #ED1199;
}
</style>
background-color css
<style>
a { background-color: #ED1199; }
a { background-color: rgb(237,17,153); }
div.DivClassName
{
background-color: #ED1199;
}
.BgClassName
{
background-color: #ED1199;
}
</style>
border-color css
<style>
span { border-color: #ED1199; }
span { border-color: rgb(237,17,153); }
td.TdClassName
{
border-color: #ED1199;
}
.TagClassName
{
border-color: #ED1199;
}
</style>