Shades of Flamingo #E56456
Tints of Flamingo #E56456
RGB
CMYK
RGB Variations
Color information
#E56456 (or 0xE56456) is known color: Flamingo. HEX triplet: E5, 64 and 56. RGB value is (229,100,86). Sum of RGB (Red+Green+Blue) = 229+100+86=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E56456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56456 is #1A9BA9. Grayscale: #898989. Windows color (decimal): -1743786 or 5661925. OLE color: 5661925.
HSL color Cylindrical-coordinate representation of color #E56456: hue angle of 5.87º 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 #E56456 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 86 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.10 |
| HSL | 5.87º | 0.73% | 0.62% | - |
| HSV(B) | 5.87º | 0.62% | 0.9% | - |
| XYZ | 38.55 | 26.44 | 11.88 | - |
| YUV | 136.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 86 | 0 | 0.56 | 0.62 | 0.10 | 5.87 | 0.73 | 0.62 |
| Hex | E5 | 64 | 56 | 0 | 38 | 3E | A | 6 | 49 | 3E |
| Octal | 345 | 144 | 126 | 0 | 70 | 76 | 12 | 6 | 111 | 76 |
| Binary | 11100101 | 1100100 | 1010110 | 0 | 111000 | 111110 | 1010 | 110 | 1001001 | 111110 |
Color Harmonies of #E56456
Complementary color
Monochromatic Colors of #E56456
Black with #E56456
Text Example
Text Example
White with #E56456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56456; }
p { color: rgb(229,100,86); }
H1.HeaderClassName
{
color: #E56456;
}
.AnyTagClassName
{
color: #E56456;
}
</style>
background-color css
<style>
a { background-color: #E56456; }
a { background-color: rgb(229,100,86); }
div.DivClassName
{
background-color: #E56456;
}
.BgClassName
{
background-color: #E56456;
}
</style>
border-color css
<style>
span { border-color: #E56456; }
span { border-color: rgb(229,100,86); }
td.TdClassName
{
border-color: #E56456;
}
.TagClassName
{
border-color: #E56456;
}
</style>