Shades of Flamingo #E85E42
Tints of Flamingo #E85E42
RGB
CMYK
RGB Variations
Color information
#E85E42 (or 0xE85E42) is known color: Flamingo. HEX triplet: E8, 5E and 42. RGB value is (232,94,66). Sum of RGB (Red+Green+Blue) = 232+94+66=392 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.18% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85E42 is #17A1BD. Grayscale: #848484. Windows color (decimal): -1548734 or 4349672. OLE color: 4349672.
HSL color Cylindrical-coordinate representation of color #E85E42: hue angle of 10.12º degrees, saturation: 0.78, 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 #E85E42 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 66 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.09 |
| HSL | 10.12º | 0.78% | 0.58% | - |
| HSV(B) | 10.12º | 0.72% | 0.91% | - |
| XYZ | 38.26 | 25.55 | 8.07 | - |
| YUV | 132.07 | 90.72 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 66 | 0 | 0.59 | 0.72 | 0.09 | 10.12 | 0.78 | 0.58 |
| Hex | E8 | 5E | 42 | 0 | 3B | 48 | 9 | A | 4E | 3A |
| Octal | 350 | 136 | 102 | 0 | 73 | 110 | 11 | 12 | 116 | 72 |
| Binary | 11101000 | 1011110 | 1000010 | 0 | 111011 | 1001000 | 1001 | 1010 | 1001110 | 111010 |
Color Harmonies of #E85E42
Complementary color
Monochromatic Colors of #E85E42
Black with #E85E42
Text Example
Text Example
White with #E85E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E42; }
p { color: rgb(232,94,66); }
H1.HeaderClassName
{
color: #E85E42;
}
.AnyTagClassName
{
color: #E85E42;
}
</style>
background-color css
<style>
a { background-color: #E85E42; }
a { background-color: rgb(232,94,66); }
div.DivClassName
{
background-color: #E85E42;
}
.BgClassName
{
background-color: #E85E42;
}
</style>
border-color css
<style>
span { border-color: #E85E42; }
span { border-color: rgb(232,94,66); }
td.TdClassName
{
border-color: #E85E42;
}
.TagClassName
{
border-color: #E85E42;
}
</style>