Shades of Flamingo #E56A50
Tints of Flamingo #E56A50
RGB
CMYK
RGB Variations
Color information
#E56A50 (or 0xE56A50) is known color: Flamingo. HEX triplet: E5, 6A and 50. RGB value is (229,106,80). Sum of RGB (Red+Green+Blue) = 229+106+80=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56A50 is #1A95AF. Grayscale: #8C8C8C. Windows color (decimal): -1742256 or 5270245. OLE color: 5270245.
HSL color Cylindrical-coordinate representation of color #E56A50: hue angle of 10.47º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E56A50 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 80 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.10 |
| HSL | 10.47º | 0.74% | 0.61% | - |
| HSV(B) | 10.47º | 0.65% | 0.9% | - |
| XYZ | 38.92 | 27.55 | 10.86 | - |
| YUV | 139.81 | 94.25 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 80 | 0 | 0.54 | 0.65 | 0.10 | 10.47 | 0.74 | 0.61 |
| Hex | E5 | 6A | 50 | 0 | 36 | 41 | A | A | 4A | 3D |
| Octal | 345 | 152 | 120 | 0 | 66 | 101 | 12 | 12 | 112 | 75 |
| Binary | 11100101 | 1101010 | 1010000 | 0 | 110110 | 1000001 | 1010 | 1010 | 1001010 | 111101 |
Color Harmonies of #E56A50
Complementary color
Monochromatic Colors of #E56A50
Black with #E56A50
Text Example
Text Example
White with #E56A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56A50; }
p { color: rgb(229,106,80); }
H1.HeaderClassName
{
color: #E56A50;
}
.AnyTagClassName
{
color: #E56A50;
}
</style>
background-color css
<style>
a { background-color: #E56A50; }
a { background-color: rgb(229,106,80); }
div.DivClassName
{
background-color: #E56A50;
}
.BgClassName
{
background-color: #E56A50;
}
</style>
border-color css
<style>
span { border-color: #E56A50; }
span { border-color: rgb(229,106,80); }
td.TdClassName
{
border-color: #E56A50;
}
.TagClassName
{
border-color: #E56A50;
}
</style>