Shades of Flamingo #E36745
Tints of Flamingo #E36745
RGB
CMYK
RGB Variations
Color information
#E36745 (or 0xE36745) is known color: Flamingo. HEX triplet: E3, 67 and 45. RGB value is (227,103,69). Sum of RGB (Red+Green+Blue) = 227+103+69=399 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.89% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 227 - color contains mainly: red. Hex color #E36745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36745 is #1C98BA. Grayscale: #888888. Windows color (decimal): -1874107 or 4548579. OLE color: 4548579.
HSL color Cylindrical-coordinate representation of color #E36745: hue angle of 12.91º 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 #E36745 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 103 | 69 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.11 |
| HSL | 12.91º | 0.74% | 0.58% | - |
| HSV(B) | 12.91º | 0.7% | 0.89% | - |
| XYZ | 37.6 | 26.46 | 8.76 | - |
| YUV | 136.2 | 90.08 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 103 | 69 | 0 | 0.55 | 0.70 | 0.11 | 12.91 | 0.74 | 0.58 |
| Hex | E3 | 67 | 45 | 0 | 37 | 46 | B | D | 4A | 3A |
| Octal | 343 | 147 | 105 | 0 | 67 | 106 | 13 | 15 | 112 | 72 |
| Binary | 11100011 | 1100111 | 1000101 | 0 | 110111 | 1000110 | 1011 | 1101 | 1001010 | 111010 |
Color Harmonies of #E36745
Complementary color
Monochromatic Colors of #E36745
Black with #E36745
Text Example
Text Example
White with #E36745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36745; }
p { color: rgb(227,103,69); }
H1.HeaderClassName
{
color: #E36745;
}
.AnyTagClassName
{
color: #E36745;
}
</style>
background-color css
<style>
a { background-color: #E36745; }
a { background-color: rgb(227,103,69); }
div.DivClassName
{
background-color: #E36745;
}
.BgClassName
{
background-color: #E36745;
}
</style>
border-color css
<style>
span { border-color: #E36745; }
span { border-color: rgb(227,103,69); }
td.TdClassName
{
border-color: #E36745;
}
.TagClassName
{
border-color: #E36745;
}
</style>