Shades of Deep Pink #ED1095
Tints of Deep Pink #ED1095
RGB
CMYK
RGB Variations
Color information
#ED1095 (or 0xED1095) is known color: Deep Pink. HEX triplet: ED, 10 and 95. RGB value is (237,16,149). Sum of RGB (Red+Green+Blue) = 237+16+149=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1095 is #12EF6A. Grayscale: #606060. Windows color (decimal): -1240939 or 9769197. OLE color: 9769197.
HSL color Cylindrical-coordinate representation of color #ED1095: hue angle of 323.89º 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 #ED1095 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 149 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.07 |
| HSL | 323.89º | 0.87% | 0.5% | - |
| HSV(B) | 323.89º | 0.93% | 0.93% | - |
| XYZ | 40.54 | 20.55 | 30.26 | - |
| YUV | 97.24 | 157.22 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 149 | 0 | 0.93 | 0.37 | 0.07 | 323.89 | 0.87 | 0.5 |
| Hex | ED | 10 | 95 | 0 | 5D | 25 | 7 | 144 | 57 | 32 |
| Octal | 355 | 20 | 225 | 0 | 135 | 45 | 7 | 504 | 127 | 62 |
| Binary | 11101101 | 10000 | 10010101 | 0 | 1011101 | 100101 | 111 | 101000100 | 1010111 | 110010 |
Color Harmonies of #ED1095
Complementary color
Monochromatic Colors of #ED1095
Black with #ED1095
Text Example
Text Example
White with #ED1095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1095; }
p { color: rgb(237,16,149); }
H1.HeaderClassName
{
color: #ED1095;
}
.AnyTagClassName
{
color: #ED1095;
}
</style>
background-color css
<style>
a { background-color: #ED1095; }
a { background-color: rgb(237,16,149); }
div.DivClassName
{
background-color: #ED1095;
}
.BgClassName
{
background-color: #ED1095;
}
</style>
border-color css
<style>
span { border-color: #ED1095; }
span { border-color: rgb(237,16,149); }
td.TdClassName
{
border-color: #ED1095;
}
.TagClassName
{
border-color: #ED1095;
}
</style>