Shades of Dark Pink #ED557A
Tints of Dark Pink #ED557A
RGB
CMYK
RGB Variations
Color information
#ED557A (or 0xED557A) is known color: Dark Pink. HEX triplet: ED, 55 and 7A. RGB value is (237,85,122). Sum of RGB (Red+Green+Blue) = 237+85+122=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED557A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED557A is #12AA85. Grayscale: #868686. Windows color (decimal): -1223302 or 8017389. OLE color: 8017389.
HSL color Cylindrical-coordinate representation of color #ED557A: hue angle of 345.39º 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 #ED557A is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 122 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.07 |
| HSL | 345.39º | 0.81% | 0.63% | - |
| HSV(B) | 345.39º | 0.64% | 0.93% | - |
| XYZ | 41.69 | 25.91 | 21.22 | - |
| YUV | 134.67 | 120.86 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 122 | 0 | 0.64 | 0.49 | 0.07 | 345.39 | 0.81 | 0.63 |
| Hex | ED | 55 | 7A | 0 | 40 | 31 | 7 | 159 | 51 | 3F |
| Octal | 355 | 125 | 172 | 0 | 100 | 61 | 7 | 531 | 121 | 77 |
| Binary | 11101101 | 1010101 | 1111010 | 0 | 1000000 | 110001 | 111 | 101011001 | 1010001 | 111111 |
Color Harmonies of #ED557A
Complementary color
Monochromatic Colors of #ED557A
Black with #ED557A
Text Example
Text Example
White with #ED557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED557A; }
p { color: rgb(237,85,122); }
H1.HeaderClassName
{
color: #ED557A;
}
.AnyTagClassName
{
color: #ED557A;
}
</style>
background-color css
<style>
a { background-color: #ED557A; }
a { background-color: rgb(237,85,122); }
div.DivClassName
{
background-color: #ED557A;
}
.BgClassName
{
background-color: #ED557A;
}
</style>
border-color css
<style>
span { border-color: #ED557A; }
span { border-color: rgb(237,85,122); }
td.TdClassName
{
border-color: #ED557A;
}
.TagClassName
{
border-color: #ED557A;
}
</style>