Shades of Dark Pink #ED557F
Tints of Dark Pink #ED557F
RGB
CMYK
RGB Variations
Color information
#ED557F (or 0xED557F) is known color: Dark Pink. HEX triplet: ED, 55 and 7F. RGB value is (237,85,127). Sum of RGB (Red+Green+Blue) = 237+85+127=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED557F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED557F is #12AA80. Grayscale: #878787. Windows color (decimal): -1223297 or 8345069. OLE color: 8345069.
HSL color Cylindrical-coordinate representation of color #ED557F: hue angle of 343.42º 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 #ED557F is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 127 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.07 |
| HSL | 343.42º | 0.81% | 0.63% | - |
| HSV(B) | 343.42º | 0.64% | 0.93% | - |
| XYZ | 42 | 26.03 | 22.89 | - |
| YUV | 135.24 | 123.36 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 127 | 0 | 0.64 | 0.46 | 0.07 | 343.42 | 0.81 | 0.63 |
| Hex | ED | 55 | 7F | 0 | 40 | 2E | 7 | 157 | 51 | 3F |
| Octal | 355 | 125 | 177 | 0 | 100 | 56 | 7 | 527 | 121 | 77 |
| Binary | 11101101 | 1010101 | 1111111 | 0 | 1000000 | 101110 | 111 | 101010111 | 1010001 | 111111 |
Color Harmonies of #ED557F
Complementary color
Monochromatic Colors of #ED557F
Black with #ED557F
Text Example
Text Example
White with #ED557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED557F; }
p { color: rgb(237,85,127); }
H1.HeaderClassName
{
color: #ED557F;
}
.AnyTagClassName
{
color: #ED557F;
}
</style>
background-color css
<style>
a { background-color: #ED557F; }
a { background-color: rgb(237,85,127); }
div.DivClassName
{
background-color: #ED557F;
}
.BgClassName
{
background-color: #ED557F;
}
</style>
border-color css
<style>
span { border-color: #ED557F; }
span { border-color: rgb(237,85,127); }
td.TdClassName
{
border-color: #ED557F;
}
.TagClassName
{
border-color: #ED557F;
}
</style>