Shades of Flamingo #E36546
Tints of Flamingo #E36546
RGB
CMYK
RGB Variations
Color information
#E36546 (or 0xE36546) is known color: Flamingo. HEX triplet: E3, 65 and 46. RGB value is (227,101,70). Sum of RGB (Red+Green+Blue) = 227+101+70=398 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.04% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 227 - color contains mainly: red. Hex color #E36546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36546 is #1C9AB9. Grayscale: #878787. Windows color (decimal): -1874618 or 4613603. OLE color: 4613603.
HSL color Cylindrical-coordinate representation of color #E36546: hue angle of 11.85º 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 #E36546 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 101 | 70 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.11 |
| HSL | 11.85º | 0.74% | 0.58% | - |
| HSV(B) | 11.85º | 0.69% | 0.89% | - |
| XYZ | 37.44 | 26.08 | 8.86 | - |
| YUV | 135.14 | 91.24 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 101 | 70 | 0 | 0.56 | 0.69 | 0.11 | 11.85 | 0.74 | 0.58 |
| Hex | E3 | 65 | 46 | 0 | 38 | 45 | B | C | 4A | 3A |
| Octal | 343 | 145 | 106 | 0 | 70 | 105 | 13 | 14 | 112 | 72 |
| Binary | 11100011 | 1100101 | 1000110 | 0 | 111000 | 1000101 | 1011 | 1100 | 1001010 | 111010 |
Color Harmonies of #E36546
Complementary color
Monochromatic Colors of #E36546
Black with #E36546
Text Example
Text Example
White with #E36546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36546; }
p { color: rgb(227,101,70); }
H1.HeaderClassName
{
color: #E36546;
}
.AnyTagClassName
{
color: #E36546;
}
</style>
background-color css
<style>
a { background-color: #E36546; }
a { background-color: rgb(227,101,70); }
div.DivClassName
{
background-color: #E36546;
}
.BgClassName
{
background-color: #E36546;
}
</style>
border-color css
<style>
span { border-color: #E36546; }
span { border-color: rgb(227,101,70); }
td.TdClassName
{
border-color: #E36546;
}
.TagClassName
{
border-color: #E36546;
}
</style>