Shades of Flamingo #E56756
Tints of Flamingo #E56756
RGB
CMYK
RGB Variations
Color information
#E56756 (or 0xE56756) is known color: Flamingo. HEX triplet: E5, 67 and 56. RGB value is (229,103,86). Sum of RGB (Red+Green+Blue) = 229+103+86=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E56756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56756 is #1A98A9. Grayscale: #8A8A8A. Windows color (decimal): -1743018 or 5662693. OLE color: 5662693.
HSL color Cylindrical-coordinate representation of color #E56756: hue angle of 7.13º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E56756 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 86 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.10 |
| HSL | 7.13º | 0.73% | 0.62% | - |
| HSV(B) | 7.13º | 0.62% | 0.9% | - |
| XYZ | 38.84 | 27.03 | 11.97 | - |
| YUV | 138.74 | 98.24 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 86 | 0 | 0.55 | 0.62 | 0.10 | 7.13 | 0.73 | 0.62 |
| Hex | E5 | 67 | 56 | 0 | 37 | 3E | A | 7 | 49 | 3E |
| Octal | 345 | 147 | 126 | 0 | 67 | 76 | 12 | 7 | 111 | 76 |
| Binary | 11100101 | 1100111 | 1010110 | 0 | 110111 | 111110 | 1010 | 111 | 1001001 | 111110 |
Color Harmonies of #E56756
Complementary color
Monochromatic Colors of #E56756
Black with #E56756
Text Example
Text Example
White with #E56756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56756; }
p { color: rgb(229,103,86); }
H1.HeaderClassName
{
color: #E56756;
}
.AnyTagClassName
{
color: #E56756;
}
</style>
background-color css
<style>
a { background-color: #E56756; }
a { background-color: rgb(229,103,86); }
div.DivClassName
{
background-color: #E56756;
}
.BgClassName
{
background-color: #E56756;
}
</style>
border-color css
<style>
span { border-color: #E56756; }
span { border-color: rgb(229,103,86); }
td.TdClassName
{
border-color: #E56756;
}
.TagClassName
{
border-color: #E56756;
}
</style>