Shades of Flamingo #E56043
Tints of Flamingo #E56043
RGB
CMYK
RGB Variations
Color information
#E56043 (or 0xE56043) is known color: Flamingo. HEX triplet: E5, 60 and 43. RGB value is (229,96,67). Sum of RGB (Red+Green+Blue) = 229+96+67=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E56043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56043 is #1A9FBC. Grayscale: #848484. Windows color (decimal): -1744829 or 4415717. OLE color: 4415717.
HSL color Cylindrical-coordinate representation of color #E56043: hue angle of 10.74º 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 #E56043 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 67 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.10 |
| HSL | 10.74º | 0.76% | 0.58% | - |
| HSV(B) | 10.74º | 0.71% | 0.9% | - |
| XYZ | 37.51 | 25.43 | 8.24 | - |
| YUV | 132.46 | 91.06 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 67 | 0 | 0.58 | 0.71 | 0.10 | 10.74 | 0.76 | 0.58 |
| Hex | E5 | 60 | 43 | 0 | 3A | 47 | A | B | 4C | 3A |
| Octal | 345 | 140 | 103 | 0 | 72 | 107 | 12 | 13 | 114 | 72 |
| Binary | 11100101 | 1100000 | 1000011 | 0 | 111010 | 1000111 | 1010 | 1011 | 1001100 | 111010 |
Color Harmonies of #E56043
Complementary color
Monochromatic Colors of #E56043
Black with #E56043
Text Example
Text Example
White with #E56043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56043; }
p { color: rgb(229,96,67); }
H1.HeaderClassName
{
color: #E56043;
}
.AnyTagClassName
{
color: #E56043;
}
</style>
background-color css
<style>
a { background-color: #E56043; }
a { background-color: rgb(229,96,67); }
div.DivClassName
{
background-color: #E56043;
}
.BgClassName
{
background-color: #E56043;
}
</style>
border-color css
<style>
span { border-color: #E56043; }
span { border-color: rgb(229,96,67); }
td.TdClassName
{
border-color: #E56043;
}
.TagClassName
{
border-color: #E56043;
}
</style>