Shades of Flamingo #E06949
Tints of Flamingo #E06949
RGB
CMYK
RGB Variations
Color information
#E06949 (or 0xE06949) is known color: Flamingo. HEX triplet: E0, 69 and 49. RGB value is (224,105,73). Sum of RGB (Red+Green+Blue) = 224+105+73=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E06949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06949 is #1F96B6. Grayscale: #898989. Windows color (decimal): -2070199 or 4811232. OLE color: 4811232.
HSL color Cylindrical-coordinate representation of color #E06949: hue angle of 12.72º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E06949 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 73 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.12 |
| HSL | 12.72º | 0.71% | 0.58% | - |
| HSV(B) | 12.72º | 0.67% | 0.88% | - |
| XYZ | 36.99 | 26.43 | 9.46 | - |
| YUV | 136.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 73 | 0 | 0.53 | 0.67 | 0.12 | 12.72 | 0.71 | 0.58 |
| Hex | E0 | 69 | 49 | 0 | 35 | 43 | C | D | 47 | 3A |
| Octal | 340 | 151 | 111 | 0 | 65 | 103 | 14 | 15 | 107 | 72 |
| Binary | 11100000 | 1101001 | 1001001 | 0 | 110101 | 1000011 | 1100 | 1101 | 1000111 | 111010 |
Color Harmonies of #E06949
Complementary color
Monochromatic Colors of #E06949
Black with #E06949
Text Example
Text Example
White with #E06949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06949; }
p { color: rgb(224,105,73); }
H1.HeaderClassName
{
color: #E06949;
}
.AnyTagClassName
{
color: #E06949;
}
</style>
background-color css
<style>
a { background-color: #E06949; }
a { background-color: rgb(224,105,73); }
div.DivClassName
{
background-color: #E06949;
}
.BgClassName
{
background-color: #E06949;
}
</style>
border-color css
<style>
span { border-color: #E06949; }
span { border-color: rgb(224,105,73); }
td.TdClassName
{
border-color: #E06949;
}
.TagClassName
{
border-color: #E06949;
}
</style>