Shades of Flamingo #E86443
Tints of Flamingo #E86443
RGB
CMYK
RGB Variations
Color information
#E86443 (or 0xE86443) is known color: Flamingo. HEX triplet: E8, 64 and 43. RGB value is (232,100,67). Sum of RGB (Red+Green+Blue) = 232+100+67=399 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.15% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 232 - color contains mainly: red. Hex color #E86443 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86443 is #179BBC. Grayscale: #878787. Windows color (decimal): -1547197 or 4416744. OLE color: 4416744.
HSL color Cylindrical-coordinate representation of color #E86443: hue angle of 12º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E86443 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 100 | 67 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.09 |
| HSL | 12º | 0.78% | 0.59% | - |
| HSV(B) | 12º | 0.71% | 0.91% | - |
| XYZ | 38.85 | 26.68 | 8.41 | - |
| YUV | 135.71 | 89.23 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 67 | 0 | 0.57 | 0.71 | 0.09 | 12 | 0.78 | 0.59 |
| Hex | E8 | 64 | 43 | 0 | 39 | 47 | 9 | C | 4E | 3B |
| Octal | 350 | 144 | 103 | 0 | 71 | 107 | 11 | 14 | 116 | 73 |
| Binary | 11101000 | 1100100 | 1000011 | 0 | 111001 | 1000111 | 1001 | 1100 | 1001110 | 111011 |
Color Harmonies of #E86443
Complementary color
Monochromatic Colors of #E86443
Black with #E86443
Text Example
Text Example
White with #E86443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86443; }
p { color: rgb(232,100,67); }
H1.HeaderClassName
{
color: #E86443;
}
.AnyTagClassName
{
color: #E86443;
}
</style>
background-color css
<style>
a { background-color: #E86443; }
a { background-color: rgb(232,100,67); }
div.DivClassName
{
background-color: #E86443;
}
.BgClassName
{
background-color: #E86443;
}
</style>
border-color css
<style>
span { border-color: #E86443; }
span { border-color: rgb(232,100,67); }
td.TdClassName
{
border-color: #E86443;
}
.TagClassName
{
border-color: #E86443;
}
</style>