Shades of Flamingo #E86250
Tints of Flamingo #E86250
RGB
CMYK
RGB Variations
Color information
#E86250 (or 0xE86250) is known color: Flamingo. HEX triplet: E8, 62 and 50. RGB value is (232,98,80). Sum of RGB (Red+Green+Blue) = 232+98+80=410 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.59% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 232 - color contains mainly: red. Hex color #E86250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86250 is #179DAF. Grayscale: #888888. Windows color (decimal): -1547696 or 5268200. OLE color: 5268200.
HSL color Cylindrical-coordinate representation of color #E86250: hue angle of 7.11º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E86250 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 98 | 80 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.09 |
| HSL | 7.11º | 0.77% | 0.61% | - |
| HSV(B) | 7.11º | 0.66% | 0.91% | - |
| XYZ | 39.09 | 26.47 | 10.64 | - |
| YUV | 136.01 | 96.39 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 98 | 80 | 0 | 0.58 | 0.66 | 0.09 | 7.11 | 0.77 | 0.61 |
| Hex | E8 | 62 | 50 | 0 | 3A | 42 | 9 | 7 | 4D | 3D |
| Octal | 350 | 142 | 120 | 0 | 72 | 102 | 11 | 7 | 115 | 75 |
| Binary | 11101000 | 1100010 | 1010000 | 0 | 111010 | 1000010 | 1001 | 111 | 1001101 | 111101 |
Color Harmonies of #E86250
Complementary color
Monochromatic Colors of #E86250
Black with #E86250
Text Example
Text Example
White with #E86250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86250; }
p { color: rgb(232,98,80); }
H1.HeaderClassName
{
color: #E86250;
}
.AnyTagClassName
{
color: #E86250;
}
</style>
background-color css
<style>
a { background-color: #E86250; }
a { background-color: rgb(232,98,80); }
div.DivClassName
{
background-color: #E86250;
}
.BgClassName
{
background-color: #E86250;
}
</style>
border-color css
<style>
span { border-color: #E86250; }
span { border-color: rgb(232,98,80); }
td.TdClassName
{
border-color: #E86250;
}
.TagClassName
{
border-color: #E86250;
}
</style>