Shades of Flamingo #E86042
Tints of Flamingo #E86042
RGB
CMYK
RGB Variations
Color information
#E86042 (or 0xE86042) is known color: Flamingo. HEX triplet: E8, 60 and 42. RGB value is (232,96,66). Sum of RGB (Red+Green+Blue) = 232+96+66=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E86042 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86042 is #179FBD. Grayscale: #858585. Windows color (decimal): -1548222 or 4350184. OLE color: 4350184.
HSL color Cylindrical-coordinate representation of color #E86042: hue angle of 10.84º 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 #E86042 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 66 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.09 |
| HSL | 10.84º | 0.78% | 0.58% | - |
| HSV(B) | 10.84º | 0.72% | 0.91% | - |
| XYZ | 38.44 | 25.91 | 8.13 | - |
| YUV | 133.24 | 90.06 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 66 | 0 | 0.59 | 0.72 | 0.09 | 10.84 | 0.78 | 0.58 |
| Hex | E8 | 60 | 42 | 0 | 3B | 48 | 9 | B | 4E | 3A |
| Octal | 350 | 140 | 102 | 0 | 73 | 110 | 11 | 13 | 116 | 72 |
| Binary | 11101000 | 1100000 | 1000010 | 0 | 111011 | 1001000 | 1001 | 1011 | 1001110 | 111010 |
Color Harmonies of #E86042
Complementary color
Monochromatic Colors of #E86042
Black with #E86042
Text Example
Text Example
White with #E86042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86042; }
p { color: rgb(232,96,66); }
H1.HeaderClassName
{
color: #E86042;
}
.AnyTagClassName
{
color: #E86042;
}
</style>
background-color css
<style>
a { background-color: #E86042; }
a { background-color: rgb(232,96,66); }
div.DivClassName
{
background-color: #E86042;
}
.BgClassName
{
background-color: #E86042;
}
</style>
border-color css
<style>
span { border-color: #E86042; }
span { border-color: rgb(232,96,66); }
td.TdClassName
{
border-color: #E86042;
}
.TagClassName
{
border-color: #E86042;
}
</style>