Shades of Flamingo #E86259
Tints of Flamingo #E86259
RGB
CMYK
RGB Variations
Color information
#E86259 (or 0xE86259) is known color: Flamingo. HEX triplet: E8, 62 and 59. RGB value is (232,98,89). Sum of RGB (Red+Green+Blue) = 232+98+89=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E86259 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86259 is #179DA6. Grayscale: #898989. Windows color (decimal): -1547687 or 5858024. OLE color: 5858024.
HSL color Cylindrical-coordinate representation of color #E86259: hue angle of 3.78º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E86259 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 98 | 89 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.09 |
| HSL | 3.78º | 0.76% | 0.63% | - |
| HSV(B) | 3.78º | 0.62% | 0.91% | - |
| XYZ | 39.45 | 26.61 | 12.51 | - |
| YUV | 137.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 98 | 89 | 0 | 0.58 | 0.62 | 0.09 | 3.78 | 0.76 | 0.63 |
| Hex | E8 | 62 | 59 | 0 | 3A | 3E | 9 | 4 | 4C | 3F |
| Octal | 350 | 142 | 131 | 0 | 72 | 76 | 11 | 4 | 114 | 77 |
| Binary | 11101000 | 1100010 | 1011001 | 0 | 111010 | 111110 | 1001 | 100 | 1001100 | 111111 |
Color Harmonies of #E86259
Complementary color
Monochromatic Colors of #E86259
Black with #E86259
Text Example
Text Example
White with #E86259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86259; }
p { color: rgb(232,98,89); }
H1.HeaderClassName
{
color: #E86259;
}
.AnyTagClassName
{
color: #E86259;
}
</style>
background-color css
<style>
a { background-color: #E86259; }
a { background-color: rgb(232,98,89); }
div.DivClassName
{
background-color: #E86259;
}
.BgClassName
{
background-color: #E86259;
}
</style>
border-color css
<style>
span { border-color: #E86259; }
span { border-color: rgb(232,98,89); }
td.TdClassName
{
border-color: #E86259;
}
.TagClassName
{
border-color: #E86259;
}
</style>