Shades of Flamingo #E56046
Tints of Flamingo #E56046
RGB
CMYK
RGB Variations
Color information
#E56046 (or 0xE56046) is known color: Flamingo. HEX triplet: E5, 60 and 46. RGB value is (229,96,70). Sum of RGB (Red+Green+Blue) = 229+96+70=395 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.97% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 229 - color contains mainly: red. Hex color #E56046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56046 is #1A9FB9. Grayscale: #858585. Windows color (decimal): -1744826 or 4612325. OLE color: 4612325.
HSL color Cylindrical-coordinate representation of color #E56046: hue angle of 9.81º 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 #E56046 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 70 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.10 |
| HSL | 9.81º | 0.75% | 0.59% | - |
| HSV(B) | 9.81º | 0.69% | 0.9% | - |
| XYZ | 37.6 | 25.47 | 8.73 | - |
| YUV | 132.8 | 92.56 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 70 | 0 | 0.58 | 0.69 | 0.10 | 9.81 | 0.75 | 0.59 |
| Hex | E5 | 60 | 46 | 0 | 3A | 45 | A | A | 4B | 3B |
| Octal | 345 | 140 | 106 | 0 | 72 | 105 | 12 | 12 | 113 | 73 |
| Binary | 11100101 | 1100000 | 1000110 | 0 | 111010 | 1000101 | 1010 | 1010 | 1001011 | 111011 |
Color Harmonies of #E56046
Complementary color
Monochromatic Colors of #E56046
Black with #E56046
Text Example
Text Example
White with #E56046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56046; }
p { color: rgb(229,96,70); }
H1.HeaderClassName
{
color: #E56046;
}
.AnyTagClassName
{
color: #E56046;
}
</style>
background-color css
<style>
a { background-color: #E56046; }
a { background-color: rgb(229,96,70); }
div.DivClassName
{
background-color: #E56046;
}
.BgClassName
{
background-color: #E56046;
}
</style>
border-color css
<style>
span { border-color: #E56046; }
span { border-color: rgb(229,96,70); }
td.TdClassName
{
border-color: #E56046;
}
.TagClassName
{
border-color: #E56046;
}
</style>