Shades of Flamingo #E86147
Tints of Flamingo #E86147
RGB
CMYK
RGB Variations
Color information
#E86147 (or 0xE86147) is known color: Flamingo. HEX triplet: E8, 61 and 47. RGB value is (232,97,71). Sum of RGB (Red+Green+Blue) = 232+97+71=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E86147 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86147 is #179EB8. Grayscale: #868686. Windows color (decimal): -1547961 or 4678120. OLE color: 4678120.
HSL color Cylindrical-coordinate representation of color #E86147: hue angle of 9.69º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E86147 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 71 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.09 |
| HSL | 9.69º | 0.78% | 0.59% | - |
| HSV(B) | 9.69º | 0.69% | 0.91% | - |
| XYZ | 38.69 | 26.16 | 8.97 | - |
| YUV | 134.4 | 92.23 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 71 | 0 | 0.58 | 0.69 | 0.09 | 9.69 | 0.78 | 0.59 |
| Hex | E8 | 61 | 47 | 0 | 3A | 45 | 9 | A | 4E | 3B |
| Octal | 350 | 141 | 107 | 0 | 72 | 105 | 11 | 12 | 116 | 73 |
| Binary | 11101000 | 1100001 | 1000111 | 0 | 111010 | 1000101 | 1001 | 1010 | 1001110 | 111011 |
Color Harmonies of #E86147
Complementary color
Monochromatic Colors of #E86147
Black with #E86147
Text Example
Text Example
White with #E86147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86147; }
p { color: rgb(232,97,71); }
H1.HeaderClassName
{
color: #E86147;
}
.AnyTagClassName
{
color: #E86147;
}
</style>
background-color css
<style>
a { background-color: #E86147; }
a { background-color: rgb(232,97,71); }
div.DivClassName
{
background-color: #E86147;
}
.BgClassName
{
background-color: #E86147;
}
</style>
border-color css
<style>
span { border-color: #E86147; }
span { border-color: rgb(232,97,71); }
td.TdClassName
{
border-color: #E86147;
}
.TagClassName
{
border-color: #E86147;
}
</style>