Shades of Deep Pink #ED197C
Tints of Deep Pink #ED197C
RGB
CMYK
RGB Variations
Color information
#ED197C (or 0xED197C) is known color: Deep Pink. HEX triplet: ED, 19 and 7C. RGB value is (237,25,124). Sum of RGB (Red+Green+Blue) = 237+25+124=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED197C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED197C is #12E683. Grayscale: #636363. Windows color (decimal): -1238660 or 8133101. OLE color: 8133101.
HSL color Cylindrical-coordinate representation of color #ED197C: hue angle of 331.98º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED197C is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 124 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.07 |
| HSL | 331.98º | 0.85% | 0.51% | - |
| HSV(B) | 331.98º | 0.89% | 0.93% | - |
| XYZ | 38.91 | 20.16 | 20.91 | - |
| YUV | 99.67 | 141.74 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 124 | 0 | 0.89 | 0.48 | 0.07 | 331.98 | 0.85 | 0.51 |
| Hex | ED | 19 | 7C | 0 | 59 | 30 | 7 | 14C | 55 | 33 |
| Octal | 355 | 31 | 174 | 0 | 131 | 60 | 7 | 514 | 125 | 63 |
| Binary | 11101101 | 11001 | 1111100 | 0 | 1011001 | 110000 | 111 | 101001100 | 1010101 | 110011 |
Color Harmonies of #ED197C
Complementary color
Monochromatic Colors of #ED197C
Black with #ED197C
Text Example
Text Example
White with #ED197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED197C; }
p { color: rgb(237,25,124); }
H1.HeaderClassName
{
color: #ED197C;
}
.AnyTagClassName
{
color: #ED197C;
}
</style>
background-color css
<style>
a { background-color: #ED197C; }
a { background-color: rgb(237,25,124); }
div.DivClassName
{
background-color: #ED197C;
}
.BgClassName
{
background-color: #ED197C;
}
</style>
border-color css
<style>
span { border-color: #ED197C; }
span { border-color: rgb(237,25,124); }
td.TdClassName
{
border-color: #ED197C;
}
.TagClassName
{
border-color: #ED197C;
}
</style>