Shades of Flamingo #E36347
Tints of Flamingo #E36347
RGB
CMYK
RGB Variations
Color information
#E36347 (or 0xE36347) is known color: Flamingo. HEX triplet: E3, 63 and 47. RGB value is (227,99,71). Sum of RGB (Red+Green+Blue) = 227+99+71=397 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.18% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 227 - color contains mainly: red. Hex color #E36347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36347 is #1C9CB8. Grayscale: #868686. Windows color (decimal): -1875129 or 4678627. OLE color: 4678627.
HSL color Cylindrical-coordinate representation of color #E36347: hue angle of 10.77º 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 #E36347 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 99 | 71 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.11 |
| HSL | 10.77º | 0.74% | 0.58% | - |
| HSV(B) | 10.77º | 0.69% | 0.89% | - |
| XYZ | 37.28 | 25.71 | 8.96 | - |
| YUV | 134.08 | 92.41 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 71 | 0 | 0.56 | 0.69 | 0.11 | 10.77 | 0.74 | 0.58 |
| Hex | E3 | 63 | 47 | 0 | 38 | 45 | B | B | 4A | 3A |
| Octal | 343 | 143 | 107 | 0 | 70 | 105 | 13 | 13 | 112 | 72 |
| Binary | 11100011 | 1100011 | 1000111 | 0 | 111000 | 1000101 | 1011 | 1011 | 1001010 | 111010 |
Color Harmonies of #E36347
Complementary color
Monochromatic Colors of #E36347
Black with #E36347
Text Example
Text Example
White with #E36347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36347; }
p { color: rgb(227,99,71); }
H1.HeaderClassName
{
color: #E36347;
}
.AnyTagClassName
{
color: #E36347;
}
</style>
background-color css
<style>
a { background-color: #E36347; }
a { background-color: rgb(227,99,71); }
div.DivClassName
{
background-color: #E36347;
}
.BgClassName
{
background-color: #E36347;
}
</style>
border-color css
<style>
span { border-color: #E36347; }
span { border-color: rgb(227,99,71); }
td.TdClassName
{
border-color: #E36347;
}
.TagClassName
{
border-color: #E36347;
}
</style>