Shades of Flamingo #ED5957
Tints of Flamingo #ED5957
RGB
CMYK
RGB Variations
Color information
#ED5957 (or 0xED5957) is known color: Flamingo. HEX triplet: ED, 59 and 57. RGB value is (237,89,87). Sum of RGB (Red+Green+Blue) = 237+89+87=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5957 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5957 is #12A6A8. Grayscale: #858585. Windows color (decimal): -1222313 or 5724653. OLE color: 5724653.
HSL color Cylindrical-coordinate representation of color #ED5957: hue angle of 0.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED5957 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 87 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.07 |
| HSL | 0.8º | 0.81% | 0.64% | - |
| HSV(B) | 0.8º | 0.63% | 0.93% | - |
| XYZ | 40.22 | 25.84 | 11.88 | - |
| YUV | 133.02 | 102.03 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 87 | 0 | 0.62 | 0.63 | 0.07 | 0.8 | 0.81 | 0.64 |
| Hex | ED | 59 | 57 | 0 | 3E | 3F | 7 | 1 | 51 | 40 |
| Octal | 355 | 131 | 127 | 0 | 76 | 77 | 7 | 1 | 121 | 100 |
| Binary | 11101101 | 1011001 | 1010111 | 0 | 111110 | 111111 | 111 | 1 | 1010001 | 1000000 |
Color Harmonies of #ED5957
Complementary color
Monochromatic Colors of #ED5957
Black with #ED5957
Text Example
Text Example
White with #ED5957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5957; }
p { color: rgb(237,89,87); }
H1.HeaderClassName
{
color: #ED5957;
}
.AnyTagClassName
{
color: #ED5957;
}
</style>
background-color css
<style>
a { background-color: #ED5957; }
a { background-color: rgb(237,89,87); }
div.DivClassName
{
background-color: #ED5957;
}
.BgClassName
{
background-color: #ED5957;
}
</style>
border-color css
<style>
span { border-color: #ED5957; }
span { border-color: rgb(237,89,87); }
td.TdClassName
{
border-color: #ED5957;
}
.TagClassName
{
border-color: #ED5957;
}
</style>