Shades of Flamingo #E06847
Tints of Flamingo #E06847
RGB
CMYK
RGB Variations
Color information
#E06847 (or 0xE06847) is known color: Flamingo. HEX triplet: E0, 68 and 47. RGB value is (224,104,71). Sum of RGB (Red+Green+Blue) = 224+104+71=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E06847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06847 is #1F97B8. Grayscale: #888888. Windows color (decimal): -2070457 or 4679904. OLE color: 4679904.
HSL color Cylindrical-coordinate representation of color #E06847: hue angle of 12.94º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E06847 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 71 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.12 |
| HSL | 12.94º | 0.71% | 0.58% | - |
| HSV(B) | 12.94º | 0.68% | 0.88% | - |
| XYZ | 36.83 | 26.2 | 9.08 | - |
| YUV | 136.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 71 | 0 | 0.54 | 0.68 | 0.12 | 12.94 | 0.71 | 0.58 |
| Hex | E0 | 68 | 47 | 0 | 36 | 44 | C | D | 47 | 3A |
| Octal | 340 | 150 | 107 | 0 | 66 | 104 | 14 | 15 | 107 | 72 |
| Binary | 11100000 | 1101000 | 1000111 | 0 | 110110 | 1000100 | 1100 | 1101 | 1000111 | 111010 |
Color Harmonies of #E06847
Complementary color
Monochromatic Colors of #E06847
Black with #E06847
Text Example
Text Example
White with #E06847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06847; }
p { color: rgb(224,104,71); }
H1.HeaderClassName
{
color: #E06847;
}
.AnyTagClassName
{
color: #E06847;
}
</style>
background-color css
<style>
a { background-color: #E06847; }
a { background-color: rgb(224,104,71); }
div.DivClassName
{
background-color: #E06847;
}
.BgClassName
{
background-color: #E06847;
}
</style>
border-color css
<style>
span { border-color: #E06847; }
span { border-color: rgb(224,104,71); }
td.TdClassName
{
border-color: #E06847;
}
.TagClassName
{
border-color: #E06847;
}
</style>