Shades of Deep Pink #ED187C
Tints of Deep Pink #ED187C
RGB
CMYK
RGB Variations
Color information
#ED187C (or 0xED187C) is known color: Deep Pink. HEX triplet: ED, 18 and 7C. RGB value is (237,24,124). Sum of RGB (Red+Green+Blue) = 237+24+124=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED187C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED187C is #12E783. Grayscale: #626262. Windows color (decimal): -1238916 or 8132845. OLE color: 8132845.
HSL color Cylindrical-coordinate representation of color #ED187C: hue angle of 331.83º 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 #ED187C is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 124 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.07 |
| HSL | 331.83º | 0.86% | 0.51% | - |
| HSV(B) | 331.83º | 0.9% | 0.93% | - |
| XYZ | 38.89 | 20.11 | 20.9 | - |
| YUV | 99.09 | 142.07 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 124 | 0 | 0.90 | 0.48 | 0.07 | 331.83 | 0.86 | 0.51 |
| Hex | ED | 18 | 7C | 0 | 5A | 30 | 7 | 14C | 56 | 33 |
| Octal | 355 | 30 | 174 | 0 | 132 | 60 | 7 | 514 | 126 | 63 |
| Binary | 11101101 | 11000 | 1111100 | 0 | 1011010 | 110000 | 111 | 101001100 | 1010110 | 110011 |
Color Harmonies of #ED187C
Complementary color
Monochromatic Colors of #ED187C
Black with #ED187C
Text Example
Text Example
White with #ED187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED187C; }
p { color: rgb(237,24,124); }
H1.HeaderClassName
{
color: #ED187C;
}
.AnyTagClassName
{
color: #ED187C;
}
</style>
background-color css
<style>
a { background-color: #ED187C; }
a { background-color: rgb(237,24,124); }
div.DivClassName
{
background-color: #ED187C;
}
.BgClassName
{
background-color: #ED187C;
}
</style>
border-color css
<style>
span { border-color: #ED187C; }
span { border-color: rgb(237,24,124); }
td.TdClassName
{
border-color: #ED187C;
}
.TagClassName
{
border-color: #ED187C;
}
</style>