Shades of Flamingo #E86446
Tints of Flamingo #E86446
RGB
CMYK
RGB Variations
Color information
#E86446 (or 0xE86446) is known color: Flamingo. HEX triplet: E8, 64 and 46. RGB value is (232,100,70). Sum of RGB (Red+Green+Blue) = 232+100+70=402 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.71% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 232 - color contains mainly: red. Hex color #E86446 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86446 is #179BB9. Grayscale: #888888. Windows color (decimal): -1547194 or 4613352. OLE color: 4613352.
HSL color Cylindrical-coordinate representation of color #E86446: hue angle of 11.11º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E86446 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 100 | 70 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.09 |
| HSL | 11.11º | 0.78% | 0.59% | - |
| HSV(B) | 11.11º | 0.7% | 0.91% | - |
| XYZ | 38.94 | 26.71 | 8.9 | - |
| YUV | 136.05 | 90.73 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 70 | 0 | 0.57 | 0.70 | 0.09 | 11.11 | 0.78 | 0.59 |
| Hex | E8 | 64 | 46 | 0 | 39 | 46 | 9 | B | 4E | 3B |
| Octal | 350 | 144 | 106 | 0 | 71 | 106 | 11 | 13 | 116 | 73 |
| Binary | 11101000 | 1100100 | 1000110 | 0 | 111001 | 1000110 | 1001 | 1011 | 1001110 | 111011 |
Color Harmonies of #E86446
Complementary color
Monochromatic Colors of #E86446
Black with #E86446
Text Example
Text Example
White with #E86446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86446; }
p { color: rgb(232,100,70); }
H1.HeaderClassName
{
color: #E86446;
}
.AnyTagClassName
{
color: #E86446;
}
</style>
background-color css
<style>
a { background-color: #E86446; }
a { background-color: rgb(232,100,70); }
div.DivClassName
{
background-color: #E86446;
}
.BgClassName
{
background-color: #E86446;
}
</style>
border-color css
<style>
span { border-color: #E86446; }
span { border-color: rgb(232,100,70); }
td.TdClassName
{
border-color: #E86446;
}
.TagClassName
{
border-color: #E86446;
}
</style>