Shades of Flamingo #E56858
Tints of Flamingo #E56858
RGB
CMYK
RGB Variations
Color information
#E56858 (or 0xE56858) is known color: Flamingo. HEX triplet: E5, 68 and 58. RGB value is (229,104,88). Sum of RGB (Red+Green+Blue) = 229+104+88=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E56858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56858 is #1A97A7. Grayscale: #8B8B8B. Windows color (decimal): -1742760 or 5794021. OLE color: 5794021.
HSL color Cylindrical-coordinate representation of color #E56858: hue angle of 6.81º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E56858 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 88 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.10 |
| HSL | 6.81º | 0.73% | 0.62% | - |
| HSV(B) | 6.81º | 0.62% | 0.9% | - |
| XYZ | 39.02 | 27.26 | 12.44 | - |
| YUV | 139.55 | 98.91 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 88 | 0 | 0.55 | 0.62 | 0.10 | 6.81 | 0.73 | 0.62 |
| Hex | E5 | 68 | 58 | 0 | 37 | 3E | A | 7 | 49 | 3E |
| Octal | 345 | 150 | 130 | 0 | 67 | 76 | 12 | 7 | 111 | 76 |
| Binary | 11100101 | 1101000 | 1011000 | 0 | 110111 | 111110 | 1010 | 111 | 1001001 | 111110 |
Color Harmonies of #E56858
Complementary color
Monochromatic Colors of #E56858
Black with #E56858
Text Example
Text Example
White with #E56858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56858; }
p { color: rgb(229,104,88); }
H1.HeaderClassName
{
color: #E56858;
}
.AnyTagClassName
{
color: #E56858;
}
</style>
background-color css
<style>
a { background-color: #E56858; }
a { background-color: rgb(229,104,88); }
div.DivClassName
{
background-color: #E56858;
}
.BgClassName
{
background-color: #E56858;
}
</style>
border-color css
<style>
span { border-color: #E56858; }
span { border-color: rgb(229,104,88); }
td.TdClassName
{
border-color: #E56858;
}
.TagClassName
{
border-color: #E56858;
}
</style>