Shades of Flamingo #E56945
Tints of Flamingo #E56945
RGB
CMYK
RGB Variations
Color information
#E56945 (or 0xE56945) is known color: Flamingo. HEX triplet: E5, 69 and 45. RGB value is (229,105,69). Sum of RGB (Red+Green+Blue) = 229+105+69=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E56945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56945 is #1A96BA. Grayscale: #8A8A8A. Windows color (decimal): -1742523 or 4549093. OLE color: 4549093.
HSL color Cylindrical-coordinate representation of color #E56945: hue angle of 13.5º 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 #E56945 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 69 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.10 |
| HSL | 13.5º | 0.75% | 0.58% | - |
| HSV(B) | 13.5º | 0.7% | 0.9% | - |
| XYZ | 38.44 | 27.19 | 8.85 | - |
| YUV | 137.97 | 89.08 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 69 | 0 | 0.54 | 0.70 | 0.10 | 13.5 | 0.75 | 0.58 |
| Hex | E5 | 69 | 45 | 0 | 36 | 46 | A | E | 4B | 3A |
| Octal | 345 | 151 | 105 | 0 | 66 | 106 | 12 | 16 | 113 | 72 |
| Binary | 11100101 | 1101001 | 1000101 | 0 | 110110 | 1000110 | 1010 | 1110 | 1001011 | 111010 |
Color Harmonies of #E56945
Complementary color
Monochromatic Colors of #E56945
Black with #E56945
Text Example
Text Example
White with #E56945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56945; }
p { color: rgb(229,105,69); }
H1.HeaderClassName
{
color: #E56945;
}
.AnyTagClassName
{
color: #E56945;
}
</style>
background-color css
<style>
a { background-color: #E56945; }
a { background-color: rgb(229,105,69); }
div.DivClassName
{
background-color: #E56945;
}
.BgClassName
{
background-color: #E56945;
}
</style>
border-color css
<style>
span { border-color: #E56945; }
span { border-color: rgb(229,105,69); }
td.TdClassName
{
border-color: #E56945;
}
.TagClassName
{
border-color: #E56945;
}
</style>