Shades of Flamingo #E05C3E
Tints of Flamingo #E05C3E
RGB
CMYK
RGB Variations
Color information
#E05C3E (or 0xE05C3E) is known color: Flamingo. HEX triplet: E0, 5C and 3E. RGB value is (224,92,62). Sum of RGB (Red+Green+Blue) = 224+92+62=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05C3E is #1FA3C1. Grayscale: #808080. Windows color (decimal): -2073538 or 4087008. OLE color: 4087008.
HSL color Cylindrical-coordinate representation of color #E05C3E: hue angle of 11.11º 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 #E05C3E is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 62 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.12 |
| HSL | 11.11º | 0.72% | 0.56% | - |
| HSV(B) | 11.11º | 0.72% | 0.88% | - |
| XYZ | 35.44 | 23.85 | 7.29 | - |
| YUV | 128.05 | 90.73 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 62 | 0 | 0.59 | 0.72 | 0.12 | 11.11 | 0.72 | 0.56 |
| Hex | E0 | 5C | 3E | 0 | 3B | 48 | C | B | 48 | 38 |
| Octal | 340 | 134 | 76 | 0 | 73 | 110 | 14 | 13 | 110 | 70 |
| Binary | 11100000 | 1011100 | 111110 | 0 | 111011 | 1001000 | 1100 | 1011 | 1001000 | 111000 |
Color Harmonies of #E05C3E
Complementary color
Monochromatic Colors of #E05C3E
Black with #E05C3E
Text Example
Text Example
White with #E05C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05C3E; }
p { color: rgb(224,92,62); }
H1.HeaderClassName
{
color: #E05C3E;
}
.AnyTagClassName
{
color: #E05C3E;
}
</style>
background-color css
<style>
a { background-color: #E05C3E; }
a { background-color: rgb(224,92,62); }
div.DivClassName
{
background-color: #E05C3E;
}
.BgClassName
{
background-color: #E05C3E;
}
</style>
border-color css
<style>
span { border-color: #E05C3E; }
span { border-color: rgb(224,92,62); }
td.TdClassName
{
border-color: #E05C3E;
}
.TagClassName
{
border-color: #E05C3E;
}
</style>