Shades of Deep Pink #ED1688
Tints of Deep Pink #ED1688
RGB
CMYK
RGB Variations
Color information
#ED1688 (or 0xED1688) is known color: Deep Pink. HEX triplet: ED, 16 and 88. RGB value is (237,22,136). Sum of RGB (Red+Green+Blue) = 237+22+136=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1688 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1688 is #12E977. Grayscale: #636363. Windows color (decimal): -1239416 or 8918765. OLE color: 8918765.
HSL color Cylindrical-coordinate representation of color #ED1688: hue angle of 328.19º 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 #ED1688 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 136 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.07 |
| HSL | 328.19º | 0.86% | 0.51% | - |
| HSV(B) | 328.19º | 0.91% | 0.93% | - |
| XYZ | 39.66 | 20.36 | 25.13 | - |
| YUV | 99.28 | 148.73 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 136 | 0 | 0.91 | 0.43 | 0.07 | 328.19 | 0.86 | 0.51 |
| Hex | ED | 16 | 88 | 0 | 5B | 2B | 7 | 148 | 56 | 33 |
| Octal | 355 | 26 | 210 | 0 | 133 | 53 | 7 | 510 | 126 | 63 |
| Binary | 11101101 | 10110 | 10001000 | 0 | 1011011 | 101011 | 111 | 101001000 | 1010110 | 110011 |
Color Harmonies of #ED1688
Complementary color
Monochromatic Colors of #ED1688
Black with #ED1688
Text Example
Text Example
White with #ED1688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1688; }
p { color: rgb(237,22,136); }
H1.HeaderClassName
{
color: #ED1688;
}
.AnyTagClassName
{
color: #ED1688;
}
</style>
background-color css
<style>
a { background-color: #ED1688; }
a { background-color: rgb(237,22,136); }
div.DivClassName
{
background-color: #ED1688;
}
.BgClassName
{
background-color: #ED1688;
}
</style>
border-color css
<style>
span { border-color: #ED1688; }
span { border-color: rgb(237,22,136); }
td.TdClassName
{
border-color: #ED1688;
}
.TagClassName
{
border-color: #ED1688;
}
</style>