Shades of Flamingo #ED6556
Tints of Flamingo #ED6556
RGB
CMYK
RGB Variations
Color information
#ED6556 (or 0xED6556) is known color: Flamingo. HEX triplet: ED, 65 and 56. RGB value is (237,101,86). Sum of RGB (Red+Green+Blue) = 237+101+86=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6556 is #129AA9. Grayscale: #8C8C8C. Windows color (decimal): -1219242 or 5662189. OLE color: 5662189.
HSL color Cylindrical-coordinate representation of color #ED6556: hue angle of 5.96º 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 #ED6556 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 86 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.07 |
| HSL | 5.96º | 0.81% | 0.63% | - |
| HSV(B) | 5.96º | 0.64% | 0.93% | - |
| XYZ | 41.26 | 27.98 | 12.03 | - |
| YUV | 139.95 | 97.56 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 86 | 0 | 0.57 | 0.64 | 0.07 | 5.96 | 0.81 | 0.63 |
| Hex | ED | 65 | 56 | 0 | 39 | 40 | 7 | 6 | 51 | 3F |
| Octal | 355 | 145 | 126 | 0 | 71 | 100 | 7 | 6 | 121 | 77 |
| Binary | 11101101 | 1100101 | 1010110 | 0 | 111001 | 1000000 | 111 | 110 | 1010001 | 111111 |
Color Harmonies of #ED6556
Complementary color
Monochromatic Colors of #ED6556
Black with #ED6556
Text Example
Text Example
White with #ED6556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6556; }
p { color: rgb(237,101,86); }
H1.HeaderClassName
{
color: #ED6556;
}
.AnyTagClassName
{
color: #ED6556;
}
</style>
background-color css
<style>
a { background-color: #ED6556; }
a { background-color: rgb(237,101,86); }
div.DivClassName
{
background-color: #ED6556;
}
.BgClassName
{
background-color: #ED6556;
}
</style>
border-color css
<style>
span { border-color: #ED6556; }
span { border-color: rgb(237,101,86); }
td.TdClassName
{
border-color: #ED6556;
}
.TagClassName
{
border-color: #ED6556;
}
</style>