Shades of Flamingo #E56745
Tints of Flamingo #E56745
RGB
CMYK
RGB Variations
Color information
#E56745 (or 0xE56745) is known color: Flamingo. HEX triplet: E5, 67 and 45. RGB value is (229,103,69). Sum of RGB (Red+Green+Blue) = 229+103+69=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E56745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56745 is #1A98BA. Grayscale: #898989. Windows color (decimal): -1743035 or 4548581. OLE color: 4548581.
HSL color Cylindrical-coordinate representation of color #E56745: hue angle of 12.75º degrees, saturation: 0.75, 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 #E56745 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 69 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.10 |
| HSL | 12.75º | 0.75% | 0.58% | - |
| HSV(B) | 12.75º | 0.7% | 0.9% | - |
| XYZ | 38.24 | 26.79 | 8.79 | - |
| YUV | 136.8 | 89.74 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 69 | 0 | 0.55 | 0.70 | 0.10 | 12.75 | 0.75 | 0.58 |
| Hex | E5 | 67 | 45 | 0 | 37 | 46 | A | D | 4B | 3A |
| Octal | 345 | 147 | 105 | 0 | 67 | 106 | 12 | 15 | 113 | 72 |
| Binary | 11100101 | 1100111 | 1000101 | 0 | 110111 | 1000110 | 1010 | 1101 | 1001011 | 111010 |
Color Harmonies of #E56745
Complementary color
Monochromatic Colors of #E56745
Black with #E56745
Text Example
Text Example
White with #E56745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56745; }
p { color: rgb(229,103,69); }
H1.HeaderClassName
{
color: #E56745;
}
.AnyTagClassName
{
color: #E56745;
}
</style>
background-color css
<style>
a { background-color: #E56745; }
a { background-color: rgb(229,103,69); }
div.DivClassName
{
background-color: #E56745;
}
.BgClassName
{
background-color: #E56745;
}
</style>
border-color css
<style>
span { border-color: #E56745; }
span { border-color: rgb(229,103,69); }
td.TdClassName
{
border-color: #E56745;
}
.TagClassName
{
border-color: #E56745;
}
</style>