Shades of Flamingo #E86445
Tints of Flamingo #E86445
RGB
CMYK
RGB Variations
Color information
#E86445 (or 0xE86445) is known color: Flamingo. HEX triplet: E8, 64 and 45. RGB value is (232,100,69). Sum of RGB (Red+Green+Blue) = 232+100+69=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E86445 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86445 is #179BBA. Grayscale: #888888. Windows color (decimal): -1547195 or 4547816. OLE color: 4547816.
HSL color Cylindrical-coordinate representation of color #E86445: hue angle of 11.41º 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 #E86445 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 100 | 69 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.09 |
| HSL | 11.41º | 0.78% | 0.59% | - |
| HSV(B) | 11.41º | 0.7% | 0.91% | - |
| XYZ | 38.91 | 26.7 | 8.73 | - |
| YUV | 135.93 | 90.23 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 69 | 0 | 0.57 | 0.70 | 0.09 | 11.41 | 0.78 | 0.59 |
| Hex | E8 | 64 | 45 | 0 | 39 | 46 | 9 | B | 4E | 3B |
| Octal | 350 | 144 | 105 | 0 | 71 | 106 | 11 | 13 | 116 | 73 |
| Binary | 11101000 | 1100100 | 1000101 | 0 | 111001 | 1000110 | 1001 | 1011 | 1001110 | 111011 |
Color Harmonies of #E86445
Complementary color
Monochromatic Colors of #E86445
Black with #E86445
Text Example
Text Example
White with #E86445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86445; }
p { color: rgb(232,100,69); }
H1.HeaderClassName
{
color: #E86445;
}
.AnyTagClassName
{
color: #E86445;
}
</style>
background-color css
<style>
a { background-color: #E86445; }
a { background-color: rgb(232,100,69); }
div.DivClassName
{
background-color: #E86445;
}
.BgClassName
{
background-color: #E86445;
}
</style>
border-color css
<style>
span { border-color: #E86445; }
span { border-color: rgb(232,100,69); }
td.TdClassName
{
border-color: #E86445;
}
.TagClassName
{
border-color: #E86445;
}
</style>