Shades of Flamingo #E56546
Tints of Flamingo #E56546
RGB
CMYK
RGB Variations
Color information
#E56546 (or 0xE56546) is known color: Flamingo. HEX triplet: E5, 65 and 46. RGB value is (229,101,70). Sum of RGB (Red+Green+Blue) = 229+101+70=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E56546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56546 is #1A9AB9. Grayscale: #878787. Windows color (decimal): -1743546 or 4613605. OLE color: 4613605.
HSL color Cylindrical-coordinate representation of color #E56546: hue angle of 11.7º 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 #E56546 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 70 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.10 |
| HSL | 11.7º | 0.75% | 0.59% | - |
| HSV(B) | 11.7º | 0.69% | 0.9% | - |
| XYZ | 38.07 | 26.41 | 8.88 | - |
| YUV | 135.74 | 90.91 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 70 | 0 | 0.56 | 0.69 | 0.10 | 11.7 | 0.75 | 0.59 |
| Hex | E5 | 65 | 46 | 0 | 38 | 45 | A | C | 4B | 3B |
| Octal | 345 | 145 | 106 | 0 | 70 | 105 | 12 | 14 | 113 | 73 |
| Binary | 11100101 | 1100101 | 1000110 | 0 | 111000 | 1000101 | 1010 | 1100 | 1001011 | 111011 |
Color Harmonies of #E56546
Complementary color
Monochromatic Colors of #E56546
Black with #E56546
Text Example
Text Example
White with #E56546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56546; }
p { color: rgb(229,101,70); }
H1.HeaderClassName
{
color: #E56546;
}
.AnyTagClassName
{
color: #E56546;
}
</style>
background-color css
<style>
a { background-color: #E56546; }
a { background-color: rgb(229,101,70); }
div.DivClassName
{
background-color: #E56546;
}
.BgClassName
{
background-color: #E56546;
}
</style>
border-color css
<style>
span { border-color: #E56546; }
span { border-color: rgb(229,101,70); }
td.TdClassName
{
border-color: #E56546;
}
.TagClassName
{
border-color: #E56546;
}
</style>