Shades of Dark Pink #ED557E
Tints of Dark Pink #ED557E
RGB
CMYK
RGB Variations
Color information
#ED557E (or 0xED557E) is known color: Dark Pink. HEX triplet: ED, 55 and 7E. RGB value is (237,85,126). Sum of RGB (Red+Green+Blue) = 237+85+126=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED557E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED557E is #12AA81. Grayscale: #878787. Windows color (decimal): -1223298 or 8279533. OLE color: 8279533.
HSL color Cylindrical-coordinate representation of color #ED557E: hue angle of 343.82º 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 #ED557E is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 126 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.07 |
| HSL | 343.82º | 0.81% | 0.63% | - |
| HSV(B) | 343.82º | 0.64% | 0.93% | - |
| XYZ | 41.94 | 26.01 | 22.55 | - |
| YUV | 135.12 | 122.86 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 126 | 0 | 0.64 | 0.47 | 0.07 | 343.82 | 0.81 | 0.63 |
| Hex | ED | 55 | 7E | 0 | 40 | 2F | 7 | 158 | 51 | 3F |
| Octal | 355 | 125 | 176 | 0 | 100 | 57 | 7 | 530 | 121 | 77 |
| Binary | 11101101 | 1010101 | 1111110 | 0 | 1000000 | 101111 | 111 | 101011000 | 1010001 | 111111 |
Color Harmonies of #ED557E
Complementary color
Monochromatic Colors of #ED557E
Black with #ED557E
Text Example
Text Example
White with #ED557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED557E; }
p { color: rgb(237,85,126); }
H1.HeaderClassName
{
color: #ED557E;
}
.AnyTagClassName
{
color: #ED557E;
}
</style>
background-color css
<style>
a { background-color: #ED557E; }
a { background-color: rgb(237,85,126); }
div.DivClassName
{
background-color: #ED557E;
}
.BgClassName
{
background-color: #ED557E;
}
</style>
border-color css
<style>
span { border-color: #ED557E; }
span { border-color: rgb(237,85,126); }
td.TdClassName
{
border-color: #ED557E;
}
.TagClassName
{
border-color: #ED557E;
}
</style>