Shades of Flamingo #E86251
Tints of Flamingo #E86251
RGB
CMYK
RGB Variations
Color information
#E86251 (or 0xE86251) is known color: Flamingo. HEX triplet: E8, 62 and 51. RGB value is (232,98,81). Sum of RGB (Red+Green+Blue) = 232+98+81=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E86251 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86251 is #179DAE. Grayscale: #888888. Windows color (decimal): -1547695 or 5333736. OLE color: 5333736.
HSL color Cylindrical-coordinate representation of color #E86251: hue angle of 6.75º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E86251 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 98 | 81 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.09 |
| HSL | 6.75º | 0.77% | 0.61% | - |
| HSV(B) | 6.75º | 0.65% | 0.91% | - |
| XYZ | 39.13 | 26.49 | 10.83 | - |
| YUV | 136.13 | 96.89 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 98 | 81 | 0 | 0.58 | 0.65 | 0.09 | 6.75 | 0.77 | 0.61 |
| Hex | E8 | 62 | 51 | 0 | 3A | 41 | 9 | 7 | 4D | 3D |
| Octal | 350 | 142 | 121 | 0 | 72 | 101 | 11 | 7 | 115 | 75 |
| Binary | 11101000 | 1100010 | 1010001 | 0 | 111010 | 1000001 | 1001 | 111 | 1001101 | 111101 |
Color Harmonies of #E86251
Complementary color
Monochromatic Colors of #E86251
Black with #E86251
Text Example
Text Example
White with #E86251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86251; }
p { color: rgb(232,98,81); }
H1.HeaderClassName
{
color: #E86251;
}
.AnyTagClassName
{
color: #E86251;
}
</style>
background-color css
<style>
a { background-color: #E86251; }
a { background-color: rgb(232,98,81); }
div.DivClassName
{
background-color: #E86251;
}
.BgClassName
{
background-color: #E86251;
}
</style>
border-color css
<style>
span { border-color: #E86251; }
span { border-color: rgb(232,98,81); }
td.TdClassName
{
border-color: #E86251;
}
.TagClassName
{
border-color: #E86251;
}
</style>