Shades of Flamingo #E56747
Tints of Flamingo #E56747
RGB
CMYK
RGB Variations
Color information
#E56747 (or 0xE56747) is known color: Flamingo. HEX triplet: E5, 67 and 47. RGB value is (229,103,71). Sum of RGB (Red+Green+Blue) = 229+103+71=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E56747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56747 is #1A98B8. Grayscale: #898989. Windows color (decimal): -1743033 or 4679653. OLE color: 4679653.
HSL color Cylindrical-coordinate representation of color #E56747: hue angle of 12.15º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E56747 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 71 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.10 |
| HSL | 12.15º | 0.75% | 0.59% | - |
| HSV(B) | 12.15º | 0.69% | 0.9% | - |
| XYZ | 38.3 | 26.81 | 9.12 | - |
| YUV | 137.03 | 90.74 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 71 | 0 | 0.55 | 0.69 | 0.10 | 12.15 | 0.75 | 0.59 |
| Hex | E5 | 67 | 47 | 0 | 37 | 45 | A | C | 4B | 3B |
| Octal | 345 | 147 | 107 | 0 | 67 | 105 | 12 | 14 | 113 | 73 |
| Binary | 11100101 | 1100111 | 1000111 | 0 | 110111 | 1000101 | 1010 | 1100 | 1001011 | 111011 |
Color Harmonies of #E56747
Complementary color
Monochromatic Colors of #E56747
Black with #E56747
Text Example
Text Example
White with #E56747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56747; }
p { color: rgb(229,103,71); }
H1.HeaderClassName
{
color: #E56747;
}
.AnyTagClassName
{
color: #E56747;
}
</style>
background-color css
<style>
a { background-color: #E56747; }
a { background-color: rgb(229,103,71); }
div.DivClassName
{
background-color: #E56747;
}
.BgClassName
{
background-color: #E56747;
}
</style>
border-color css
<style>
span { border-color: #E56747; }
span { border-color: rgb(229,103,71); }
td.TdClassName
{
border-color: #E56747;
}
.TagClassName
{
border-color: #E56747;
}
</style>