Shades of Flamingo #E56648
Tints of Flamingo #E56648
RGB
CMYK
RGB Variations
Color information
#E56648 (or 0xE56648) is known color: Flamingo. HEX triplet: E5, 66 and 48. RGB value is (229,102,72). Sum of RGB (Red+Green+Blue) = 229+102+72=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E56648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56648 is #1A99B7. Grayscale: #888888. Windows color (decimal): -1743288 or 4744933. OLE color: 4744933.
HSL color Cylindrical-coordinate representation of color #E56648: hue angle of 11.46º 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 #E56648 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 72 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.10 |
| HSL | 11.46º | 0.75% | 0.59% | - |
| HSV(B) | 11.46º | 0.69% | 0.9% | - |
| XYZ | 38.23 | 26.63 | 9.26 | - |
| YUV | 136.55 | 91.58 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 72 | 0 | 0.55 | 0.69 | 0.10 | 11.46 | 0.75 | 0.59 |
| Hex | E5 | 66 | 48 | 0 | 37 | 45 | A | B | 4B | 3B |
| Octal | 345 | 146 | 110 | 0 | 67 | 105 | 12 | 13 | 113 | 73 |
| Binary | 11100101 | 1100110 | 1001000 | 0 | 110111 | 1000101 | 1010 | 1011 | 1001011 | 111011 |
Color Harmonies of #E56648
Complementary color
Monochromatic Colors of #E56648
Black with #E56648
Text Example
Text Example
White with #E56648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56648; }
p { color: rgb(229,102,72); }
H1.HeaderClassName
{
color: #E56648;
}
.AnyTagClassName
{
color: #E56648;
}
</style>
background-color css
<style>
a { background-color: #E56648; }
a { background-color: rgb(229,102,72); }
div.DivClassName
{
background-color: #E56648;
}
.BgClassName
{
background-color: #E56648;
}
</style>
border-color css
<style>
span { border-color: #E56648; }
span { border-color: rgb(229,102,72); }
td.TdClassName
{
border-color: #E56648;
}
.TagClassName
{
border-color: #E56648;
}
</style>