Shades of Flamingo #E55A47
Tints of Flamingo #E55A47
RGB
CMYK
RGB Variations
Color information
#E55A47 (or 0xE55A47) is known color: Flamingo. HEX triplet: E5, 5A and 47. RGB value is (229,90,71). Sum of RGB (Red+Green+Blue) = 229+90+71=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55A47 is #1AA5B8. Grayscale: #818181. Windows color (decimal): -1746361 or 4676325. OLE color: 4676325.
HSL color Cylindrical-coordinate representation of color #E55A47: hue angle of 7.22º 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 #E55A47 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 71 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.10 |
| HSL | 7.22º | 0.75% | 0.59% | - |
| HSV(B) | 7.22º | 0.69% | 0.9% | - |
| XYZ | 37.11 | 24.43 | 8.72 | - |
| YUV | 129.4 | 95.05 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 71 | 0 | 0.61 | 0.69 | 0.10 | 7.22 | 0.75 | 0.59 |
| Hex | E5 | 5A | 47 | 0 | 3D | 45 | A | 7 | 4B | 3B |
| Octal | 345 | 132 | 107 | 0 | 75 | 105 | 12 | 7 | 113 | 73 |
| Binary | 11100101 | 1011010 | 1000111 | 0 | 111101 | 1000101 | 1010 | 111 | 1001011 | 111011 |
Color Harmonies of #E55A47
Complementary color
Monochromatic Colors of #E55A47
Black with #E55A47
Text Example
Text Example
White with #E55A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A47; }
p { color: rgb(229,90,71); }
H1.HeaderClassName
{
color: #E55A47;
}
.AnyTagClassName
{
color: #E55A47;
}
</style>
background-color css
<style>
a { background-color: #E55A47; }
a { background-color: rgb(229,90,71); }
div.DivClassName
{
background-color: #E55A47;
}
.BgClassName
{
background-color: #E55A47;
}
</style>
border-color css
<style>
span { border-color: #E55A47; }
span { border-color: rgb(229,90,71); }
td.TdClassName
{
border-color: #E55A47;
}
.TagClassName
{
border-color: #E55A47;
}
</style>