Shades of Flamingo #E55E43
Tints of Flamingo #E55E43
RGB
CMYK
RGB Variations
Color information
#E55E43 (or 0xE55E43) is known color: Flamingo. HEX triplet: E5, 5E and 43. RGB value is (229,94,67). Sum of RGB (Red+Green+Blue) = 229+94+67=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55E43 is #1AA1BC. Grayscale: #838383. Windows color (decimal): -1745341 or 4415205. OLE color: 4415205.
HSL color Cylindrical-coordinate representation of color #E55E43: hue angle of 10º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E55E43 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 67 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.10 |
| HSL | 10º | 0.76% | 0.58% | - |
| HSV(B) | 10º | 0.71% | 0.9% | - |
| XYZ | 37.33 | 25.07 | 8.18 | - |
| YUV | 131.29 | 91.73 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 67 | 0 | 0.59 | 0.71 | 0.10 | 10 | 0.76 | 0.58 |
| Hex | E5 | 5E | 43 | 0 | 3B | 47 | A | A | 4C | 3A |
| Octal | 345 | 136 | 103 | 0 | 73 | 107 | 12 | 12 | 114 | 72 |
| Binary | 11100101 | 1011110 | 1000011 | 0 | 111011 | 1000111 | 1010 | 1010 | 1001100 | 111010 |
Color Harmonies of #E55E43
Complementary color
Monochromatic Colors of #E55E43
Black with #E55E43
Text Example
Text Example
White with #E55E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E43; }
p { color: rgb(229,94,67); }
H1.HeaderClassName
{
color: #E55E43;
}
.AnyTagClassName
{
color: #E55E43;
}
</style>
background-color css
<style>
a { background-color: #E55E43; }
a { background-color: rgb(229,94,67); }
div.DivClassName
{
background-color: #E55E43;
}
.BgClassName
{
background-color: #E55E43;
}
</style>
border-color css
<style>
span { border-color: #E55E43; }
span { border-color: rgb(229,94,67); }
td.TdClassName
{
border-color: #E55E43;
}
.TagClassName
{
border-color: #E55E43;
}
</style>