Shades of Flamingo #E36445
Tints of Flamingo #E36445
RGB
CMYK
RGB Variations
Color information
#E36445 (or 0xE36445) is known color: Flamingo. HEX triplet: E3, 64 and 45. RGB value is (227,100,69). Sum of RGB (Red+Green+Blue) = 227+100+69=396 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.32% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 227 - color contains mainly: red. Hex color #E36445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36445 is #1C9BBA. Grayscale: #868686. Windows color (decimal): -1874875 or 4547811. OLE color: 4547811.
HSL color Cylindrical-coordinate representation of color #E36445: hue angle of 11.77º 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 #E36445 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 100 | 69 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.11 |
| HSL | 11.77º | 0.74% | 0.58% | - |
| HSV(B) | 11.77º | 0.7% | 0.89% | - |
| XYZ | 37.31 | 25.87 | 8.66 | - |
| YUV | 134.44 | 91.08 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 100 | 69 | 0 | 0.56 | 0.70 | 0.11 | 11.77 | 0.74 | 0.58 |
| Hex | E3 | 64 | 45 | 0 | 38 | 46 | B | C | 4A | 3A |
| Octal | 343 | 144 | 105 | 0 | 70 | 106 | 13 | 14 | 112 | 72 |
| Binary | 11100011 | 1100100 | 1000101 | 0 | 111000 | 1000110 | 1011 | 1100 | 1001010 | 111010 |
Color Harmonies of #E36445
Complementary color
Monochromatic Colors of #E36445
Black with #E36445
Text Example
Text Example
White with #E36445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36445; }
p { color: rgb(227,100,69); }
H1.HeaderClassName
{
color: #E36445;
}
.AnyTagClassName
{
color: #E36445;
}
</style>
background-color css
<style>
a { background-color: #E36445; }
a { background-color: rgb(227,100,69); }
div.DivClassName
{
background-color: #E36445;
}
.BgClassName
{
background-color: #E36445;
}
</style>
border-color css
<style>
span { border-color: #E36445; }
span { border-color: rgb(227,100,69); }
td.TdClassName
{
border-color: #E36445;
}
.TagClassName
{
border-color: #E36445;
}
</style>