Shades of Flamingo #E36756
Tints of Flamingo #E36756
RGB
CMYK
RGB Variations
Color information
#E36756 (or 0xE36756) is known color: Flamingo. HEX triplet: E3, 67 and 56. RGB value is (227,103,86). Sum of RGB (Red+Green+Blue) = 227+103+86=416 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.57% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 227 - color contains mainly: red. Hex color #E36756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36756 is #1C98A9. Grayscale: #8A8A8A. Windows color (decimal): -1874090 or 5662691. OLE color: 5662691.
HSL color Cylindrical-coordinate representation of color #E36756: hue angle of 7.23º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E36756 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 103 | 86 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.11 |
| HSL | 7.23º | 0.72% | 0.61% | - |
| HSV(B) | 7.23º | 0.62% | 0.89% | - |
| XYZ | 38.21 | 26.7 | 11.94 | - |
| YUV | 138.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 103 | 86 | 0 | 0.55 | 0.62 | 0.11 | 7.23 | 0.72 | 0.61 |
| Hex | E3 | 67 | 56 | 0 | 37 | 3E | B | 7 | 48 | 3D |
| Octal | 343 | 147 | 126 | 0 | 67 | 76 | 13 | 7 | 110 | 75 |
| Binary | 11100011 | 1100111 | 1010110 | 0 | 110111 | 111110 | 1011 | 111 | 1001000 | 111101 |
Color Harmonies of #E36756
Complementary color
Monochromatic Colors of #E36756
Black with #E36756
Text Example
Text Example
White with #E36756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36756; }
p { color: rgb(227,103,86); }
H1.HeaderClassName
{
color: #E36756;
}
.AnyTagClassName
{
color: #E36756;
}
</style>
background-color css
<style>
a { background-color: #E36756; }
a { background-color: rgb(227,103,86); }
div.DivClassName
{
background-color: #E36756;
}
.BgClassName
{
background-color: #E36756;
}
</style>
border-color css
<style>
span { border-color: #E36756; }
span { border-color: rgb(227,103,86); }
td.TdClassName
{
border-color: #E36756;
}
.TagClassName
{
border-color: #E36756;
}
</style>