Shades of Deep Pink #ED1788
Tints of Deep Pink #ED1788
RGB
CMYK
RGB Variations
Color information
#ED1788 (or 0xED1788) is known color: Deep Pink. HEX triplet: ED, 17 and 88. RGB value is (237,23,136). Sum of RGB (Red+Green+Blue) = 237+23+136=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1788 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1788 is #12E877. Grayscale: #636363. Windows color (decimal): -1239160 or 8919021. OLE color: 8919021.
HSL color Cylindrical-coordinate representation of color #ED1788: hue angle of 328.32º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1788 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 136 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.07 |
| HSL | 328.32º | 0.86% | 0.51% | - |
| HSV(B) | 328.32º | 0.9% | 0.93% | - |
| XYZ | 39.68 | 20.39 | 25.14 | - |
| YUV | 99.87 | 148.4 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 136 | 0 | 0.90 | 0.43 | 0.07 | 328.32 | 0.86 | 0.51 |
| Hex | ED | 17 | 88 | 0 | 5A | 2B | 7 | 148 | 56 | 33 |
| Octal | 355 | 27 | 210 | 0 | 132 | 53 | 7 | 510 | 126 | 63 |
| Binary | 11101101 | 10111 | 10001000 | 0 | 1011010 | 101011 | 111 | 101001000 | 1010110 | 110011 |
Color Harmonies of #ED1788
Complementary color
Monochromatic Colors of #ED1788
Black with #ED1788
Text Example
Text Example
White with #ED1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1788; }
p { color: rgb(237,23,136); }
H1.HeaderClassName
{
color: #ED1788;
}
.AnyTagClassName
{
color: #ED1788;
}
</style>
background-color css
<style>
a { background-color: #ED1788; }
a { background-color: rgb(237,23,136); }
div.DivClassName
{
background-color: #ED1788;
}
.BgClassName
{
background-color: #ED1788;
}
</style>
border-color css
<style>
span { border-color: #ED1788; }
span { border-color: rgb(237,23,136); }
td.TdClassName
{
border-color: #ED1788;
}
.TagClassName
{
border-color: #ED1788;
}
</style>