Shades of Flamingo #E36845
Tints of Flamingo #E36845
RGB
CMYK
RGB Variations
Color information
#E36845 (or 0xE36845) is known color: Flamingo. HEX triplet: E3, 68 and 45. RGB value is (227,104,69). Sum of RGB (Red+Green+Blue) = 227+104+69=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E36845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36845 is #1C97BA. Grayscale: #898989. Windows color (decimal): -1873851 or 4548835. OLE color: 4548835.
HSL color Cylindrical-coordinate representation of color #E36845: hue angle of 13.29º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E36845 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 104 | 69 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.11 |
| HSL | 13.29º | 0.74% | 0.58% | - |
| HSV(B) | 13.29º | 0.7% | 0.89% | - |
| XYZ | 37.7 | 26.66 | 8.79 | - |
| YUV | 136.79 | 89.75 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 104 | 69 | 0 | 0.54 | 0.70 | 0.11 | 13.29 | 0.74 | 0.58 |
| Hex | E3 | 68 | 45 | 0 | 36 | 46 | B | D | 4A | 3A |
| Octal | 343 | 150 | 105 | 0 | 66 | 106 | 13 | 15 | 112 | 72 |
| Binary | 11100011 | 1101000 | 1000101 | 0 | 110110 | 1000110 | 1011 | 1101 | 1001010 | 111010 |
Color Harmonies of #E36845
Complementary color
Monochromatic Colors of #E36845
Black with #E36845
Text Example
Text Example
White with #E36845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36845; }
p { color: rgb(227,104,69); }
H1.HeaderClassName
{
color: #E36845;
}
.AnyTagClassName
{
color: #E36845;
}
</style>
background-color css
<style>
a { background-color: #E36845; }
a { background-color: rgb(227,104,69); }
div.DivClassName
{
background-color: #E36845;
}
.BgClassName
{
background-color: #E36845;
}
</style>
border-color css
<style>
span { border-color: #E36845; }
span { border-color: rgb(227,104,69); }
td.TdClassName
{
border-color: #E36845;
}
.TagClassName
{
border-color: #E36845;
}
</style>