Shades of Deep Pink #ED1097
Tints of Deep Pink #ED1097
RGB
CMYK
RGB Variations
Color information
#ED1097 (or 0xED1097) is known color: Deep Pink. HEX triplet: ED, 10 and 97. RGB value is (237,16,151). Sum of RGB (Red+Green+Blue) = 237+16+151=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1097 is #12EF68. Grayscale: #616161. Windows color (decimal): -1240937 or 9900269. OLE color: 9900269.
HSL color Cylindrical-coordinate representation of color #ED1097: hue angle of 323.35º 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 #ED1097 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 151 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.07 |
| HSL | 323.35º | 0.87% | 0.5% | - |
| HSV(B) | 323.35º | 0.93% | 0.93% | - |
| XYZ | 40.7 | 20.61 | 31.11 | - |
| YUV | 97.47 | 158.22 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 151 | 0 | 0.93 | 0.36 | 0.07 | 323.35 | 0.87 | 0.5 |
| Hex | ED | 10 | 97 | 0 | 5D | 24 | 7 | 143 | 57 | 32 |
| Octal | 355 | 20 | 227 | 0 | 135 | 44 | 7 | 503 | 127 | 62 |
| Binary | 11101101 | 10000 | 10010111 | 0 | 1011101 | 100100 | 111 | 101000011 | 1010111 | 110010 |
Color Harmonies of #ED1097
Complementary color
Monochromatic Colors of #ED1097
Black with #ED1097
Text Example
Text Example
White with #ED1097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1097; }
p { color: rgb(237,16,151); }
H1.HeaderClassName
{
color: #ED1097;
}
.AnyTagClassName
{
color: #ED1097;
}
</style>
background-color css
<style>
a { background-color: #ED1097; }
a { background-color: rgb(237,16,151); }
div.DivClassName
{
background-color: #ED1097;
}
.BgClassName
{
background-color: #ED1097;
}
</style>
border-color css
<style>
span { border-color: #ED1097; }
span { border-color: rgb(237,16,151); }
td.TdClassName
{
border-color: #ED1097;
}
.TagClassName
{
border-color: #ED1097;
}
</style>