Shades of Flamingo #E56053
Tints of Flamingo #E56053
RGB
CMYK
RGB Variations
Color information
#E56053 (or 0xE56053) is known color: Flamingo. HEX triplet: E5, 60 and 53. RGB value is (229,96,83). Sum of RGB (Red+Green+Blue) = 229+96+83=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E56053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56053 is #1A9FAC. Grayscale: #868686. Windows color (decimal): -1744813 or 5464293. OLE color: 5464293.
HSL color Cylindrical-coordinate representation of color #E56053: hue angle of 5.34º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E56053 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 83 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.10 |
| HSL | 5.34º | 0.74% | 0.61% | - |
| HSV(B) | 5.34º | 0.64% | 0.9% | - |
| XYZ | 38.06 | 25.65 | 11.13 | - |
| YUV | 134.29 | 99.06 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 83 | 0 | 0.58 | 0.64 | 0.10 | 5.34 | 0.74 | 0.61 |
| Hex | E5 | 60 | 53 | 0 | 3A | 40 | A | 5 | 4A | 3D |
| Octal | 345 | 140 | 123 | 0 | 72 | 100 | 12 | 5 | 112 | 75 |
| Binary | 11100101 | 1100000 | 1010011 | 0 | 111010 | 1000000 | 1010 | 101 | 1001010 | 111101 |
Color Harmonies of #E56053
Complementary color
Monochromatic Colors of #E56053
Black with #E56053
Text Example
Text Example
White with #E56053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56053; }
p { color: rgb(229,96,83); }
H1.HeaderClassName
{
color: #E56053;
}
.AnyTagClassName
{
color: #E56053;
}
</style>
background-color css
<style>
a { background-color: #E56053; }
a { background-color: rgb(229,96,83); }
div.DivClassName
{
background-color: #E56053;
}
.BgClassName
{
background-color: #E56053;
}
</style>
border-color css
<style>
span { border-color: #E56053; }
span { border-color: rgb(229,96,83); }
td.TdClassName
{
border-color: #E56053;
}
.TagClassName
{
border-color: #E56053;
}
</style>