Shades of Flamingo #E56443
Tints of Flamingo #E56443
RGB
CMYK
RGB Variations
Color information
#E56443 (or 0xE56443) is known color: Flamingo. HEX triplet: E5, 64 and 43. RGB value is (229,100,67). Sum of RGB (Red+Green+Blue) = 229+100+67=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E56443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56443 is #1A9BBC. Grayscale: #878787. Windows color (decimal): -1743805 or 4416741. OLE color: 4416741.
HSL color Cylindrical-coordinate representation of color #E56443: hue angle of 12.22º 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 #E56443 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 67 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.10 |
| HSL | 12.22º | 0.76% | 0.58% | - |
| HSV(B) | 12.22º | 0.71% | 0.9% | - |
| XYZ | 37.88 | 26.18 | 8.37 | - |
| YUV | 134.81 | 89.74 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 67 | 0 | 0.56 | 0.71 | 0.10 | 12.22 | 0.76 | 0.58 |
| Hex | E5 | 64 | 43 | 0 | 38 | 47 | A | C | 4C | 3A |
| Octal | 345 | 144 | 103 | 0 | 70 | 107 | 12 | 14 | 114 | 72 |
| Binary | 11100101 | 1100100 | 1000011 | 0 | 111000 | 1000111 | 1010 | 1100 | 1001100 | 111010 |
Color Harmonies of #E56443
Complementary color
Monochromatic Colors of #E56443
Black with #E56443
Text Example
Text Example
White with #E56443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56443; }
p { color: rgb(229,100,67); }
H1.HeaderClassName
{
color: #E56443;
}
.AnyTagClassName
{
color: #E56443;
}
</style>
background-color css
<style>
a { background-color: #E56443; }
a { background-color: rgb(229,100,67); }
div.DivClassName
{
background-color: #E56443;
}
.BgClassName
{
background-color: #E56443;
}
</style>
border-color css
<style>
span { border-color: #E56443; }
span { border-color: rgb(229,100,67); }
td.TdClassName
{
border-color: #E56443;
}
.TagClassName
{
border-color: #E56443;
}
</style>