Shades of Flamingo #E56447
Tints of Flamingo #E56447
RGB
CMYK
RGB Variations
Color information
#E56447 (or 0xE56447) is known color: Flamingo. HEX triplet: E5, 64 and 47. RGB value is (229,100,71). Sum of RGB (Red+Green+Blue) = 229+100+71=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E56447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56447 is #1A9BB8. Grayscale: #878787. Windows color (decimal): -1743801 or 4678885. OLE color: 4678885.
HSL color Cylindrical-coordinate representation of color #E56447: hue angle of 11.01º 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 #E56447 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 71 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.10 |
| HSL | 11.01º | 0.75% | 0.59% | - |
| HSV(B) | 11.01º | 0.69% | 0.9% | - |
| XYZ | 38.01 | 26.23 | 9.02 | - |
| YUV | 135.27 | 91.74 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 71 | 0 | 0.56 | 0.69 | 0.10 | 11.01 | 0.75 | 0.59 |
| Hex | E5 | 64 | 47 | 0 | 38 | 45 | A | B | 4B | 3B |
| Octal | 345 | 144 | 107 | 0 | 70 | 105 | 12 | 13 | 113 | 73 |
| Binary | 11100101 | 1100100 | 1000111 | 0 | 111000 | 1000101 | 1010 | 1011 | 1001011 | 111011 |
Color Harmonies of #E56447
Complementary color
Monochromatic Colors of #E56447
Black with #E56447
Text Example
Text Example
White with #E56447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56447; }
p { color: rgb(229,100,71); }
H1.HeaderClassName
{
color: #E56447;
}
.AnyTagClassName
{
color: #E56447;
}
</style>
background-color css
<style>
a { background-color: #E56447; }
a { background-color: rgb(229,100,71); }
div.DivClassName
{
background-color: #E56447;
}
.BgClassName
{
background-color: #E56447;
}
</style>
border-color css
<style>
span { border-color: #E56447; }
span { border-color: rgb(229,100,71); }
td.TdClassName
{
border-color: #E56447;
}
.TagClassName
{
border-color: #E56447;
}
</style>