Shades of Flamingo #E85E3E
Tints of Flamingo #E85E3E
RGB
CMYK
RGB Variations
Color information
#E85E3E (or 0xE85E3E) is known color: Flamingo. HEX triplet: E8, 5E and 3E. RGB value is (232,94,62). Sum of RGB (Red+Green+Blue) = 232+94+62=388 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.79% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85E3E is #17A1C1. Grayscale: #838383. Windows color (decimal): -1548738 or 4087528. OLE color: 4087528.
HSL color Cylindrical-coordinate representation of color #E85E3E: hue angle of 11.29º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E85E3E is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 62 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.09 |
| HSL | 11.29º | 0.79% | 0.58% | - |
| HSV(B) | 11.29º | 0.73% | 0.91% | - |
| XYZ | 38.15 | 25.51 | 7.47 | - |
| YUV | 131.61 | 88.72 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 62 | 0 | 0.59 | 0.73 | 0.09 | 11.29 | 0.79 | 0.58 |
| Hex | E8 | 5E | 3E | 0 | 3B | 49 | 9 | B | 4F | 3A |
| Octal | 350 | 136 | 76 | 0 | 73 | 111 | 11 | 13 | 117 | 72 |
| Binary | 11101000 | 1011110 | 111110 | 0 | 111011 | 1001001 | 1001 | 1011 | 1001111 | 111010 |
Color Harmonies of #E85E3E
Complementary color
Monochromatic Colors of #E85E3E
Black with #E85E3E
Text Example
Text Example
White with #E85E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E3E; }
p { color: rgb(232,94,62); }
H1.HeaderClassName
{
color: #E85E3E;
}
.AnyTagClassName
{
color: #E85E3E;
}
</style>
background-color css
<style>
a { background-color: #E85E3E; }
a { background-color: rgb(232,94,62); }
div.DivClassName
{
background-color: #E85E3E;
}
.BgClassName
{
background-color: #E85E3E;
}
</style>
border-color css
<style>
span { border-color: #E85E3E; }
span { border-color: rgb(232,94,62); }
td.TdClassName
{
border-color: #E85E3E;
}
.TagClassName
{
border-color: #E85E3E;
}
</style>