Shades of Flamingo #E55449
Tints of Flamingo #E55449
RGB
CMYK
RGB Variations
Color information
#E55449 (or 0xE55449) is known color: Flamingo. HEX triplet: E5, 54 and 49. RGB value is (229,84,73). Sum of RGB (Red+Green+Blue) = 229+84+73=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E55449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55449 is #1AABB6. Grayscale: #7E7E7E. Windows color (decimal): -1747895 or 4805861. OLE color: 4805861.
HSL color Cylindrical-coordinate representation of color #E55449: hue angle of 4.23º 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 #E55449 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 73 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.10 |
| HSL | 4.23º | 0.75% | 0.59% | - |
| HSV(B) | 4.23º | 0.68% | 0.9% | - |
| XYZ | 36.69 | 23.48 | 8.9 | - |
| YUV | 126.1 | 98.04 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 73 | 0 | 0.63 | 0.68 | 0.10 | 4.23 | 0.75 | 0.59 |
| Hex | E5 | 54 | 49 | 0 | 3F | 44 | A | 4 | 4B | 3B |
| Octal | 345 | 124 | 111 | 0 | 77 | 104 | 12 | 4 | 113 | 73 |
| Binary | 11100101 | 1010100 | 1001001 | 0 | 111111 | 1000100 | 1010 | 100 | 1001011 | 111011 |
Color Harmonies of #E55449
Complementary color
Monochromatic Colors of #E55449
Black with #E55449
Text Example
Text Example
White with #E55449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55449; }
p { color: rgb(229,84,73); }
H1.HeaderClassName
{
color: #E55449;
}
.AnyTagClassName
{
color: #E55449;
}
</style>
background-color css
<style>
a { background-color: #E55449; }
a { background-color: rgb(229,84,73); }
div.DivClassName
{
background-color: #E55449;
}
.BgClassName
{
background-color: #E55449;
}
</style>
border-color css
<style>
span { border-color: #E55449; }
span { border-color: rgb(229,84,73); }
td.TdClassName
{
border-color: #E55449;
}
.TagClassName
{
border-color: #E55449;
}
</style>