Shades of Flamingo #E56755
Tints of Flamingo #E56755
RGB
CMYK
RGB Variations
Color information
#E56755 (or 0xE56755) is known color: Flamingo. HEX triplet: E5, 67 and 55. RGB value is (229,103,85). Sum of RGB (Red+Green+Blue) = 229+103+85=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E56755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56755 is #1A98AA. Grayscale: #8A8A8A. Windows color (decimal): -1743019 or 5597157. OLE color: 5597157.
HSL color Cylindrical-coordinate representation of color #E56755: hue angle of 7.5º 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 #E56755 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 85 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.10 |
| HSL | 7.5º | 0.73% | 0.62% | - |
| HSV(B) | 7.5º | 0.63% | 0.9% | - |
| XYZ | 38.8 | 27.01 | 11.76 | - |
| YUV | 138.62 | 97.74 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 85 | 0 | 0.55 | 0.63 | 0.10 | 7.5 | 0.73 | 0.62 |
| Hex | E5 | 67 | 55 | 0 | 37 | 3F | A | 8 | 49 | 3E |
| Octal | 345 | 147 | 125 | 0 | 67 | 77 | 12 | 10 | 111 | 76 |
| Binary | 11100101 | 1100111 | 1010101 | 0 | 110111 | 111111 | 1010 | 1000 | 1001001 | 111110 |
Color Harmonies of #E56755
Complementary color
Monochromatic Colors of #E56755
Black with #E56755
Text Example
Text Example
White with #E56755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56755; }
p { color: rgb(229,103,85); }
H1.HeaderClassName
{
color: #E56755;
}
.AnyTagClassName
{
color: #E56755;
}
</style>
background-color css
<style>
a { background-color: #E56755; }
a { background-color: rgb(229,103,85); }
div.DivClassName
{
background-color: #E56755;
}
.BgClassName
{
background-color: #E56755;
}
</style>
border-color css
<style>
span { border-color: #E56755; }
span { border-color: rgb(229,103,85); }
td.TdClassName
{
border-color: #E56755;
}
.TagClassName
{
border-color: #E56755;
}
</style>