Shades of Flamingo #E55E49
Tints of Flamingo #E55E49
RGB
CMYK
RGB Variations
Color information
#E55E49 (or 0xE55E49) is known color: Flamingo. HEX triplet: E5, 5E and 49. RGB value is (229,94,73). Sum of RGB (Red+Green+Blue) = 229+94+73=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55E49 is #1AA1B6. Grayscale: #848484. Windows color (decimal): -1745335 or 4808421. OLE color: 4808421.
HSL color Cylindrical-coordinate representation of color #E55E49: hue angle of 8.08º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E55E49 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 73 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.10 |
| HSL | 8.08º | 0.75% | 0.59% | - |
| HSV(B) | 8.08º | 0.68% | 0.9% | - |
| XYZ | 37.52 | 25.14 | 9.18 | - |
| YUV | 131.97 | 94.73 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 73 | 0 | 0.59 | 0.68 | 0.10 | 8.08 | 0.75 | 0.59 |
| Hex | E5 | 5E | 49 | 0 | 3B | 44 | A | 8 | 4B | 3B |
| Octal | 345 | 136 | 111 | 0 | 73 | 104 | 12 | 10 | 113 | 73 |
| Binary | 11100101 | 1011110 | 1001001 | 0 | 111011 | 1000100 | 1010 | 1000 | 1001011 | 111011 |
Color Harmonies of #E55E49
Complementary color
Monochromatic Colors of #E55E49
Black with #E55E49
Text Example
Text Example
White with #E55E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E49; }
p { color: rgb(229,94,73); }
H1.HeaderClassName
{
color: #E55E49;
}
.AnyTagClassName
{
color: #E55E49;
}
</style>
background-color css
<style>
a { background-color: #E55E49; }
a { background-color: rgb(229,94,73); }
div.DivClassName
{
background-color: #E55E49;
}
.BgClassName
{
background-color: #E55E49;
}
</style>
border-color css
<style>
span { border-color: #E55E49; }
span { border-color: rgb(229,94,73); }
td.TdClassName
{
border-color: #E55E49;
}
.TagClassName
{
border-color: #E55E49;
}
</style>