Shades of Flamingo #E56141
Tints of Flamingo #E56141
RGB
CMYK
RGB Variations
Color information
#E56141 (or 0xE56141) is known color: Flamingo. HEX triplet: E5, 61 and 41. RGB value is (229,97,65). Sum of RGB (Red+Green+Blue) = 229+97+65=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E56141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56141 is #1A9EBE. Grayscale: #858585. Windows color (decimal): -1744575 or 4284901. OLE color: 4284901.
HSL color Cylindrical-coordinate representation of color #E56141: hue angle of 11.71º 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 #E56141 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 65 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.10 |
| HSL | 11.71º | 0.76% | 0.58% | - |
| HSV(B) | 11.71º | 0.72% | 0.9% | - |
| XYZ | 37.54 | 25.59 | 7.96 | - |
| YUV | 132.82 | 89.73 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 65 | 0 | 0.58 | 0.72 | 0.10 | 11.71 | 0.76 | 0.58 |
| Hex | E5 | 61 | 41 | 0 | 3A | 48 | A | C | 4C | 3A |
| Octal | 345 | 141 | 101 | 0 | 72 | 110 | 12 | 14 | 114 | 72 |
| Binary | 11100101 | 1100001 | 1000001 | 0 | 111010 | 1001000 | 1010 | 1100 | 1001100 | 111010 |
Color Harmonies of #E56141
Complementary color
Monochromatic Colors of #E56141
Black with #E56141
Text Example
Text Example
White with #E56141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56141; }
p { color: rgb(229,97,65); }
H1.HeaderClassName
{
color: #E56141;
}
.AnyTagClassName
{
color: #E56141;
}
</style>
background-color css
<style>
a { background-color: #E56141; }
a { background-color: rgb(229,97,65); }
div.DivClassName
{
background-color: #E56141;
}
.BgClassName
{
background-color: #E56141;
}
</style>
border-color css
<style>
span { border-color: #E56141; }
span { border-color: rgb(229,97,65); }
td.TdClassName
{
border-color: #E56141;
}
.TagClassName
{
border-color: #E56141;
}
</style>