Shades of Flamingo #E55547
Tints of Flamingo #E55547
RGB
CMYK
RGB Variations
Color information
#E55547 (or 0xE55547) is known color: Flamingo. HEX triplet: E5, 55 and 47. RGB value is (229,85,71). Sum of RGB (Red+Green+Blue) = 229+85+71=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E55547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55547 is #1AAAB8. Grayscale: #7E7E7E. Windows color (decimal): -1747641 or 4675045. OLE color: 4675045.
HSL color Cylindrical-coordinate representation of color #E55547: hue angle of 5.32º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E55547 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 71 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.10 |
| HSL | 5.32º | 0.75% | 0.59% | - |
| HSV(B) | 5.32º | 0.69% | 0.9% | - |
| XYZ | 36.7 | 23.61 | 8.58 | - |
| YUV | 126.46 | 96.71 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 71 | 0 | 0.63 | 0.69 | 0.10 | 5.32 | 0.75 | 0.59 |
| Hex | E5 | 55 | 47 | 0 | 3F | 45 | A | 5 | 4B | 3B |
| Octal | 345 | 125 | 107 | 0 | 77 | 105 | 12 | 5 | 113 | 73 |
| Binary | 11100101 | 1010101 | 1000111 | 0 | 111111 | 1000101 | 1010 | 101 | 1001011 | 111011 |
Color Harmonies of #E55547
Complementary color
Monochromatic Colors of #E55547
Black with #E55547
Text Example
Text Example
White with #E55547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55547; }
p { color: rgb(229,85,71); }
H1.HeaderClassName
{
color: #E55547;
}
.AnyTagClassName
{
color: #E55547;
}
</style>
background-color css
<style>
a { background-color: #E55547; }
a { background-color: rgb(229,85,71); }
div.DivClassName
{
background-color: #E55547;
}
.BgClassName
{
background-color: #E55547;
}
</style>
border-color css
<style>
span { border-color: #E55547; }
span { border-color: rgb(229,85,71); }
td.TdClassName
{
border-color: #E55547;
}
.TagClassName
{
border-color: #E55547;
}
</style>