Shades of Flamingo #E56044
Tints of Flamingo #E56044
RGB
CMYK
RGB Variations
Color information
#E56044 (or 0xE56044) is known color: Flamingo. HEX triplet: E5, 60 and 44. RGB value is (229,96,68). Sum of RGB (Red+Green+Blue) = 229+96+68=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E56044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56044 is #1A9FBB. Grayscale: #848484. Windows color (decimal): -1744828 or 4481253. OLE color: 4481253.
HSL color Cylindrical-coordinate representation of color #E56044: hue angle of 10.43º 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 #E56044 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 68 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.10 |
| HSL | 10.43º | 0.76% | 0.58% | - |
| HSV(B) | 10.43º | 0.7% | 0.9% | - |
| XYZ | 37.54 | 25.44 | 8.4 | - |
| YUV | 132.58 | 91.56 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 68 | 0 | 0.58 | 0.70 | 0.10 | 10.43 | 0.76 | 0.58 |
| Hex | E5 | 60 | 44 | 0 | 3A | 46 | A | A | 4C | 3A |
| Octal | 345 | 140 | 104 | 0 | 72 | 106 | 12 | 12 | 114 | 72 |
| Binary | 11100101 | 1100000 | 1000100 | 0 | 111010 | 1000110 | 1010 | 1010 | 1001100 | 111010 |
Color Harmonies of #E56044
Complementary color
Monochromatic Colors of #E56044
Black with #E56044
Text Example
Text Example
White with #E56044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56044; }
p { color: rgb(229,96,68); }
H1.HeaderClassName
{
color: #E56044;
}
.AnyTagClassName
{
color: #E56044;
}
</style>
background-color css
<style>
a { background-color: #E56044; }
a { background-color: rgb(229,96,68); }
div.DivClassName
{
background-color: #E56044;
}
.BgClassName
{
background-color: #E56044;
}
</style>
border-color css
<style>
span { border-color: #E56044; }
span { border-color: rgb(229,96,68); }
td.TdClassName
{
border-color: #E56044;
}
.TagClassName
{
border-color: #E56044;
}
</style>