Shades of Flamingo #E56A4E
Tints of Flamingo #E56A4E
RGB
CMYK
RGB Variations
Color information
#E56A4E (or 0xE56A4E) is known color: Flamingo. HEX triplet: E5, 6A and 4E. RGB value is (229,106,78). Sum of RGB (Red+Green+Blue) = 229+106+78=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56A4E is #1A95B1. Grayscale: #8B8B8B. Windows color (decimal): -1742258 or 5139173. OLE color: 5139173.
HSL color Cylindrical-coordinate representation of color #E56A4E: hue angle of 11.13º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E56A4E is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 78 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.10 |
| HSL | 11.13º | 0.74% | 0.6% | - |
| HSV(B) | 11.13º | 0.66% | 0.9% | - |
| XYZ | 38.84 | 27.52 | 10.47 | - |
| YUV | 139.59 | 93.25 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 78 | 0 | 0.54 | 0.66 | 0.10 | 11.13 | 0.74 | 0.6 |
| Hex | E5 | 6A | 4E | 0 | 36 | 42 | A | B | 4A | 3C |
| Octal | 345 | 152 | 116 | 0 | 66 | 102 | 12 | 13 | 112 | 74 |
| Binary | 11100101 | 1101010 | 1001110 | 0 | 110110 | 1000010 | 1010 | 1011 | 1001010 | 111100 |
Color Harmonies of #E56A4E
Complementary color
Monochromatic Colors of #E56A4E
Black with #E56A4E
Text Example
Text Example
White with #E56A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56A4E; }
p { color: rgb(229,106,78); }
H1.HeaderClassName
{
color: #E56A4E;
}
.AnyTagClassName
{
color: #E56A4E;
}
</style>
background-color css
<style>
a { background-color: #E56A4E; }
a { background-color: rgb(229,106,78); }
div.DivClassName
{
background-color: #E56A4E;
}
.BgClassName
{
background-color: #E56A4E;
}
</style>
border-color css
<style>
span { border-color: #E56A4E; }
span { border-color: rgb(229,106,78); }
td.TdClassName
{
border-color: #E56A4E;
}
.TagClassName
{
border-color: #E56A4E;
}
</style>