Shades of Flamingo #E26949
Tints of Flamingo #E26949
RGB
CMYK
RGB Variations
Color information
#E26949 (or 0xE26949) is known color: Flamingo. HEX triplet: E2, 69 and 49. RGB value is (226,105,73). Sum of RGB (Red+Green+Blue) = 226+105+73=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E26949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26949 is #1D96B6. Grayscale: #898989. Windows color (decimal): -1939127 or 4811234. OLE color: 4811234.
HSL color Cylindrical-coordinate representation of color #E26949: hue angle of 12.55º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E26949 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 73 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.11 |
| HSL | 12.55º | 0.73% | 0.59% | - |
| HSV(B) | 12.55º | 0.68% | 0.89% | - |
| XYZ | 37.62 | 26.75 | 9.48 | - |
| YUV | 137.53 | 91.59 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 73 | 0 | 0.54 | 0.68 | 0.11 | 12.55 | 0.73 | 0.59 |
| Hex | E2 | 69 | 49 | 0 | 36 | 44 | B | D | 49 | 3B |
| Octal | 342 | 151 | 111 | 0 | 66 | 104 | 13 | 15 | 111 | 73 |
| Binary | 11100010 | 1101001 | 1001001 | 0 | 110110 | 1000100 | 1011 | 1101 | 1001001 | 111011 |
Color Harmonies of #E26949
Complementary color
Monochromatic Colors of #E26949
Black with #E26949
Text Example
Text Example
White with #E26949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26949; }
p { color: rgb(226,105,73); }
H1.HeaderClassName
{
color: #E26949;
}
.AnyTagClassName
{
color: #E26949;
}
</style>
background-color css
<style>
a { background-color: #E26949; }
a { background-color: rgb(226,105,73); }
div.DivClassName
{
background-color: #E26949;
}
.BgClassName
{
background-color: #E26949;
}
</style>
border-color css
<style>
span { border-color: #E26949; }
span { border-color: rgb(226,105,73); }
td.TdClassName
{
border-color: #E26949;
}
.TagClassName
{
border-color: #E26949;
}
</style>