Shades of Flamingo #E46749
Tints of Flamingo #E46749
RGB
CMYK
RGB Variations
Color information
#E46749 (or 0xE46749) is known color: Flamingo. HEX triplet: E4, 67 and 49. RGB value is (228,103,73). Sum of RGB (Red+Green+Blue) = 228+103+73=404 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.44% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 228 - color contains mainly: red. Hex color #E46749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46749 is #1B98B6. Grayscale: #898989. Windows color (decimal): -1808567 or 4810724. OLE color: 4810724.
HSL color Cylindrical-coordinate representation of color #E46749: hue angle of 11.61º degrees, saturation: 0.74, 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 #E46749 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 103 | 73 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.11 |
| HSL | 11.61º | 0.74% | 0.59% | - |
| HSV(B) | 11.61º | 0.68% | 0.89% | - |
| XYZ | 38.05 | 26.68 | 9.45 | - |
| YUV | 136.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 103 | 73 | 0 | 0.55 | 0.68 | 0.11 | 11.61 | 0.74 | 0.59 |
| Hex | E4 | 67 | 49 | 0 | 37 | 44 | B | C | 4A | 3B |
| Octal | 344 | 147 | 111 | 0 | 67 | 104 | 13 | 14 | 112 | 73 |
| Binary | 11100100 | 1100111 | 1001001 | 0 | 110111 | 1000100 | 1011 | 1100 | 1001010 | 111011 |
Color Harmonies of #E46749
Complementary color
Monochromatic Colors of #E46749
Black with #E46749
Text Example
Text Example
White with #E46749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46749; }
p { color: rgb(228,103,73); }
H1.HeaderClassName
{
color: #E46749;
}
.AnyTagClassName
{
color: #E46749;
}
</style>
background-color css
<style>
a { background-color: #E46749; }
a { background-color: rgb(228,103,73); }
div.DivClassName
{
background-color: #E46749;
}
.BgClassName
{
background-color: #E46749;
}
</style>
border-color css
<style>
span { border-color: #E46749; }
span { border-color: rgb(228,103,73); }
td.TdClassName
{
border-color: #E46749;
}
.TagClassName
{
border-color: #E46749;
}
</style>