Shades of Flamingo #E55D43
Tints of Flamingo #E55D43
RGB
CMYK
RGB Variations
Color information
#E55D43 (or 0xE55D43) is known color: Flamingo. HEX triplet: E5, 5D and 43. RGB value is (229,93,67). Sum of RGB (Red+Green+Blue) = 229+93+67=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55D43 is #1AA2BC. Grayscale: #828282. Windows color (decimal): -1745597 or 4414949. OLE color: 4414949.
HSL color Cylindrical-coordinate representation of color #E55D43: hue angle of 9.63º 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 #E55D43 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 67 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.10 |
| HSL | 9.63º | 0.76% | 0.58% | - |
| HSV(B) | 9.63º | 0.71% | 0.9% | - |
| XYZ | 37.24 | 24.89 | 8.15 | - |
| YUV | 130.7 | 92.06 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 67 | 0 | 0.59 | 0.71 | 0.10 | 9.63 | 0.76 | 0.58 |
| Hex | E5 | 5D | 43 | 0 | 3B | 47 | A | A | 4C | 3A |
| Octal | 345 | 135 | 103 | 0 | 73 | 107 | 12 | 12 | 114 | 72 |
| Binary | 11100101 | 1011101 | 1000011 | 0 | 111011 | 1000111 | 1010 | 1010 | 1001100 | 111010 |
Color Harmonies of #E55D43
Complementary color
Monochromatic Colors of #E55D43
Black with #E55D43
Text Example
Text Example
White with #E55D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55D43; }
p { color: rgb(229,93,67); }
H1.HeaderClassName
{
color: #E55D43;
}
.AnyTagClassName
{
color: #E55D43;
}
</style>
background-color css
<style>
a { background-color: #E55D43; }
a { background-color: rgb(229,93,67); }
div.DivClassName
{
background-color: #E55D43;
}
.BgClassName
{
background-color: #E55D43;
}
</style>
border-color css
<style>
span { border-color: #E55D43; }
span { border-color: rgb(229,93,67); }
td.TdClassName
{
border-color: #E55D43;
}
.TagClassName
{
border-color: #E55D43;
}
</style>