Shades of Flamingo #E36049
Tints of Flamingo #E36049
RGB
CMYK
RGB Variations
Color information
#E36049 (or 0xE36049) is known color: Flamingo. HEX triplet: E3, 60 and 49. RGB value is (227,96,73). Sum of RGB (Red+Green+Blue) = 227+96+73=396 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.32% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 227 - color contains mainly: red. Hex color #E36049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36049 is #1C9FB6. Grayscale: #848484. Windows color (decimal): -1875895 or 4808931. OLE color: 4808931.
HSL color Cylindrical-coordinate representation of color #E36049: hue angle of 8.96º 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 #E36049 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 73 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.11 |
| HSL | 8.96º | 0.73% | 0.59% | - |
| HSV(B) | 8.96º | 0.68% | 0.89% | - |
| XYZ | 37.06 | 25.18 | 9.21 | - |
| YUV | 132.55 | 94.4 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 73 | 0 | 0.58 | 0.68 | 0.11 | 8.96 | 0.73 | 0.59 |
| Hex | E3 | 60 | 49 | 0 | 3A | 44 | B | 9 | 49 | 3B |
| Octal | 343 | 140 | 111 | 0 | 72 | 104 | 13 | 11 | 111 | 73 |
| Binary | 11100011 | 1100000 | 1001001 | 0 | 111010 | 1000100 | 1011 | 1001 | 1001001 | 111011 |
Color Harmonies of #E36049
Complementary color
Monochromatic Colors of #E36049
Black with #E36049
Text Example
Text Example
White with #E36049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36049; }
p { color: rgb(227,96,73); }
H1.HeaderClassName
{
color: #E36049;
}
.AnyTagClassName
{
color: #E36049;
}
</style>
background-color css
<style>
a { background-color: #E36049; }
a { background-color: rgb(227,96,73); }
div.DivClassName
{
background-color: #E36049;
}
.BgClassName
{
background-color: #E36049;
}
</style>
border-color css
<style>
span { border-color: #E36049; }
span { border-color: rgb(227,96,73); }
td.TdClassName
{
border-color: #E36049;
}
.TagClassName
{
border-color: #E36049;
}
</style>