Shades of Flamingo #E55944
Tints of Flamingo #E55944
RGB
CMYK
RGB Variations
Color information
#E55944 (or 0xE55944) is known color: Flamingo. HEX triplet: E5, 59 and 44. RGB value is (229,89,68). Sum of RGB (Red+Green+Blue) = 229+89+68=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E55944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55944 is #1AA6BB. Grayscale: #808080. Windows color (decimal): -1746620 or 4479461. OLE color: 4479461.
HSL color Cylindrical-coordinate representation of color #E55944: hue angle of 7.83º degrees, saturation: 0.76, 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 #E55944 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 68 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.10 |
| HSL | 7.83º | 0.76% | 0.58% | - |
| HSV(B) | 7.83º | 0.7% | 0.9% | - |
| XYZ | 36.93 | 24.22 | 8.2 | - |
| YUV | 128.47 | 93.88 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 68 | 0 | 0.61 | 0.70 | 0.10 | 7.83 | 0.76 | 0.58 |
| Hex | E5 | 59 | 44 | 0 | 3D | 46 | A | 8 | 4C | 3A |
| Octal | 345 | 131 | 104 | 0 | 75 | 106 | 12 | 10 | 114 | 72 |
| Binary | 11100101 | 1011001 | 1000100 | 0 | 111101 | 1000110 | 1010 | 1000 | 1001100 | 111010 |
Color Harmonies of #E55944
Complementary color
Monochromatic Colors of #E55944
Black with #E55944
Text Example
Text Example
White with #E55944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55944; }
p { color: rgb(229,89,68); }
H1.HeaderClassName
{
color: #E55944;
}
.AnyTagClassName
{
color: #E55944;
}
</style>
background-color css
<style>
a { background-color: #E55944; }
a { background-color: rgb(229,89,68); }
div.DivClassName
{
background-color: #E55944;
}
.BgClassName
{
background-color: #E55944;
}
</style>
border-color css
<style>
span { border-color: #E55944; }
span { border-color: rgb(229,89,68); }
td.TdClassName
{
border-color: #E55944;
}
.TagClassName
{
border-color: #E55944;
}
</style>