Shades of Flamingo #E05A3E
Tints of Flamingo #E05A3E
RGB
CMYK
RGB Variations
Color information
#E05A3E (or 0xE05A3E) is known color: Flamingo. HEX triplet: E0, 5A and 3E. RGB value is (224,90,62). Sum of RGB (Red+Green+Blue) = 224+90+62=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05A3E is #1FA5C1. Grayscale: #7F7F7F. Windows color (decimal): -2074050 or 4086496. OLE color: 4086496.
HSL color Cylindrical-coordinate representation of color #E05A3E: hue angle of 10.37º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E05A3E is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 62 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.12 |
| HSL | 10.37º | 0.72% | 0.56% | - |
| HSV(B) | 10.37º | 0.72% | 0.88% | - |
| XYZ | 35.27 | 23.51 | 7.24 | - |
| YUV | 126.87 | 91.39 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 62 | 0 | 0.60 | 0.72 | 0.12 | 10.37 | 0.72 | 0.56 |
| Hex | E0 | 5A | 3E | 0 | 3C | 48 | C | A | 48 | 38 |
| Octal | 340 | 132 | 76 | 0 | 74 | 110 | 14 | 12 | 110 | 70 |
| Binary | 11100000 | 1011010 | 111110 | 0 | 111100 | 1001000 | 1100 | 1010 | 1001000 | 111000 |
Color Harmonies of #E05A3E
Complementary color
Monochromatic Colors of #E05A3E
Black with #E05A3E
Text Example
Text Example
White with #E05A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05A3E; }
p { color: rgb(224,90,62); }
H1.HeaderClassName
{
color: #E05A3E;
}
.AnyTagClassName
{
color: #E05A3E;
}
</style>
background-color css
<style>
a { background-color: #E05A3E; }
a { background-color: rgb(224,90,62); }
div.DivClassName
{
background-color: #E05A3E;
}
.BgClassName
{
background-color: #E05A3E;
}
</style>
border-color css
<style>
span { border-color: #E05A3E; }
span { border-color: rgb(224,90,62); }
td.TdClassName
{
border-color: #E05A3E;
}
.TagClassName
{
border-color: #E05A3E;
}
</style>