Shades of Flamingo #E0594D
Tints of Flamingo #E0594D
RGB
CMYK
RGB Variations
Color information
#E0594D (or 0xE0594D) is known color: Flamingo. HEX triplet: E0, 59 and 4D. RGB value is (224,89,77). Sum of RGB (Red+Green+Blue) = 224+89+77=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E0594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0594D is #1FA6B2. Grayscale: #808080. Windows color (decimal): -2074291 or 5069280. OLE color: 5069280.
HSL color Cylindrical-coordinate representation of color #E0594D: hue angle of 4.9º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0594D is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 77 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.12 |
| HSL | 4.9º | 0.7% | 0.59% | - |
| HSV(B) | 4.9º | 0.66% | 0.88% | - |
| XYZ | 35.65 | 23.53 | 9.68 | - |
| YUV | 128 | 99.23 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 77 | 0 | 0.60 | 0.66 | 0.12 | 4.9 | 0.7 | 0.59 |
| Hex | E0 | 59 | 4D | 0 | 3C | 42 | C | 5 | 46 | 3B |
| Octal | 340 | 131 | 115 | 0 | 74 | 102 | 14 | 5 | 106 | 73 |
| Binary | 11100000 | 1011001 | 1001101 | 0 | 111100 | 1000010 | 1100 | 101 | 1000110 | 111011 |
Color Harmonies of #E0594D
Complementary color
Monochromatic Colors of #E0594D
Black with #E0594D
Text Example
Text Example
White with #E0594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0594D; }
p { color: rgb(224,89,77); }
H1.HeaderClassName
{
color: #E0594D;
}
.AnyTagClassName
{
color: #E0594D;
}
</style>
background-color css
<style>
a { background-color: #E0594D; }
a { background-color: rgb(224,89,77); }
div.DivClassName
{
background-color: #E0594D;
}
.BgClassName
{
background-color: #E0594D;
}
</style>
border-color css
<style>
span { border-color: #E0594D; }
span { border-color: rgb(224,89,77); }
td.TdClassName
{
border-color: #E0594D;
}
.TagClassName
{
border-color: #E0594D;
}
</style>