Shades of Deep Pink #ED168E
Tints of Deep Pink #ED168E
RGB
CMYK
RGB Variations
Color information
#ED168E (or 0xED168E) is known color: Deep Pink. HEX triplet: ED, 16 and 8E. RGB value is (237,22,142). Sum of RGB (Red+Green+Blue) = 237+22+142=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED168E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED168E is #12E971. Grayscale: #636363. Windows color (decimal): -1239410 or 9311981. OLE color: 9311981.
HSL color Cylindrical-coordinate representation of color #ED168E: hue angle of 326.51º 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 #ED168E is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 142 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.07 |
| HSL | 326.51º | 0.86% | 0.51% | - |
| HSV(B) | 326.51º | 0.91% | 0.93% | - |
| XYZ | 40.09 | 20.53 | 27.44 | - |
| YUV | 99.97 | 151.73 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 142 | 0 | 0.91 | 0.40 | 0.07 | 326.51 | 0.86 | 0.51 |
| Hex | ED | 16 | 8E | 0 | 5B | 28 | 7 | 147 | 56 | 33 |
| Octal | 355 | 26 | 216 | 0 | 133 | 50 | 7 | 507 | 126 | 63 |
| Binary | 11101101 | 10110 | 10001110 | 0 | 1011011 | 101000 | 111 | 101000111 | 1010110 | 110011 |
Color Harmonies of #ED168E
Complementary color
Monochromatic Colors of #ED168E
Black with #ED168E
Text Example
Text Example
White with #ED168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED168E; }
p { color: rgb(237,22,142); }
H1.HeaderClassName
{
color: #ED168E;
}
.AnyTagClassName
{
color: #ED168E;
}
</style>
background-color css
<style>
a { background-color: #ED168E; }
a { background-color: rgb(237,22,142); }
div.DivClassName
{
background-color: #ED168E;
}
.BgClassName
{
background-color: #ED168E;
}
</style>
border-color css
<style>
span { border-color: #ED168E; }
span { border-color: rgb(237,22,142); }
td.TdClassName
{
border-color: #ED168E;
}
.TagClassName
{
border-color: #ED168E;
}
</style>