Shades of Flamingo #E36A4C
Tints of Flamingo #E36A4C
RGB
CMYK
RGB Variations
Color information
#E36A4C (or 0xE36A4C) is known color: Flamingo. HEX triplet: E3, 6A and 4C. RGB value is (227,106,76). Sum of RGB (Red+Green+Blue) = 227+106+76=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E36A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36A4C is #1C95B3. Grayscale: #8B8B8B. Windows color (decimal): -1873332 or 5008099. OLE color: 5008099.
HSL color Cylindrical-coordinate representation of color #E36A4C: hue angle of 11.92º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E36A4C is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 106 | 76 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.11 |
| HSL | 11.92º | 0.73% | 0.59% | - |
| HSV(B) | 11.92º | 0.67% | 0.89% | - |
| XYZ | 38.14 | 27.16 | 10.07 | - |
| YUV | 138.76 | 92.59 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 106 | 76 | 0 | 0.53 | 0.67 | 0.11 | 11.92 | 0.73 | 0.59 |
| Hex | E3 | 6A | 4C | 0 | 35 | 43 | B | C | 49 | 3B |
| Octal | 343 | 152 | 114 | 0 | 65 | 103 | 13 | 14 | 111 | 73 |
| Binary | 11100011 | 1101010 | 1001100 | 0 | 110101 | 1000011 | 1011 | 1100 | 1001001 | 111011 |
Color Harmonies of #E36A4C
Complementary color
Monochromatic Colors of #E36A4C
Black with #E36A4C
Text Example
Text Example
White with #E36A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36A4C; }
p { color: rgb(227,106,76); }
H1.HeaderClassName
{
color: #E36A4C;
}
.AnyTagClassName
{
color: #E36A4C;
}
</style>
background-color css
<style>
a { background-color: #E36A4C; }
a { background-color: rgb(227,106,76); }
div.DivClassName
{
background-color: #E36A4C;
}
.BgClassName
{
background-color: #E36A4C;
}
</style>
border-color css
<style>
span { border-color: #E36A4C; }
span { border-color: rgb(227,106,76); }
td.TdClassName
{
border-color: #E36A4C;
}
.TagClassName
{
border-color: #E36A4C;
}
</style>