Shades of Flamingo #E56656
Tints of Flamingo #E56656
RGB
CMYK
RGB Variations
Color information
#E56656 (or 0xE56656) is known color: Flamingo. HEX triplet: E5, 66 and 56. RGB value is (229,102,86). Sum of RGB (Red+Green+Blue) = 229+102+86=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E56656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56656 is #1A99A9. Grayscale: #8A8A8A. Windows color (decimal): -1743274 or 5662437. OLE color: 5662437.
HSL color Cylindrical-coordinate representation of color #E56656: hue angle of 6.71º 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 #E56656 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 86 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.10 |
| HSL | 6.71º | 0.73% | 0.62% | - |
| HSV(B) | 6.71º | 0.62% | 0.9% | - |
| XYZ | 38.74 | 26.83 | 11.94 | - |
| YUV | 138.15 | 98.58 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 86 | 0 | 0.55 | 0.62 | 0.10 | 6.71 | 0.73 | 0.62 |
| Hex | E5 | 66 | 56 | 0 | 37 | 3E | A | 7 | 49 | 3E |
| Octal | 345 | 146 | 126 | 0 | 67 | 76 | 12 | 7 | 111 | 76 |
| Binary | 11100101 | 1100110 | 1010110 | 0 | 110111 | 111110 | 1010 | 111 | 1001001 | 111110 |
Color Harmonies of #E56656
Complementary color
Monochromatic Colors of #E56656
Black with #E56656
Text Example
Text Example
White with #E56656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56656; }
p { color: rgb(229,102,86); }
H1.HeaderClassName
{
color: #E56656;
}
.AnyTagClassName
{
color: #E56656;
}
</style>
background-color css
<style>
a { background-color: #E56656; }
a { background-color: rgb(229,102,86); }
div.DivClassName
{
background-color: #E56656;
}
.BgClassName
{
background-color: #E56656;
}
</style>
border-color css
<style>
span { border-color: #E56656; }
span { border-color: rgb(229,102,86); }
td.TdClassName
{
border-color: #E56656;
}
.TagClassName
{
border-color: #E56656;
}
</style>