Shades of Flamingo #ED5650
Tints of Flamingo #ED5650
RGB
CMYK
RGB Variations
Color information
#ED5650 (or 0xED5650) is known color: Flamingo. HEX triplet: ED, 56 and 50. RGB value is (237,86,80). Sum of RGB (Red+Green+Blue) = 237+86+80=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5650 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5650 is #12A9AF. Grayscale: #828282. Windows color (decimal): -1223088 or 5265133. OLE color: 5265133.
HSL color Cylindrical-coordinate representation of color #ED5650: hue angle of 2.29º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED5650 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 80 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.07 |
| HSL | 2.29º | 0.81% | 0.62% | - |
| HSV(B) | 2.29º | 0.66% | 0.93% | - |
| XYZ | 39.7 | 25.24 | 10.37 | - |
| YUV | 130.47 | 99.53 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 80 | 0 | 0.64 | 0.66 | 0.07 | 2.29 | 0.81 | 0.62 |
| Hex | ED | 56 | 50 | 0 | 40 | 42 | 7 | 2 | 51 | 3E |
| Octal | 355 | 126 | 120 | 0 | 100 | 102 | 7 | 2 | 121 | 76 |
| Binary | 11101101 | 1010110 | 1010000 | 0 | 1000000 | 1000010 | 111 | 10 | 1010001 | 111110 |
Color Harmonies of #ED5650
Complementary color
Monochromatic Colors of #ED5650
Black with #ED5650
Text Example
Text Example
White with #ED5650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5650; }
p { color: rgb(237,86,80); }
H1.HeaderClassName
{
color: #ED5650;
}
.AnyTagClassName
{
color: #ED5650;
}
</style>
background-color css
<style>
a { background-color: #ED5650; }
a { background-color: rgb(237,86,80); }
div.DivClassName
{
background-color: #ED5650;
}
.BgClassName
{
background-color: #ED5650;
}
</style>
border-color css
<style>
span { border-color: #ED5650; }
span { border-color: rgb(237,86,80); }
td.TdClassName
{
border-color: #ED5650;
}
.TagClassName
{
border-color: #ED5650;
}
</style>