Shades of Flamingo #E86557
Tints of Flamingo #E86557
RGB
CMYK
RGB Variations
Color information
#E86557 (or 0xE86557) is known color: Flamingo. HEX triplet: E8, 65 and 57. RGB value is (232,101,87). Sum of RGB (Red+Green+Blue) = 232+101+87=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E86557 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86557 is #179AA8. Grayscale: #8A8A8A. Windows color (decimal): -1546921 or 5727720. OLE color: 5727720.
HSL color Cylindrical-coordinate representation of color #E86557: hue angle of 5.79º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E86557 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 87 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.09 |
| HSL | 5.79º | 0.76% | 0.63% | - |
| HSV(B) | 5.79º | 0.63% | 0.91% | - |
| XYZ | 39.65 | 27.15 | 12.17 | - |
| YUV | 138.57 | 98.9 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 87 | 0 | 0.56 | 0.62 | 0.09 | 5.79 | 0.76 | 0.63 |
| Hex | E8 | 65 | 57 | 0 | 38 | 3E | 9 | 6 | 4C | 3F |
| Octal | 350 | 145 | 127 | 0 | 70 | 76 | 11 | 6 | 114 | 77 |
| Binary | 11101000 | 1100101 | 1010111 | 0 | 111000 | 111110 | 1001 | 110 | 1001100 | 111111 |
Color Harmonies of #E86557
Complementary color
Monochromatic Colors of #E86557
Black with #E86557
Text Example
Text Example
White with #E86557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86557; }
p { color: rgb(232,101,87); }
H1.HeaderClassName
{
color: #E86557;
}
.AnyTagClassName
{
color: #E86557;
}
</style>
background-color css
<style>
a { background-color: #E86557; }
a { background-color: rgb(232,101,87); }
div.DivClassName
{
background-color: #E86557;
}
.BgClassName
{
background-color: #E86557;
}
</style>
border-color css
<style>
span { border-color: #E86557; }
span { border-color: rgb(232,101,87); }
td.TdClassName
{
border-color: #E86557;
}
.TagClassName
{
border-color: #E86557;
}
</style>