Shades of Flamingo #E56551
Tints of Flamingo #E56551
RGB
CMYK
RGB Variations
Color information
#E56551 (or 0xE56551) is known color: Flamingo. HEX triplet: E5, 65 and 51. RGB value is (229,101,81). Sum of RGB (Red+Green+Blue) = 229+101+81=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E56551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56551 is #1A9AAE. Grayscale: #898989. Windows color (decimal): -1743535 or 5334501. OLE color: 5334501.
HSL color Cylindrical-coordinate representation of color #E56551: hue angle of 8.11º 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 #E56551 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 81 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.10 |
| HSL | 8.11º | 0.74% | 0.61% | - |
| HSV(B) | 8.11º | 0.65% | 0.9% | - |
| XYZ | 38.45 | 26.56 | 10.88 | - |
| YUV | 136.99 | 96.41 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 81 | 0 | 0.56 | 0.65 | 0.10 | 8.11 | 0.74 | 0.61 |
| Hex | E5 | 65 | 51 | 0 | 38 | 41 | A | 8 | 4A | 3D |
| Octal | 345 | 145 | 121 | 0 | 70 | 101 | 12 | 10 | 112 | 75 |
| Binary | 11100101 | 1100101 | 1010001 | 0 | 111000 | 1000001 | 1010 | 1000 | 1001010 | 111101 |
Color Harmonies of #E56551
Complementary color
Monochromatic Colors of #E56551
Black with #E56551
Text Example
Text Example
White with #E56551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56551; }
p { color: rgb(229,101,81); }
H1.HeaderClassName
{
color: #E56551;
}
.AnyTagClassName
{
color: #E56551;
}
</style>
background-color css
<style>
a { background-color: #E56551; }
a { background-color: rgb(229,101,81); }
div.DivClassName
{
background-color: #E56551;
}
.BgClassName
{
background-color: #E56551;
}
</style>
border-color css
<style>
span { border-color: #E56551; }
span { border-color: rgb(229,101,81); }
td.TdClassName
{
border-color: #E56551;
}
.TagClassName
{
border-color: #E56551;
}
</style>