Shades of Flamingo #E56655
Tints of Flamingo #E56655
RGB
CMYK
RGB Variations
Color information
#E56655 (or 0xE56655) is known color: Flamingo. HEX triplet: E5, 66 and 55. RGB value is (229,102,85). Sum of RGB (Red+Green+Blue) = 229+102+85=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E56655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56655 is #1A99AA. Grayscale: #8A8A8A. Windows color (decimal): -1743275 or 5596901. OLE color: 5596901.
HSL color Cylindrical-coordinate representation of color #E56655: hue angle of 7.08º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E56655 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 85 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.10 |
| HSL | 7.08º | 0.73% | 0.62% | - |
| HSV(B) | 7.08º | 0.63% | 0.9% | - |
| XYZ | 38.7 | 26.82 | 11.73 | - |
| YUV | 138.04 | 98.08 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 85 | 0 | 0.55 | 0.63 | 0.10 | 7.08 | 0.73 | 0.62 |
| Hex | E5 | 66 | 55 | 0 | 37 | 3F | A | 7 | 49 | 3E |
| Octal | 345 | 146 | 125 | 0 | 67 | 77 | 12 | 7 | 111 | 76 |
| Binary | 11100101 | 1100110 | 1010101 | 0 | 110111 | 111111 | 1010 | 111 | 1001001 | 111110 |
Color Harmonies of #E56655
Complementary color
Monochromatic Colors of #E56655
Black with #E56655
Text Example
Text Example
White with #E56655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56655; }
p { color: rgb(229,102,85); }
H1.HeaderClassName
{
color: #E56655;
}
.AnyTagClassName
{
color: #E56655;
}
</style>
background-color css
<style>
a { background-color: #E56655; }
a { background-color: rgb(229,102,85); }
div.DivClassName
{
background-color: #E56655;
}
.BgClassName
{
background-color: #E56655;
}
</style>
border-color css
<style>
span { border-color: #E56655; }
span { border-color: rgb(229,102,85); }
td.TdClassName
{
border-color: #E56655;
}
.TagClassName
{
border-color: #E56655;
}
</style>