Shades of Flamingo #E56345
Tints of Flamingo #E56345
RGB
CMYK
RGB Variations
Color information
#E56345 (or 0xE56345) is known color: Flamingo. HEX triplet: E5, 63 and 45. RGB value is (229,99,69). Sum of RGB (Red+Green+Blue) = 229+99+69=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E56345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56345 is #1A9CBA. Grayscale: #868686. Windows color (decimal): -1744059 or 4547557. OLE color: 4547557.
HSL color Cylindrical-coordinate representation of color #E56345: hue angle of 11.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E56345 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 69 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.10 |
| HSL | 11.25º | 0.75% | 0.58% | - |
| HSV(B) | 11.25º | 0.7% | 0.9% | - |
| XYZ | 37.85 | 26.01 | 8.66 | - |
| YUV | 134.45 | 91.07 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 69 | 0 | 0.57 | 0.70 | 0.10 | 11.25 | 0.75 | 0.58 |
| Hex | E5 | 63 | 45 | 0 | 39 | 46 | A | B | 4B | 3A |
| Octal | 345 | 143 | 105 | 0 | 71 | 106 | 12 | 13 | 113 | 72 |
| Binary | 11100101 | 1100011 | 1000101 | 0 | 111001 | 1000110 | 1010 | 1011 | 1001011 | 111010 |
Color Harmonies of #E56345
Complementary color
Monochromatic Colors of #E56345
Black with #E56345
Text Example
Text Example
White with #E56345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56345; }
p { color: rgb(229,99,69); }
H1.HeaderClassName
{
color: #E56345;
}
.AnyTagClassName
{
color: #E56345;
}
</style>
background-color css
<style>
a { background-color: #E56345; }
a { background-color: rgb(229,99,69); }
div.DivClassName
{
background-color: #E56345;
}
.BgClassName
{
background-color: #E56345;
}
</style>
border-color css
<style>
span { border-color: #E56345; }
span { border-color: rgb(229,99,69); }
td.TdClassName
{
border-color: #E56345;
}
.TagClassName
{
border-color: #E56345;
}
</style>