Shades of Flamingo #E86749
Tints of Flamingo #E86749
RGB
CMYK
RGB Variations
Color information
#E86749 (or 0xE86749) is known color: Flamingo. HEX triplet: E8, 67 and 49. RGB value is (232,103,73). Sum of RGB (Red+Green+Blue) = 232+103+73=408 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.86% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 232 - color contains mainly: red. Hex color #E86749 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86749 is #1798B6. Grayscale: #8A8A8A. Windows color (decimal): -1546423 or 4810728. OLE color: 4810728.
HSL color Cylindrical-coordinate representation of color #E86749: hue angle of 11.32º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E86749 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 103 | 73 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.09 |
| HSL | 11.32º | 0.78% | 0.6% | - |
| HSV(B) | 11.32º | 0.69% | 0.91% | - |
| XYZ | 39.33 | 27.34 | 9.51 | - |
| YUV | 138.15 | 91.24 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 103 | 73 | 0 | 0.56 | 0.69 | 0.09 | 11.32 | 0.78 | 0.6 |
| Hex | E8 | 67 | 49 | 0 | 38 | 45 | 9 | B | 4E | 3C |
| Octal | 350 | 147 | 111 | 0 | 70 | 105 | 11 | 13 | 116 | 74 |
| Binary | 11101000 | 1100111 | 1001001 | 0 | 111000 | 1000101 | 1001 | 1011 | 1001110 | 111100 |
Color Harmonies of #E86749
Complementary color
Monochromatic Colors of #E86749
Black with #E86749
Text Example
Text Example
White with #E86749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86749; }
p { color: rgb(232,103,73); }
H1.HeaderClassName
{
color: #E86749;
}
.AnyTagClassName
{
color: #E86749;
}
</style>
background-color css
<style>
a { background-color: #E86749; }
a { background-color: rgb(232,103,73); }
div.DivClassName
{
background-color: #E86749;
}
.BgClassName
{
background-color: #E86749;
}
</style>
border-color css
<style>
span { border-color: #E86749; }
span { border-color: rgb(232,103,73); }
td.TdClassName
{
border-color: #E86749;
}
.TagClassName
{
border-color: #E86749;
}
</style>