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