Shades of Flamingo #E86447
Tints of Flamingo #E86447
RGB
CMYK
RGB Variations
Color information
#E86447 (or 0xE86447) is known color: Flamingo. HEX triplet: E8, 64 and 47. RGB value is (232,100,71). Sum of RGB (Red+Green+Blue) = 232+100+71=403 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.57% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 232 - color contains mainly: red. Hex color #E86447 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86447 is #179BB8. Grayscale: #888888. Windows color (decimal): -1547193 or 4678888. OLE color: 4678888.
HSL color Cylindrical-coordinate representation of color #E86447: hue angle of 10.81º 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 #E86447 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 100 | 71 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.09 |
| HSL | 10.81º | 0.78% | 0.59% | - |
| HSV(B) | 10.81º | 0.69% | 0.91% | - |
| XYZ | 38.97 | 26.73 | 9.07 | - |
| YUV | 136.16 | 91.23 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 71 | 0 | 0.57 | 0.69 | 0.09 | 10.81 | 0.78 | 0.59 |
| Hex | E8 | 64 | 47 | 0 | 39 | 45 | 9 | B | 4E | 3B |
| Octal | 350 | 144 | 107 | 0 | 71 | 105 | 11 | 13 | 116 | 73 |
| Binary | 11101000 | 1100100 | 1000111 | 0 | 111001 | 1000101 | 1001 | 1011 | 1001110 | 111011 |
Color Harmonies of #E86447
Complementary color
Monochromatic Colors of #E86447
Black with #E86447
Text Example
Text Example
White with #E86447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86447; }
p { color: rgb(232,100,71); }
H1.HeaderClassName
{
color: #E86447;
}
.AnyTagClassName
{
color: #E86447;
}
</style>
background-color css
<style>
a { background-color: #E86447; }
a { background-color: rgb(232,100,71); }
div.DivClassName
{
background-color: #E86447;
}
.BgClassName
{
background-color: #E86447;
}
</style>
border-color css
<style>
span { border-color: #E86447; }
span { border-color: rgb(232,100,71); }
td.TdClassName
{
border-color: #E86447;
}
.TagClassName
{
border-color: #E86447;
}
</style>