Shades of Flamingo #E56441
Tints of Flamingo #E56441
RGB
CMYK
RGB Variations
Color information
#E56441 (or 0xE56441) is known color: Flamingo. HEX triplet: E5, 64 and 41. RGB value is (229,100,65). Sum of RGB (Red+Green+Blue) = 229+100+65=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E56441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56441 is #1A9BBE. Grayscale: #868686. Windows color (decimal): -1743807 or 4285669. OLE color: 4285669.
HSL color Cylindrical-coordinate representation of color #E56441: hue angle of 12.8º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E56441 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 65 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.10 |
| HSL | 12.8º | 0.76% | 0.58% | - |
| HSV(B) | 12.8º | 0.72% | 0.9% | - |
| XYZ | 37.82 | 26.15 | 8.06 | - |
| YUV | 134.58 | 88.74 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 65 | 0 | 0.56 | 0.72 | 0.10 | 12.8 | 0.76 | 0.58 |
| Hex | E5 | 64 | 41 | 0 | 38 | 48 | A | D | 4C | 3A |
| Octal | 345 | 144 | 101 | 0 | 70 | 110 | 12 | 15 | 114 | 72 |
| Binary | 11100101 | 1100100 | 1000001 | 0 | 111000 | 1001000 | 1010 | 1101 | 1001100 | 111010 |
Color Harmonies of #E56441
Complementary color
Monochromatic Colors of #E56441
Black with #E56441
Text Example
Text Example
White with #E56441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56441; }
p { color: rgb(229,100,65); }
H1.HeaderClassName
{
color: #E56441;
}
.AnyTagClassName
{
color: #E56441;
}
</style>
background-color css
<style>
a { background-color: #E56441; }
a { background-color: rgb(229,100,65); }
div.DivClassName
{
background-color: #E56441;
}
.BgClassName
{
background-color: #E56441;
}
</style>
border-color css
<style>
span { border-color: #E56441; }
span { border-color: rgb(229,100,65); }
td.TdClassName
{
border-color: #E56441;
}
.TagClassName
{
border-color: #E56441;
}
</style>