Shades of Flamingo #E56454
Tints of Flamingo #E56454
RGB
CMYK
RGB Variations
Color information
#E56454 (or 0xE56454) is known color: Flamingo. HEX triplet: E5, 64 and 54. RGB value is (229,100,84). Sum of RGB (Red+Green+Blue) = 229+100+84=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E56454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56454 is #1A9BAB. Grayscale: #888888. Windows color (decimal): -1743788 or 5530853. OLE color: 5530853.
HSL color Cylindrical-coordinate representation of color #E56454: hue angle of 6.62º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E56454 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 84 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.10 |
| HSL | 6.62º | 0.74% | 0.61% | - |
| HSV(B) | 6.62º | 0.63% | 0.9% | - |
| XYZ | 38.47 | 26.41 | 11.46 | - |
| YUV | 136.75 | 98.24 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 84 | 0 | 0.56 | 0.63 | 0.10 | 6.62 | 0.74 | 0.61 |
| Hex | E5 | 64 | 54 | 0 | 38 | 3F | A | 7 | 4A | 3D |
| Octal | 345 | 144 | 124 | 0 | 70 | 77 | 12 | 7 | 112 | 75 |
| Binary | 11100101 | 1100100 | 1010100 | 0 | 111000 | 111111 | 1010 | 111 | 1001010 | 111101 |
Color Harmonies of #E56454
Complementary color
Monochromatic Colors of #E56454
Black with #E56454
Text Example
Text Example
White with #E56454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56454; }
p { color: rgb(229,100,84); }
H1.HeaderClassName
{
color: #E56454;
}
.AnyTagClassName
{
color: #E56454;
}
</style>
background-color css
<style>
a { background-color: #E56454; }
a { background-color: rgb(229,100,84); }
div.DivClassName
{
background-color: #E56454;
}
.BgClassName
{
background-color: #E56454;
}
</style>
border-color css
<style>
span { border-color: #E56454; }
span { border-color: rgb(229,100,84); }
td.TdClassName
{
border-color: #E56454;
}
.TagClassName
{
border-color: #E56454;
}
</style>