Shades of Flamingo #E56156
Tints of Flamingo #E56156
RGB
CMYK
RGB Variations
Color information
#E56156 (or 0xE56156) is known color: Flamingo. HEX triplet: E5, 61 and 56. RGB value is (229,97,86). Sum of RGB (Red+Green+Blue) = 229+97+86=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E56156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56156 is #1A9EA9. Grayscale: #878787. Windows color (decimal): -1744554 or 5661157. OLE color: 5661157.
HSL color Cylindrical-coordinate representation of color #E56156: hue angle of 4.62º 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 #E56156 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 86 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.10 |
| HSL | 4.62º | 0.73% | 0.62% | - |
| HSV(B) | 4.62º | 0.62% | 0.9% | - |
| XYZ | 38.27 | 25.88 | 11.78 | - |
| YUV | 135.21 | 100.23 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 86 | 0 | 0.58 | 0.62 | 0.10 | 4.62 | 0.73 | 0.62 |
| Hex | E5 | 61 | 56 | 0 | 3A | 3E | A | 5 | 49 | 3E |
| Octal | 345 | 141 | 126 | 0 | 72 | 76 | 12 | 5 | 111 | 76 |
| Binary | 11100101 | 1100001 | 1010110 | 0 | 111010 | 111110 | 1010 | 101 | 1001001 | 111110 |
Color Harmonies of #E56156
Complementary color
Monochromatic Colors of #E56156
Black with #E56156
Text Example
Text Example
White with #E56156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56156; }
p { color: rgb(229,97,86); }
H1.HeaderClassName
{
color: #E56156;
}
.AnyTagClassName
{
color: #E56156;
}
</style>
background-color css
<style>
a { background-color: #E56156; }
a { background-color: rgb(229,97,86); }
div.DivClassName
{
background-color: #E56156;
}
.BgClassName
{
background-color: #E56156;
}
</style>
border-color css
<style>
span { border-color: #E56156; }
span { border-color: rgb(229,97,86); }
td.TdClassName
{
border-color: #E56156;
}
.TagClassName
{
border-color: #E56156;
}
</style>