Shades of Deep Pink #ED169E
Tints of Deep Pink #ED169E
RGB
CMYK
RGB Variations
Color information
#ED169E (or 0xED169E) is known color: Deep Pink. HEX triplet: ED, 16 and 9E. RGB value is (237,22,158). Sum of RGB (Red+Green+Blue) = 237+22+158=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED169E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED169E is #12E961. Grayscale: #656565. Windows color (decimal): -1239394 or 10360557. OLE color: 10360557.
HSL color Cylindrical-coordinate representation of color #ED169E: hue angle of 322.05º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED169E is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 158 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.07 |
| HSL | 322.05º | 0.86% | 0.51% | - |
| HSV(B) | 322.05º | 0.91% | 0.93% | - |
| XYZ | 41.38 | 21.05 | 34.23 | - |
| YUV | 101.79 | 159.73 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 158 | 0 | 0.91 | 0.33 | 0.07 | 322.05 | 0.86 | 0.51 |
| Hex | ED | 16 | 9E | 0 | 5B | 21 | 7 | 142 | 56 | 33 |
| Octal | 355 | 26 | 236 | 0 | 133 | 41 | 7 | 502 | 126 | 63 |
| Binary | 11101101 | 10110 | 10011110 | 0 | 1011011 | 100001 | 111 | 101000010 | 1010110 | 110011 |
Color Harmonies of #ED169E
Complementary color
Monochromatic Colors of #ED169E
Black with #ED169E
Text Example
Text Example
White with #ED169E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED169E; }
p { color: rgb(237,22,158); }
H1.HeaderClassName
{
color: #ED169E;
}
.AnyTagClassName
{
color: #ED169E;
}
</style>
background-color css
<style>
a { background-color: #ED169E; }
a { background-color: rgb(237,22,158); }
div.DivClassName
{
background-color: #ED169E;
}
.BgClassName
{
background-color: #ED169E;
}
</style>
border-color css
<style>
span { border-color: #ED169E; }
span { border-color: rgb(237,22,158); }
td.TdClassName
{
border-color: #ED169E;
}
.TagClassName
{
border-color: #ED169E;
}
</style>