Shades of Flamingo #E56954
Tints of Flamingo #E56954
RGB
CMYK
RGB Variations
Color information
#E56954 (or 0xE56954) is known color: Flamingo. HEX triplet: E5, 69 and 54. RGB value is (229,105,84). Sum of RGB (Red+Green+Blue) = 229+105+84=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E56954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56954 is #1A96AB. Grayscale: #8B8B8B. Windows color (decimal): -1742508 or 5532133. OLE color: 5532133.
HSL color Cylindrical-coordinate representation of color #E56954: hue angle of 8.69º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E56954 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 84 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.10 |
| HSL | 8.69º | 0.74% | 0.61% | - |
| HSV(B) | 8.69º | 0.63% | 0.9% | - |
| XYZ | 38.96 | 27.4 | 11.62 | - |
| YUV | 139.68 | 96.58 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 84 | 0 | 0.54 | 0.63 | 0.10 | 8.69 | 0.74 | 0.61 |
| Hex | E5 | 69 | 54 | 0 | 36 | 3F | A | 9 | 4A | 3D |
| Octal | 345 | 151 | 124 | 0 | 66 | 77 | 12 | 11 | 112 | 75 |
| Binary | 11100101 | 1101001 | 1010100 | 0 | 110110 | 111111 | 1010 | 1001 | 1001010 | 111101 |
Color Harmonies of #E56954
Complementary color
Monochromatic Colors of #E56954
Black with #E56954
Text Example
Text Example
White with #E56954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56954; }
p { color: rgb(229,105,84); }
H1.HeaderClassName
{
color: #E56954;
}
.AnyTagClassName
{
color: #E56954;
}
</style>
background-color css
<style>
a { background-color: #E56954; }
a { background-color: rgb(229,105,84); }
div.DivClassName
{
background-color: #E56954;
}
.BgClassName
{
background-color: #E56954;
}
</style>
border-color css
<style>
span { border-color: #E56954; }
span { border-color: rgb(229,105,84); }
td.TdClassName
{
border-color: #E56954;
}
.TagClassName
{
border-color: #E56954;
}
</style>