Shades of Deep Pink #ED167E
Tints of Deep Pink #ED167E
RGB
CMYK
RGB Variations
Color information
#ED167E (or 0xED167E) is known color: Deep Pink. HEX triplet: ED, 16 and 7E. RGB value is (237,22,126). Sum of RGB (Red+Green+Blue) = 237+22+126=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED167E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED167E is #12E981. Grayscale: #616161. Windows color (decimal): -1239426 or 8263405. OLE color: 8263405.
HSL color Cylindrical-coordinate representation of color #ED167E: hue angle of 330.98º 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 #ED167E is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 126 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.07 |
| HSL | 330.98º | 0.86% | 0.51% | - |
| HSV(B) | 330.98º | 0.91% | 0.93% | - |
| XYZ | 38.98 | 20.08 | 21.56 | - |
| YUV | 98.14 | 143.73 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 126 | 0 | 0.91 | 0.47 | 0.07 | 330.98 | 0.86 | 0.51 |
| Hex | ED | 16 | 7E | 0 | 5B | 2F | 7 | 14B | 56 | 33 |
| Octal | 355 | 26 | 176 | 0 | 133 | 57 | 7 | 513 | 126 | 63 |
| Binary | 11101101 | 10110 | 1111110 | 0 | 1011011 | 101111 | 111 | 101001011 | 1010110 | 110011 |
Color Harmonies of #ED167E
Complementary color
Monochromatic Colors of #ED167E
Black with #ED167E
Text Example
Text Example
White with #ED167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED167E; }
p { color: rgb(237,22,126); }
H1.HeaderClassName
{
color: #ED167E;
}
.AnyTagClassName
{
color: #ED167E;
}
</style>
background-color css
<style>
a { background-color: #ED167E; }
a { background-color: rgb(237,22,126); }
div.DivClassName
{
background-color: #ED167E;
}
.BgClassName
{
background-color: #ED167E;
}
</style>
border-color css
<style>
span { border-color: #ED167E; }
span { border-color: rgb(237,22,126); }
td.TdClassName
{
border-color: #ED167E;
}
.TagClassName
{
border-color: #ED167E;
}
</style>