Shades of Flamingo #E55A44
Tints of Flamingo #E55A44
RGB
CMYK
RGB Variations
Color information
#E55A44 (or 0xE55A44) is known color: Flamingo. HEX triplet: E5, 5A and 44. RGB value is (229,90,68). Sum of RGB (Red+Green+Blue) = 229+90+68=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55A44 is #1AA5BB. Grayscale: #818181. Windows color (decimal): -1746364 or 4479717. OLE color: 4479717.
HSL color Cylindrical-coordinate representation of color #E55A44: hue angle of 8.2º 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 #E55A44 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 68 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.10 |
| HSL | 8.2º | 0.76% | 0.58% | - |
| HSV(B) | 8.2º | 0.7% | 0.9% | - |
| XYZ | 37.01 | 24.39 | 8.23 | - |
| YUV | 129.05 | 93.55 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 68 | 0 | 0.61 | 0.70 | 0.10 | 8.2 | 0.76 | 0.58 |
| Hex | E5 | 5A | 44 | 0 | 3D | 46 | A | 8 | 4C | 3A |
| Octal | 345 | 132 | 104 | 0 | 75 | 106 | 12 | 10 | 114 | 72 |
| Binary | 11100101 | 1011010 | 1000100 | 0 | 111101 | 1000110 | 1010 | 1000 | 1001100 | 111010 |
Color Harmonies of #E55A44
Complementary color
Monochromatic Colors of #E55A44
Black with #E55A44
Text Example
Text Example
White with #E55A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A44; }
p { color: rgb(229,90,68); }
H1.HeaderClassName
{
color: #E55A44;
}
.AnyTagClassName
{
color: #E55A44;
}
</style>
background-color css
<style>
a { background-color: #E55A44; }
a { background-color: rgb(229,90,68); }
div.DivClassName
{
background-color: #E55A44;
}
.BgClassName
{
background-color: #E55A44;
}
</style>
border-color css
<style>
span { border-color: #E55A44; }
span { border-color: rgb(229,90,68); }
td.TdClassName
{
border-color: #E55A44;
}
.TagClassName
{
border-color: #E55A44;
}
</style>