Shades of Flamingo #E55543
Tints of Flamingo #E55543
RGB
CMYK
RGB Variations
Color information
#E55543 (or 0xE55543) is known color: Flamingo. HEX triplet: E5, 55 and 43. RGB value is (229,85,67). Sum of RGB (Red+Green+Blue) = 229+85+67=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E55543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55543 is #1AAABC. Grayscale: #7E7E7E. Windows color (decimal): -1747645 or 4412901. OLE color: 4412901.
HSL color Cylindrical-coordinate representation of color #E55543: hue angle of 6.67º 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 #E55543 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 67 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.10 |
| HSL | 6.67º | 0.76% | 0.58% | - |
| HSV(B) | 6.67º | 0.71% | 0.9% | - |
| XYZ | 36.57 | 23.56 | 7.93 | - |
| YUV | 126 | 94.71 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 67 | 0 | 0.63 | 0.71 | 0.10 | 6.67 | 0.76 | 0.58 |
| Hex | E5 | 55 | 43 | 0 | 3F | 47 | A | 7 | 4C | 3A |
| Octal | 345 | 125 | 103 | 0 | 77 | 107 | 12 | 7 | 114 | 72 |
| Binary | 11100101 | 1010101 | 1000011 | 0 | 111111 | 1000111 | 1010 | 111 | 1001100 | 111010 |
Color Harmonies of #E55543
Complementary color
Monochromatic Colors of #E55543
Black with #E55543
Text Example
Text Example
White with #E55543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55543; }
p { color: rgb(229,85,67); }
H1.HeaderClassName
{
color: #E55543;
}
.AnyTagClassName
{
color: #E55543;
}
</style>
background-color css
<style>
a { background-color: #E55543; }
a { background-color: rgb(229,85,67); }
div.DivClassName
{
background-color: #E55543;
}
.BgClassName
{
background-color: #E55543;
}
</style>
border-color css
<style>
span { border-color: #E55543; }
span { border-color: rgb(229,85,67); }
td.TdClassName
{
border-color: #E55543;
}
.TagClassName
{
border-color: #E55543;
}
</style>