Shades of Flamingo #E05A44
Tints of Flamingo #E05A44
RGB
CMYK
RGB Variations
Color information
#E05A44 (or 0xE05A44) is known color: Flamingo. HEX triplet: E0, 5A and 44. RGB value is (224,90,68). Sum of RGB (Red+Green+Blue) = 224+90+68=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05A44 is #1FA5BB. Grayscale: #7F7F7F. Windows color (decimal): -2074044 or 4479712. OLE color: 4479712.
HSL color Cylindrical-coordinate representation of color #E05A44: hue angle of 8.46º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E05A44 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 68 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.12 |
| HSL | 8.46º | 0.72% | 0.57% | - |
| HSV(B) | 8.46º | 0.7% | 0.88% | - |
| XYZ | 35.44 | 23.58 | 8.15 | - |
| YUV | 127.56 | 94.39 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 68 | 0 | 0.60 | 0.70 | 0.12 | 8.46 | 0.72 | 0.57 |
| Hex | E0 | 5A | 44 | 0 | 3C | 46 | C | 8 | 48 | 39 |
| Octal | 340 | 132 | 104 | 0 | 74 | 106 | 14 | 10 | 110 | 71 |
| Binary | 11100000 | 1011010 | 1000100 | 0 | 111100 | 1000110 | 1100 | 1000 | 1001000 | 111001 |
Color Harmonies of #E05A44
Complementary color
Monochromatic Colors of #E05A44
Black with #E05A44
Text Example
Text Example
White with #E05A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05A44; }
p { color: rgb(224,90,68); }
H1.HeaderClassName
{
color: #E05A44;
}
.AnyTagClassName
{
color: #E05A44;
}
</style>
background-color css
<style>
a { background-color: #E05A44; }
a { background-color: rgb(224,90,68); }
div.DivClassName
{
background-color: #E05A44;
}
.BgClassName
{
background-color: #E05A44;
}
</style>
border-color css
<style>
span { border-color: #E05A44; }
span { border-color: rgb(224,90,68); }
td.TdClassName
{
border-color: #E05A44;
}
.TagClassName
{
border-color: #E05A44;
}
</style>