Shades of Flamingo #E85C40
Tints of Flamingo #E85C40
RGB
CMYK
RGB Variations
Color information
#E85C40 (or 0xE85C40) is known color: Flamingo. HEX triplet: E8, 5C and 40. RGB value is (232,92,64). Sum of RGB (Red+Green+Blue) = 232+92+64=388 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.79% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85C40 is #17A3BF. Grayscale: #828282. Windows color (decimal): -1549248 or 4218088. OLE color: 4218088.
HSL color Cylindrical-coordinate representation of color #E85C40: hue angle of 10º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E85C40 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 64 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.09 |
| HSL | 10º | 0.79% | 0.58% | - |
| HSV(B) | 10º | 0.72% | 0.91% | - |
| XYZ | 38.03 | 25.18 | 7.71 | - |
| YUV | 130.67 | 90.38 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 64 | 0 | 0.60 | 0.72 | 0.09 | 10 | 0.79 | 0.58 |
| Hex | E8 | 5C | 40 | 0 | 3C | 48 | 9 | A | 4F | 3A |
| Octal | 350 | 134 | 100 | 0 | 74 | 110 | 11 | 12 | 117 | 72 |
| Binary | 11101000 | 1011100 | 1000000 | 0 | 111100 | 1001000 | 1001 | 1010 | 1001111 | 111010 |
Color Harmonies of #E85C40
Complementary color
Monochromatic Colors of #E85C40
Black with #E85C40
Text Example
Text Example
White with #E85C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C40; }
p { color: rgb(232,92,64); }
H1.HeaderClassName
{
color: #E85C40;
}
.AnyTagClassName
{
color: #E85C40;
}
</style>
background-color css
<style>
a { background-color: #E85C40; }
a { background-color: rgb(232,92,64); }
div.DivClassName
{
background-color: #E85C40;
}
.BgClassName
{
background-color: #E85C40;
}
</style>
border-color css
<style>
span { border-color: #E85C40; }
span { border-color: rgb(232,92,64); }
td.TdClassName
{
border-color: #E85C40;
}
.TagClassName
{
border-color: #E85C40;
}
</style>