Shades of Flamingo #E85646
Tints of Flamingo #E85646
RGB
CMYK
RGB Variations
Color information
#E85646 (or 0xE85646) is known color: Flamingo. HEX triplet: E8, 56 and 46. RGB value is (232,86,70). Sum of RGB (Red+Green+Blue) = 232+86+70=388 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.79% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 232 - color contains mainly: red. Hex color #E85646 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85646 is #17A9B9. Grayscale: #808080. Windows color (decimal): -1550778 or 4609768. OLE color: 4609768.
HSL color Cylindrical-coordinate representation of color #E85646: hue angle of 5.93º 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 #E85646 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 70 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.09 |
| HSL | 5.93º | 0.78% | 0.59% | - |
| HSV(B) | 5.93º | 0.7% | 0.91% | - |
| XYZ | 37.71 | 24.25 | 8.49 | - |
| YUV | 127.83 | 95.37 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 70 | 0 | 0.63 | 0.70 | 0.09 | 5.93 | 0.78 | 0.59 |
| Hex | E8 | 56 | 46 | 0 | 3F | 46 | 9 | 6 | 4E | 3B |
| Octal | 350 | 126 | 106 | 0 | 77 | 106 | 11 | 6 | 116 | 73 |
| Binary | 11101000 | 1010110 | 1000110 | 0 | 111111 | 1000110 | 1001 | 110 | 1001110 | 111011 |
Color Harmonies of #E85646
Complementary color
Monochromatic Colors of #E85646
Black with #E85646
Text Example
Text Example
White with #E85646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85646; }
p { color: rgb(232,86,70); }
H1.HeaderClassName
{
color: #E85646;
}
.AnyTagClassName
{
color: #E85646;
}
</style>
background-color css
<style>
a { background-color: #E85646; }
a { background-color: rgb(232,86,70); }
div.DivClassName
{
background-color: #E85646;
}
.BgClassName
{
background-color: #E85646;
}
</style>
border-color css
<style>
span { border-color: #E85646; }
span { border-color: rgb(232,86,70); }
td.TdClassName
{
border-color: #E85646;
}
.TagClassName
{
border-color: #E85646;
}
</style>