Shades of Flamingo #E86756
Tints of Flamingo #E86756
RGB
CMYK
RGB Variations
Color information
#E86756 (or 0xE86756) is known color: Flamingo. HEX triplet: E8, 67 and 56. RGB value is (232,103,86). Sum of RGB (Red+Green+Blue) = 232+103+86=421 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.11% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 232 - color contains mainly: red. Hex color #E86756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86756 is #1798A9. Grayscale: #8B8B8B. Windows color (decimal): -1546410 or 5662696. OLE color: 5662696.
HSL color Cylindrical-coordinate representation of color #E86756: hue angle of 6.99º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E86756 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 103 | 86 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.09 |
| HSL | 6.99º | 0.76% | 0.62% | - |
| HSV(B) | 6.99º | 0.63% | 0.91% | - |
| XYZ | 39.81 | 27.53 | 12.02 | - |
| YUV | 139.63 | 97.74 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 103 | 86 | 0 | 0.56 | 0.63 | 0.09 | 6.99 | 0.76 | 0.62 |
| Hex | E8 | 67 | 56 | 0 | 38 | 3F | 9 | 7 | 4C | 3E |
| Octal | 350 | 147 | 126 | 0 | 70 | 77 | 11 | 7 | 114 | 76 |
| Binary | 11101000 | 1100111 | 1010110 | 0 | 111000 | 111111 | 1001 | 111 | 1001100 | 111110 |
Color Harmonies of #E86756
Complementary color
Monochromatic Colors of #E86756
Black with #E86756
Text Example
Text Example
White with #E86756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86756; }
p { color: rgb(232,103,86); }
H1.HeaderClassName
{
color: #E86756;
}
.AnyTagClassName
{
color: #E86756;
}
</style>
background-color css
<style>
a { background-color: #E86756; }
a { background-color: rgb(232,103,86); }
div.DivClassName
{
background-color: #E86756;
}
.BgClassName
{
background-color: #E86756;
}
</style>
border-color css
<style>
span { border-color: #E86756; }
span { border-color: rgb(232,103,86); }
td.TdClassName
{
border-color: #E86756;
}
.TagClassName
{
border-color: #E86756;
}
</style>