Shades of Flamingo #E56857
Tints of Flamingo #E56857
RGB
CMYK
RGB Variations
Color information
#E56857 (or 0xE56857) is known color: Flamingo. HEX triplet: E5, 68 and 57. RGB value is (229,104,87). Sum of RGB (Red+Green+Blue) = 229+104+87=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E56857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56857 is #1A97A8. Grayscale: #8B8B8B. Windows color (decimal): -1742761 or 5728485. OLE color: 5728485.
HSL color Cylindrical-coordinate representation of color #E56857: hue angle of 7.18º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E56857 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 87 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.10 |
| HSL | 7.18º | 0.73% | 0.62% | - |
| HSV(B) | 7.18º | 0.62% | 0.9% | - |
| XYZ | 38.98 | 27.25 | 12.22 | - |
| YUV | 139.44 | 98.41 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 87 | 0 | 0.55 | 0.62 | 0.10 | 7.18 | 0.73 | 0.62 |
| Hex | E5 | 68 | 57 | 0 | 37 | 3E | A | 7 | 49 | 3E |
| Octal | 345 | 150 | 127 | 0 | 67 | 76 | 12 | 7 | 111 | 76 |
| Binary | 11100101 | 1101000 | 1010111 | 0 | 110111 | 111110 | 1010 | 111 | 1001001 | 111110 |
Color Harmonies of #E56857
Complementary color
Monochromatic Colors of #E56857
Black with #E56857
Text Example
Text Example
White with #E56857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56857; }
p { color: rgb(229,104,87); }
H1.HeaderClassName
{
color: #E56857;
}
.AnyTagClassName
{
color: #E56857;
}
</style>
background-color css
<style>
a { background-color: #E56857; }
a { background-color: rgb(229,104,87); }
div.DivClassName
{
background-color: #E56857;
}
.BgClassName
{
background-color: #E56857;
}
</style>
border-color css
<style>
span { border-color: #E56857; }
span { border-color: rgb(229,104,87); }
td.TdClassName
{
border-color: #E56857;
}
.TagClassName
{
border-color: #E56857;
}
</style>