Shades of Flamingo #ED5E57
Tints of Flamingo #ED5E57
RGB
CMYK
RGB Variations
Color information
#ED5E57 (or 0xED5E57) is known color: Flamingo. HEX triplet: ED, 5E and 57. RGB value is (237,94,87). Sum of RGB (Red+Green+Blue) = 237+94+87=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5E57 is #12A1A8. Grayscale: #888888. Windows color (decimal): -1221033 or 5725933. OLE color: 5725933.
HSL color Cylindrical-coordinate representation of color #ED5E57: hue angle of 2.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 #ED5E57 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 94 | 87 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.07 |
| HSL | 2.8º | 0.81% | 0.64% | - |
| HSV(B) | 2.8º | 0.63% | 0.93% | - |
| XYZ | 40.65 | 26.7 | 12.03 | - |
| YUV | 135.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 94 | 87 | 0 | 0.60 | 0.63 | 0.07 | 2.8 | 0.81 | 0.64 |
| Hex | ED | 5E | 57 | 0 | 3C | 3F | 7 | 3 | 51 | 40 |
| Octal | 355 | 136 | 127 | 0 | 74 | 77 | 7 | 3 | 121 | 100 |
| Binary | 11101101 | 1011110 | 1010111 | 0 | 111100 | 111111 | 111 | 11 | 1010001 | 1000000 |
Color Harmonies of #ED5E57
Complementary color
Monochromatic Colors of #ED5E57
Black with #ED5E57
Text Example
Text Example
White with #ED5E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5E57; }
p { color: rgb(237,94,87); }
H1.HeaderClassName
{
color: #ED5E57;
}
.AnyTagClassName
{
color: #ED5E57;
}
</style>
background-color css
<style>
a { background-color: #ED5E57; }
a { background-color: rgb(237,94,87); }
div.DivClassName
{
background-color: #ED5E57;
}
.BgClassName
{
background-color: #ED5E57;
}
</style>
border-color css
<style>
span { border-color: #ED5E57; }
span { border-color: rgb(237,94,87); }
td.TdClassName
{
border-color: #ED5E57;
}
.TagClassName
{
border-color: #ED5E57;
}
</style>