Shades of Flamingo #E36851
Tints of Flamingo #E36851
RGB
CMYK
RGB Variations
Color information
#E36851 (or 0xE36851) is known color: Flamingo. HEX triplet: E3, 68 and 51. RGB value is (227,104,81). Sum of RGB (Red+Green+Blue) = 227+104+81=412 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.10% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 227 - color contains mainly: red. Hex color #E36851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36851 is #1C97AE. Grayscale: #8A8A8A. Windows color (decimal): -1873839 or 5335267. OLE color: 5335267.
HSL color Cylindrical-coordinate representation of color #E36851: hue angle of 9.45º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E36851 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 104 | 81 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.11 |
| HSL | 9.45º | 0.72% | 0.6% | - |
| HSV(B) | 9.45º | 0.64% | 0.89% | - |
| XYZ | 38.11 | 26.83 | 10.95 | - |
| YUV | 138.16 | 95.75 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 104 | 81 | 0 | 0.54 | 0.64 | 0.11 | 9.45 | 0.72 | 0.6 |
| Hex | E3 | 68 | 51 | 0 | 36 | 40 | B | 9 | 48 | 3C |
| Octal | 343 | 150 | 121 | 0 | 66 | 100 | 13 | 11 | 110 | 74 |
| Binary | 11100011 | 1101000 | 1010001 | 0 | 110110 | 1000000 | 1011 | 1001 | 1001000 | 111100 |
Color Harmonies of #E36851
Complementary color
Monochromatic Colors of #E36851
Black with #E36851
Text Example
Text Example
White with #E36851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36851; }
p { color: rgb(227,104,81); }
H1.HeaderClassName
{
color: #E36851;
}
.AnyTagClassName
{
color: #E36851;
}
</style>
background-color css
<style>
a { background-color: #E36851; }
a { background-color: rgb(227,104,81); }
div.DivClassName
{
background-color: #E36851;
}
.BgClassName
{
background-color: #E36851;
}
</style>
border-color css
<style>
span { border-color: #E36851; }
span { border-color: rgb(227,104,81); }
td.TdClassName
{
border-color: #E36851;
}
.TagClassName
{
border-color: #E36851;
}
</style>