Shades of Flamingo #E56450
Tints of Flamingo #E56450
RGB
CMYK
RGB Variations
Color information
#E56450 (or 0xE56450) is known color: Flamingo. HEX triplet: E5, 64 and 50. RGB value is (229,100,80). Sum of RGB (Red+Green+Blue) = 229+100+80=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E56450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56450 is #1A9BAF. Grayscale: #888888. Windows color (decimal): -1743792 or 5268709. OLE color: 5268709.
HSL color Cylindrical-coordinate representation of color #E56450: hue angle of 8.05º 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 #E56450 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 80 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.10 |
| HSL | 8.05º | 0.74% | 0.61% | - |
| HSV(B) | 8.05º | 0.65% | 0.9% | - |
| XYZ | 38.32 | 26.35 | 10.66 | - |
| YUV | 136.29 | 96.24 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 80 | 0 | 0.56 | 0.65 | 0.10 | 8.05 | 0.74 | 0.61 |
| Hex | E5 | 64 | 50 | 0 | 38 | 41 | A | 8 | 4A | 3D |
| Octal | 345 | 144 | 120 | 0 | 70 | 101 | 12 | 10 | 112 | 75 |
| Binary | 11100101 | 1100100 | 1010000 | 0 | 111000 | 1000001 | 1010 | 1000 | 1001010 | 111101 |
Color Harmonies of #E56450
Complementary color
Monochromatic Colors of #E56450
Black with #E56450
Text Example
Text Example
White with #E56450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56450; }
p { color: rgb(229,100,80); }
H1.HeaderClassName
{
color: #E56450;
}
.AnyTagClassName
{
color: #E56450;
}
</style>
background-color css
<style>
a { background-color: #E56450; }
a { background-color: rgb(229,100,80); }
div.DivClassName
{
background-color: #E56450;
}
.BgClassName
{
background-color: #E56450;
}
</style>
border-color css
<style>
span { border-color: #E56450; }
span { border-color: rgb(229,100,80); }
td.TdClassName
{
border-color: #E56450;
}
.TagClassName
{
border-color: #E56450;
}
</style>