Shades of Flamingo #ED5E56
Tints of Flamingo #ED5E56
RGB
CMYK
RGB Variations
Color information
#ED5E56 (or 0xED5E56) is known color: Flamingo. HEX triplet: ED, 5E and 56. RGB value is (237,94,86). Sum of RGB (Red+Green+Blue) = 237+94+86=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5E56 is #12A1A9. Grayscale: #888888. Windows color (decimal): -1221034 or 5660397. OLE color: 5660397.
HSL color Cylindrical-coordinate representation of color #ED5E56: hue angle of 3.18º 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 #ED5E56 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 94 | 86 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.07 |
| HSL | 3.18º | 0.81% | 0.63% | - |
| HSV(B) | 3.18º | 0.64% | 0.93% | - |
| XYZ | 40.61 | 26.68 | 11.81 | - |
| YUV | 135.85 | 99.88 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 94 | 86 | 0 | 0.60 | 0.64 | 0.07 | 3.18 | 0.81 | 0.63 |
| Hex | ED | 5E | 56 | 0 | 3C | 40 | 7 | 3 | 51 | 3F |
| Octal | 355 | 136 | 126 | 0 | 74 | 100 | 7 | 3 | 121 | 77 |
| Binary | 11101101 | 1011110 | 1010110 | 0 | 111100 | 1000000 | 111 | 11 | 1010001 | 111111 |
Color Harmonies of #ED5E56
Complementary color
Monochromatic Colors of #ED5E56
Black with #ED5E56
Text Example
Text Example
White with #ED5E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5E56; }
p { color: rgb(237,94,86); }
H1.HeaderClassName
{
color: #ED5E56;
}
.AnyTagClassName
{
color: #ED5E56;
}
</style>
background-color css
<style>
a { background-color: #ED5E56; }
a { background-color: rgb(237,94,86); }
div.DivClassName
{
background-color: #ED5E56;
}
.BgClassName
{
background-color: #ED5E56;
}
</style>
border-color css
<style>
span { border-color: #ED5E56; }
span { border-color: rgb(237,94,86); }
td.TdClassName
{
border-color: #ED5E56;
}
.TagClassName
{
border-color: #ED5E56;
}
</style>