Shades of Flamingo #E56051
Tints of Flamingo #E56051
RGB
CMYK
RGB Variations
Color information
#E56051 (or 0xE56051) is known color: Flamingo. HEX triplet: E5, 60 and 51. RGB value is (229,96,81). Sum of RGB (Red+Green+Blue) = 229+96+81=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E56051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56051 is #1A9FAE. Grayscale: #868686. Windows color (decimal): -1744815 or 5333221. OLE color: 5333221.
HSL color Cylindrical-coordinate representation of color #E56051: hue angle of 6.08º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E56051 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 81 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.10 |
| HSL | 6.08º | 0.74% | 0.61% | - |
| HSV(B) | 6.08º | 0.65% | 0.9% | - |
| XYZ | 37.98 | 25.62 | 10.73 | - |
| YUV | 134.06 | 98.06 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 81 | 0 | 0.58 | 0.65 | 0.10 | 6.08 | 0.74 | 0.61 |
| Hex | E5 | 60 | 51 | 0 | 3A | 41 | A | 6 | 4A | 3D |
| Octal | 345 | 140 | 121 | 0 | 72 | 101 | 12 | 6 | 112 | 75 |
| Binary | 11100101 | 1100000 | 1010001 | 0 | 111010 | 1000001 | 1010 | 110 | 1001010 | 111101 |
Color Harmonies of #E56051
Complementary color
Monochromatic Colors of #E56051
Black with #E56051
Text Example
Text Example
White with #E56051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56051; }
p { color: rgb(229,96,81); }
H1.HeaderClassName
{
color: #E56051;
}
.AnyTagClassName
{
color: #E56051;
}
</style>
background-color css
<style>
a { background-color: #E56051; }
a { background-color: rgb(229,96,81); }
div.DivClassName
{
background-color: #E56051;
}
.BgClassName
{
background-color: #E56051;
}
</style>
border-color css
<style>
span { border-color: #E56051; }
span { border-color: rgb(229,96,81); }
td.TdClassName
{
border-color: #E56051;
}
.TagClassName
{
border-color: #E56051;
}
</style>