Shades of Flamingo #E36848
Tints of Flamingo #E36848
RGB
CMYK
RGB Variations
Color information
#E36848 (or 0xE36848) is known color: Flamingo. HEX triplet: E3, 68 and 48. RGB value is (227,104,72). Sum of RGB (Red+Green+Blue) = 227+104+72=403 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.33% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 227 - color contains mainly: red. Hex color #E36848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36848 is #1C97B7. Grayscale: #898989. Windows color (decimal): -1873848 or 4745443. OLE color: 4745443.
HSL color Cylindrical-coordinate representation of color #E36848: hue angle of 12.39º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E36848 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 104 | 72 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.11 |
| HSL | 12.39º | 0.73% | 0.59% | - |
| HSV(B) | 12.39º | 0.68% | 0.89% | - |
| XYZ | 37.8 | 26.7 | 9.29 | - |
| YUV | 137.13 | 91.25 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 104 | 72 | 0 | 0.54 | 0.68 | 0.11 | 12.39 | 0.73 | 0.59 |
| Hex | E3 | 68 | 48 | 0 | 36 | 44 | B | C | 49 | 3B |
| Octal | 343 | 150 | 110 | 0 | 66 | 104 | 13 | 14 | 111 | 73 |
| Binary | 11100011 | 1101000 | 1001000 | 0 | 110110 | 1000100 | 1011 | 1100 | 1001001 | 111011 |
Color Harmonies of #E36848
Complementary color
Monochromatic Colors of #E36848
Black with #E36848
Text Example
Text Example
White with #E36848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36848; }
p { color: rgb(227,104,72); }
H1.HeaderClassName
{
color: #E36848;
}
.AnyTagClassName
{
color: #E36848;
}
</style>
background-color css
<style>
a { background-color: #E36848; }
a { background-color: rgb(227,104,72); }
div.DivClassName
{
background-color: #E36848;
}
.BgClassName
{
background-color: #E36848;
}
</style>
border-color css
<style>
span { border-color: #E36848; }
span { border-color: rgb(227,104,72); }
td.TdClassName
{
border-color: #E36848;
}
.TagClassName
{
border-color: #E36848;
}
</style>