Shades of Flamingo #E56853
Tints of Flamingo #E56853
RGB
CMYK
RGB Variations
Color information
#E56853 (or 0xE56853) is known color: Flamingo. HEX triplet: E5, 68 and 53. RGB value is (229,104,83). Sum of RGB (Red+Green+Blue) = 229+104+83=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E56853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56853 is #1A97AC. Grayscale: #8B8B8B. Windows color (decimal): -1742765 or 5466341. OLE color: 5466341.
HSL color Cylindrical-coordinate representation of color #E56853: hue angle of 8.63º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E56853 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 83 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.10 |
| HSL | 8.63º | 0.74% | 0.61% | - |
| HSV(B) | 8.63º | 0.64% | 0.9% | - |
| XYZ | 38.82 | 27.18 | 11.38 | - |
| YUV | 138.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 83 | 0 | 0.55 | 0.64 | 0.10 | 8.63 | 0.74 | 0.61 |
| Hex | E5 | 68 | 53 | 0 | 37 | 40 | A | 9 | 4A | 3D |
| Octal | 345 | 150 | 123 | 0 | 67 | 100 | 12 | 11 | 112 | 75 |
| Binary | 11100101 | 1101000 | 1010011 | 0 | 110111 | 1000000 | 1010 | 1001 | 1001010 | 111101 |
Color Harmonies of #E56853
Complementary color
Monochromatic Colors of #E56853
Black with #E56853
Text Example
Text Example
White with #E56853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56853; }
p { color: rgb(229,104,83); }
H1.HeaderClassName
{
color: #E56853;
}
.AnyTagClassName
{
color: #E56853;
}
</style>
background-color css
<style>
a { background-color: #E56853; }
a { background-color: rgb(229,104,83); }
div.DivClassName
{
background-color: #E56853;
}
.BgClassName
{
background-color: #E56853;
}
</style>
border-color css
<style>
span { border-color: #E56853; }
span { border-color: rgb(229,104,83); }
td.TdClassName
{
border-color: #E56853;
}
.TagClassName
{
border-color: #E56853;
}
</style>