Shades of Dark Pink #ED557C
Tints of Dark Pink #ED557C
RGB
CMYK
RGB Variations
Color information
#ED557C (or 0xED557C) is known color: Dark Pink. HEX triplet: ED, 55 and 7C. RGB value is (237,85,124). Sum of RGB (Red+Green+Blue) = 237+85+124=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED557C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED557C is #12AA83. Grayscale: #868686. Windows color (decimal): -1223300 or 8148461. OLE color: 8148461.
HSL color Cylindrical-coordinate representation of color #ED557C: hue angle of 344.61º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED557C is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 124 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.07 |
| HSL | 344.61º | 0.81% | 0.63% | - |
| HSV(B) | 344.61º | 0.64% | 0.93% | - |
| XYZ | 41.81 | 25.96 | 21.88 | - |
| YUV | 134.89 | 121.86 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 124 | 0 | 0.64 | 0.48 | 0.07 | 344.61 | 0.81 | 0.63 |
| Hex | ED | 55 | 7C | 0 | 40 | 30 | 7 | 159 | 51 | 3F |
| Octal | 355 | 125 | 174 | 0 | 100 | 60 | 7 | 531 | 121 | 77 |
| Binary | 11101101 | 1010101 | 1111100 | 0 | 1000000 | 110000 | 111 | 101011001 | 1010001 | 111111 |
Color Harmonies of #ED557C
Complementary color
Monochromatic Colors of #ED557C
Black with #ED557C
Text Example
Text Example
White with #ED557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED557C; }
p { color: rgb(237,85,124); }
H1.HeaderClassName
{
color: #ED557C;
}
.AnyTagClassName
{
color: #ED557C;
}
</style>
background-color css
<style>
a { background-color: #ED557C; }
a { background-color: rgb(237,85,124); }
div.DivClassName
{
background-color: #ED557C;
}
.BgClassName
{
background-color: #ED557C;
}
</style>
border-color css
<style>
span { border-color: #ED557C; }
span { border-color: rgb(237,85,124); }
td.TdClassName
{
border-color: #ED557C;
}
.TagClassName
{
border-color: #ED557C;
}
</style>