Shades of Flamingo #E85E47
Tints of Flamingo #E85E47
RGB
CMYK
RGB Variations
Color information
#E85E47 (or 0xE85E47) is known color: Flamingo. HEX triplet: E8, 5E and 47. RGB value is (232,94,71). Sum of RGB (Red+Green+Blue) = 232+94+71=397 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.44% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85E47 is #17A1B8. Grayscale: #848484. Windows color (decimal): -1548729 or 4677352. OLE color: 4677352.
HSL color Cylindrical-coordinate representation of color #E85E47: hue angle of 8.57º 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 #E85E47 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 71 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.09 |
| HSL | 8.57º | 0.78% | 0.59% | - |
| HSV(B) | 8.57º | 0.69% | 0.91% | - |
| XYZ | 38.42 | 25.62 | 8.88 | - |
| YUV | 132.64 | 93.22 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 71 | 0 | 0.59 | 0.69 | 0.09 | 8.57 | 0.78 | 0.59 |
| Hex | E8 | 5E | 47 | 0 | 3B | 45 | 9 | 9 | 4E | 3B |
| Octal | 350 | 136 | 107 | 0 | 73 | 105 | 11 | 11 | 116 | 73 |
| Binary | 11101000 | 1011110 | 1000111 | 0 | 111011 | 1000101 | 1001 | 1001 | 1001110 | 111011 |
Color Harmonies of #E85E47
Complementary color
Monochromatic Colors of #E85E47
Black with #E85E47
Text Example
Text Example
White with #E85E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E47; }
p { color: rgb(232,94,71); }
H1.HeaderClassName
{
color: #E85E47;
}
.AnyTagClassName
{
color: #E85E47;
}
</style>
background-color css
<style>
a { background-color: #E85E47; }
a { background-color: rgb(232,94,71); }
div.DivClassName
{
background-color: #E85E47;
}
.BgClassName
{
background-color: #E85E47;
}
</style>
border-color css
<style>
span { border-color: #E85E47; }
span { border-color: rgb(232,94,71); }
td.TdClassName
{
border-color: #E85E47;
}
.TagClassName
{
border-color: #E85E47;
}
</style>