Shades of Flamingo #E56254
Tints of Flamingo #E56254
RGB
CMYK
RGB Variations
Color information
#E56254 (or 0xE56254) is known color: Flamingo. HEX triplet: E5, 62 and 54. RGB value is (229,98,84). Sum of RGB (Red+Green+Blue) = 229+98+84=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E56254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56254 is #1A9DAB. Grayscale: #878787. Windows color (decimal): -1744300 or 5530341. OLE color: 5530341.
HSL color Cylindrical-coordinate representation of color #E56254: hue angle of 5.79º 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 #E56254 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 84 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.10 |
| HSL | 5.79º | 0.74% | 0.61% | - |
| HSV(B) | 5.79º | 0.63% | 0.9% | - |
| XYZ | 38.28 | 26.03 | 11.39 | - |
| YUV | 135.57 | 98.9 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 84 | 0 | 0.57 | 0.63 | 0.10 | 5.79 | 0.74 | 0.61 |
| Hex | E5 | 62 | 54 | 0 | 39 | 3F | A | 6 | 4A | 3D |
| Octal | 345 | 142 | 124 | 0 | 71 | 77 | 12 | 6 | 112 | 75 |
| Binary | 11100101 | 1100010 | 1010100 | 0 | 111001 | 111111 | 1010 | 110 | 1001010 | 111101 |
Color Harmonies of #E56254
Complementary color
Monochromatic Colors of #E56254
Black with #E56254
Text Example
Text Example
White with #E56254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56254; }
p { color: rgb(229,98,84); }
H1.HeaderClassName
{
color: #E56254;
}
.AnyTagClassName
{
color: #E56254;
}
</style>
background-color css
<style>
a { background-color: #E56254; }
a { background-color: rgb(229,98,84); }
div.DivClassName
{
background-color: #E56254;
}
.BgClassName
{
background-color: #E56254;
}
</style>
border-color css
<style>
span { border-color: #E56254; }
span { border-color: rgb(229,98,84); }
td.TdClassName
{
border-color: #E56254;
}
.TagClassName
{
border-color: #E56254;
}
</style>