Shades of Flamingo #E56948
Tints of Flamingo #E56948
RGB
CMYK
RGB Variations
Color information
#E56948 (or 0xE56948) is known color: Flamingo. HEX triplet: E5, 69 and 48. RGB value is (229,105,72). Sum of RGB (Red+Green+Blue) = 229+105+72=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E56948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56948 is #1A96B7. Grayscale: #8A8A8A. Windows color (decimal): -1742520 or 4745701. OLE color: 4745701.
HSL color Cylindrical-coordinate representation of color #E56948: hue angle of 12.61º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E56948 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 72 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.10 |
| HSL | 12.61º | 0.75% | 0.59% | - |
| HSV(B) | 12.61º | 0.69% | 0.9% | - |
| XYZ | 38.53 | 27.23 | 9.36 | - |
| YUV | 138.31 | 90.58 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 72 | 0 | 0.54 | 0.69 | 0.10 | 12.61 | 0.75 | 0.59 |
| Hex | E5 | 69 | 48 | 0 | 36 | 45 | A | D | 4B | 3B |
| Octal | 345 | 151 | 110 | 0 | 66 | 105 | 12 | 15 | 113 | 73 |
| Binary | 11100101 | 1101001 | 1001000 | 0 | 110110 | 1000101 | 1010 | 1101 | 1001011 | 111011 |
Color Harmonies of #E56948
Complementary color
Monochromatic Colors of #E56948
Black with #E56948
Text Example
Text Example
White with #E56948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56948; }
p { color: rgb(229,105,72); }
H1.HeaderClassName
{
color: #E56948;
}
.AnyTagClassName
{
color: #E56948;
}
</style>
background-color css
<style>
a { background-color: #E56948; }
a { background-color: rgb(229,105,72); }
div.DivClassName
{
background-color: #E56948;
}
.BgClassName
{
background-color: #E56948;
}
</style>
border-color css
<style>
span { border-color: #E56948; }
span { border-color: rgb(229,105,72); }
td.TdClassName
{
border-color: #E56948;
}
.TagClassName
{
border-color: #E56948;
}
</style>