Shades of Flamingo #E56344
Tints of Flamingo #E56344
RGB
CMYK
RGB Variations
Color information
#E56344 (or 0xE56344) is known color: Flamingo. HEX triplet: E5, 63 and 44. RGB value is (229,99,68). Sum of RGB (Red+Green+Blue) = 229+99+68=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E56344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56344 is #1A9CBB. Grayscale: #868686. Windows color (decimal): -1744060 or 4482021. OLE color: 4482021.
HSL color Cylindrical-coordinate representation of color #E56344: hue angle of 11.55º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E56344 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 68 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.10 |
| HSL | 11.55º | 0.76% | 0.58% | - |
| HSV(B) | 11.55º | 0.7% | 0.9% | - |
| XYZ | 37.82 | 26 | 8.49 | - |
| YUV | 134.34 | 90.57 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 68 | 0 | 0.57 | 0.70 | 0.10 | 11.55 | 0.76 | 0.58 |
| Hex | E5 | 63 | 44 | 0 | 39 | 46 | A | C | 4C | 3A |
| Octal | 345 | 143 | 104 | 0 | 71 | 106 | 12 | 14 | 114 | 72 |
| Binary | 11100101 | 1100011 | 1000100 | 0 | 111001 | 1000110 | 1010 | 1100 | 1001100 | 111010 |
Color Harmonies of #E56344
Complementary color
Monochromatic Colors of #E56344
Black with #E56344
Text Example
Text Example
White with #E56344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56344; }
p { color: rgb(229,99,68); }
H1.HeaderClassName
{
color: #E56344;
}
.AnyTagClassName
{
color: #E56344;
}
</style>
background-color css
<style>
a { background-color: #E56344; }
a { background-color: rgb(229,99,68); }
div.DivClassName
{
background-color: #E56344;
}
.BgClassName
{
background-color: #E56344;
}
</style>
border-color css
<style>
span { border-color: #E56344; }
span { border-color: rgb(229,99,68); }
td.TdClassName
{
border-color: #E56344;
}
.TagClassName
{
border-color: #E56344;
}
</style>