Shades of Flamingo #E56346
Tints of Flamingo #E56346
RGB
CMYK
RGB Variations
Color information
#E56346 (or 0xE56346) is known color: Flamingo. HEX triplet: E5, 63 and 46. RGB value is (229,99,70). Sum of RGB (Red+Green+Blue) = 229+99+70=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E56346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56346 is #1A9CB9. Grayscale: #868686. Windows color (decimal): -1744058 or 4613093. OLE color: 4613093.
HSL color Cylindrical-coordinate representation of color #E56346: hue angle of 10.94º 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 #E56346 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 70 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.10 |
| HSL | 10.94º | 0.75% | 0.59% | - |
| HSV(B) | 10.94º | 0.69% | 0.9% | - |
| XYZ | 37.88 | 26.02 | 8.82 | - |
| YUV | 134.56 | 91.57 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 70 | 0 | 0.57 | 0.69 | 0.10 | 10.94 | 0.75 | 0.59 |
| Hex | E5 | 63 | 46 | 0 | 39 | 45 | A | B | 4B | 3B |
| Octal | 345 | 143 | 106 | 0 | 71 | 105 | 12 | 13 | 113 | 73 |
| Binary | 11100101 | 1100011 | 1000110 | 0 | 111001 | 1000101 | 1010 | 1011 | 1001011 | 111011 |
Color Harmonies of #E56346
Complementary color
Monochromatic Colors of #E56346
Black with #E56346
Text Example
Text Example
White with #E56346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56346; }
p { color: rgb(229,99,70); }
H1.HeaderClassName
{
color: #E56346;
}
.AnyTagClassName
{
color: #E56346;
}
</style>
background-color css
<style>
a { background-color: #E56346; }
a { background-color: rgb(229,99,70); }
div.DivClassName
{
background-color: #E56346;
}
.BgClassName
{
background-color: #E56346;
}
</style>
border-color css
<style>
span { border-color: #E56346; }
span { border-color: rgb(229,99,70); }
td.TdClassName
{
border-color: #E56346;
}
.TagClassName
{
border-color: #E56346;
}
</style>