Shades of Flamingo #E56658
Tints of Flamingo #E56658
RGB
CMYK
RGB Variations
Color information
#E56658 (or 0xE56658) is known color: Flamingo. HEX triplet: E5, 66 and 58. RGB value is (229,102,88). Sum of RGB (Red+Green+Blue) = 229+102+88=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E56658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56658 is #1A99A7. Grayscale: #8A8A8A. Windows color (decimal): -1743272 or 5793509. OLE color: 5793509.
HSL color Cylindrical-coordinate representation of color #E56658: hue angle of 5.96º 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 #E56658 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 88 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.10 |
| HSL | 5.96º | 0.73% | 0.62% | - |
| HSV(B) | 5.96º | 0.62% | 0.9% | - |
| XYZ | 38.83 | 26.87 | 12.37 | - |
| YUV | 138.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 88 | 0 | 0.55 | 0.62 | 0.10 | 5.96 | 0.73 | 0.62 |
| Hex | E5 | 66 | 58 | 0 | 37 | 3E | A | 6 | 49 | 3E |
| Octal | 345 | 146 | 130 | 0 | 67 | 76 | 12 | 6 | 111 | 76 |
| Binary | 11100101 | 1100110 | 1011000 | 0 | 110111 | 111110 | 1010 | 110 | 1001001 | 111110 |
Color Harmonies of #E56658
Complementary color
Monochromatic Colors of #E56658
Black with #E56658
Text Example
Text Example
White with #E56658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56658; }
p { color: rgb(229,102,88); }
H1.HeaderClassName
{
color: #E56658;
}
.AnyTagClassName
{
color: #E56658;
}
</style>
background-color css
<style>
a { background-color: #E56658; }
a { background-color: rgb(229,102,88); }
div.DivClassName
{
background-color: #E56658;
}
.BgClassName
{
background-color: #E56658;
}
</style>
border-color css
<style>
span { border-color: #E56658; }
span { border-color: rgb(229,102,88); }
td.TdClassName
{
border-color: #E56658;
}
.TagClassName
{
border-color: #E56658;
}
</style>