Shades of Flamingo #E56354
Tints of Flamingo #E56354
RGB
CMYK
RGB Variations
Color information
#E56354 (or 0xE56354) is known color: Flamingo. HEX triplet: E5, 63 and 54. RGB value is (229,99,84). Sum of RGB (Red+Green+Blue) = 229+99+84=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E56354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56354 is #1A9CAB. Grayscale: #888888. Windows color (decimal): -1744044 or 5530597. OLE color: 5530597.
HSL color Cylindrical-coordinate representation of color #E56354: hue angle of 6.21º 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 #E56354 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 84 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.10 |
| HSL | 6.21º | 0.74% | 0.61% | - |
| HSV(B) | 6.21º | 0.63% | 0.9% | - |
| XYZ | 38.38 | 26.22 | 11.43 | - |
| YUV | 136.16 | 98.57 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 84 | 0 | 0.57 | 0.63 | 0.10 | 6.21 | 0.74 | 0.61 |
| Hex | E5 | 63 | 54 | 0 | 39 | 3F | A | 6 | 4A | 3D |
| Octal | 345 | 143 | 124 | 0 | 71 | 77 | 12 | 6 | 112 | 75 |
| Binary | 11100101 | 1100011 | 1010100 | 0 | 111001 | 111111 | 1010 | 110 | 1001010 | 111101 |
Color Harmonies of #E56354
Complementary color
Monochromatic Colors of #E56354
Black with #E56354
Text Example
Text Example
White with #E56354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56354; }
p { color: rgb(229,99,84); }
H1.HeaderClassName
{
color: #E56354;
}
.AnyTagClassName
{
color: #E56354;
}
</style>
background-color css
<style>
a { background-color: #E56354; }
a { background-color: rgb(229,99,84); }
div.DivClassName
{
background-color: #E56354;
}
.BgClassName
{
background-color: #E56354;
}
</style>
border-color css
<style>
span { border-color: #E56354; }
span { border-color: rgb(229,99,84); }
td.TdClassName
{
border-color: #E56354;
}
.TagClassName
{
border-color: #E56354;
}
</style>