Shades of Flamingo #E06547
Tints of Flamingo #E06547
RGB
CMYK
RGB Variations
Color information
#E06547 (or 0xE06547) is known color: Flamingo. HEX triplet: E0, 65 and 47. RGB value is (224,101,71). Sum of RGB (Red+Green+Blue) = 224+101+71=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E06547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06547 is #1F9AB8. Grayscale: #868686. Windows color (decimal): -2071225 or 4679136. OLE color: 4679136.
HSL color Cylindrical-coordinate representation of color #E06547: hue angle of 11.76º 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 #E06547 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 71 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.12 |
| HSL | 11.76º | 0.71% | 0.58% | - |
| HSV(B) | 11.76º | 0.68% | 0.88% | - |
| XYZ | 36.53 | 25.61 | 8.98 | - |
| YUV | 134.36 | 92.25 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 71 | 0 | 0.55 | 0.68 | 0.12 | 11.76 | 0.71 | 0.58 |
| Hex | E0 | 65 | 47 | 0 | 37 | 44 | C | C | 47 | 3A |
| Octal | 340 | 145 | 107 | 0 | 67 | 104 | 14 | 14 | 107 | 72 |
| Binary | 11100000 | 1100101 | 1000111 | 0 | 110111 | 1000100 | 1100 | 1100 | 1000111 | 111010 |
Color Harmonies of #E06547
Complementary color
Monochromatic Colors of #E06547
Black with #E06547
Text Example
Text Example
White with #E06547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06547; }
p { color: rgb(224,101,71); }
H1.HeaderClassName
{
color: #E06547;
}
.AnyTagClassName
{
color: #E06547;
}
</style>
background-color css
<style>
a { background-color: #E06547; }
a { background-color: rgb(224,101,71); }
div.DivClassName
{
background-color: #E06547;
}
.BgClassName
{
background-color: #E06547;
}
</style>
border-color css
<style>
span { border-color: #E06547; }
span { border-color: rgb(224,101,71); }
td.TdClassName
{
border-color: #E06547;
}
.TagClassName
{
border-color: #E06547;
}
</style>