Shades of Deep Pink #ED188D
Tints of Deep Pink #ED188D
RGB
CMYK
RGB Variations
Color information
#ED188D (or 0xED188D) is known color: Deep Pink. HEX triplet: ED, 18 and 8D. RGB value is (237,24,141). Sum of RGB (Red+Green+Blue) = 237+24+141=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED188D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED188D is #12E772. Grayscale: #646464. Windows color (decimal): -1238899 or 9246957. OLE color: 9246957.
HSL color Cylindrical-coordinate representation of color #ED188D: hue angle of 327.04º 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 #ED188D is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 141 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.07 |
| HSL | 327.04º | 0.86% | 0.51% | - |
| HSV(B) | 327.04º | 0.9% | 0.93% | - |
| XYZ | 40.06 | 20.58 | 27.06 | - |
| YUV | 101.03 | 150.57 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 141 | 0 | 0.90 | 0.41 | 0.07 | 327.04 | 0.86 | 0.51 |
| Hex | ED | 18 | 8D | 0 | 5A | 29 | 7 | 147 | 56 | 33 |
| Octal | 355 | 30 | 215 | 0 | 132 | 51 | 7 | 507 | 126 | 63 |
| Binary | 11101101 | 11000 | 10001101 | 0 | 1011010 | 101001 | 111 | 101000111 | 1010110 | 110011 |
Color Harmonies of #ED188D
Complementary color
Monochromatic Colors of #ED188D
Black with #ED188D
Text Example
Text Example
White with #ED188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED188D; }
p { color: rgb(237,24,141); }
H1.HeaderClassName
{
color: #ED188D;
}
.AnyTagClassName
{
color: #ED188D;
}
</style>
background-color css
<style>
a { background-color: #ED188D; }
a { background-color: rgb(237,24,141); }
div.DivClassName
{
background-color: #ED188D;
}
.BgClassName
{
background-color: #ED188D;
}
</style>
border-color css
<style>
span { border-color: #ED188D; }
span { border-color: rgb(237,24,141); }
td.TdClassName
{
border-color: #ED188D;
}
.TagClassName
{
border-color: #ED188D;
}
</style>