Shades of Flamingo #E36145
Tints of Flamingo #E36145
RGB
CMYK
RGB Variations
Color information
#E36145 (or 0xE36145) is known color: Flamingo. HEX triplet: E3, 61 and 45. RGB value is (227,97,69). Sum of RGB (Red+Green+Blue) = 227+97+69=393 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.76% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 227 - color contains mainly: red. Hex color #E36145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36145 is #1C9EBA. Grayscale: #848484. Windows color (decimal): -1875643 or 4547043. OLE color: 4547043.
HSL color Cylindrical-coordinate representation of color #E36145: hue angle of 10.63º 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 #E36145 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 97 | 69 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.11 |
| HSL | 10.63º | 0.74% | 0.58% | - |
| HSV(B) | 10.63º | 0.7% | 0.89% | - |
| XYZ | 37.03 | 25.31 | 8.56 | - |
| YUV | 132.68 | 92.07 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 97 | 69 | 0 | 0.57 | 0.70 | 0.11 | 10.63 | 0.74 | 0.58 |
| Hex | E3 | 61 | 45 | 0 | 39 | 46 | B | B | 4A | 3A |
| Octal | 343 | 141 | 105 | 0 | 71 | 106 | 13 | 13 | 112 | 72 |
| Binary | 11100011 | 1100001 | 1000101 | 0 | 111001 | 1000110 | 1011 | 1011 | 1001010 | 111010 |
Color Harmonies of #E36145
Complementary color
Monochromatic Colors of #E36145
Black with #E36145
Text Example
Text Example
White with #E36145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36145; }
p { color: rgb(227,97,69); }
H1.HeaderClassName
{
color: #E36145;
}
.AnyTagClassName
{
color: #E36145;
}
</style>
background-color css
<style>
a { background-color: #E36145; }
a { background-color: rgb(227,97,69); }
div.DivClassName
{
background-color: #E36145;
}
.BgClassName
{
background-color: #E36145;
}
</style>
border-color css
<style>
span { border-color: #E36145; }
span { border-color: rgb(227,97,69); }
td.TdClassName
{
border-color: #E36145;
}
.TagClassName
{
border-color: #E36145;
}
</style>