Shades of Flamingo #E56944
Tints of Flamingo #E56944
RGB
CMYK
RGB Variations
Color information
#E56944 (or 0xE56944) is known color: Flamingo. HEX triplet: E5, 69 and 44. RGB value is (229,105,68). Sum of RGB (Red+Green+Blue) = 229+105+68=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E56944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56944 is #1A96BB. Grayscale: #8A8A8A. Windows color (decimal): -1742524 or 4483557. OLE color: 4483557.
HSL color Cylindrical-coordinate representation of color #E56944: hue angle of 13.79º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E56944 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 68 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.10 |
| HSL | 13.79º | 0.76% | 0.58% | - |
| HSV(B) | 13.79º | 0.7% | 0.9% | - |
| XYZ | 38.41 | 27.18 | 8.69 | - |
| YUV | 137.86 | 88.58 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 68 | 0 | 0.54 | 0.70 | 0.10 | 13.79 | 0.76 | 0.58 |
| Hex | E5 | 69 | 44 | 0 | 36 | 46 | A | E | 4C | 3A |
| Octal | 345 | 151 | 104 | 0 | 66 | 106 | 12 | 16 | 114 | 72 |
| Binary | 11100101 | 1101001 | 1000100 | 0 | 110110 | 1000110 | 1010 | 1110 | 1001100 | 111010 |
Color Harmonies of #E56944
Complementary color
Monochromatic Colors of #E56944
Black with #E56944
Text Example
Text Example
White with #E56944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56944; }
p { color: rgb(229,105,68); }
H1.HeaderClassName
{
color: #E56944;
}
.AnyTagClassName
{
color: #E56944;
}
</style>
background-color css
<style>
a { background-color: #E56944; }
a { background-color: rgb(229,105,68); }
div.DivClassName
{
background-color: #E56944;
}
.BgClassName
{
background-color: #E56944;
}
</style>
border-color css
<style>
span { border-color: #E56944; }
span { border-color: rgb(229,105,68); }
td.TdClassName
{
border-color: #E56944;
}
.TagClassName
{
border-color: #E56944;
}
</style>