Shades of Flamingo #E56955
Tints of Flamingo #E56955
RGB
CMYK
RGB Variations
Color information
#E56955 (or 0xE56955) is known color: Flamingo. HEX triplet: E5, 69 and 55. RGB value is (229,105,85). Sum of RGB (Red+Green+Blue) = 229+105+85=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E56955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56955 is #1A96AA. Grayscale: #8C8C8C. Windows color (decimal): -1742507 or 5597669. OLE color: 5597669.
HSL color Cylindrical-coordinate representation of color #E56955: hue angle of 8.33º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E56955 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 85 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.10 |
| HSL | 8.33º | 0.73% | 0.62% | - |
| HSV(B) | 8.33º | 0.63% | 0.9% | - |
| XYZ | 39 | 27.42 | 11.83 | - |
| YUV | 139.8 | 97.08 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 85 | 0 | 0.54 | 0.63 | 0.10 | 8.33 | 0.73 | 0.62 |
| Hex | E5 | 69 | 55 | 0 | 36 | 3F | A | 8 | 49 | 3E |
| Octal | 345 | 151 | 125 | 0 | 66 | 77 | 12 | 10 | 111 | 76 |
| Binary | 11100101 | 1101001 | 1010101 | 0 | 110110 | 111111 | 1010 | 1000 | 1001001 | 111110 |
Color Harmonies of #E56955
Complementary color
Monochromatic Colors of #E56955
Black with #E56955
Text Example
Text Example
White with #E56955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56955; }
p { color: rgb(229,105,85); }
H1.HeaderClassName
{
color: #E56955;
}
.AnyTagClassName
{
color: #E56955;
}
</style>
background-color css
<style>
a { background-color: #E56955; }
a { background-color: rgb(229,105,85); }
div.DivClassName
{
background-color: #E56955;
}
.BgClassName
{
background-color: #E56955;
}
</style>
border-color css
<style>
span { border-color: #E56955; }
span { border-color: rgb(229,105,85); }
td.TdClassName
{
border-color: #E56955;
}
.TagClassName
{
border-color: #E56955;
}
</style>