Shades of Flamingo #E36853
Tints of Flamingo #E36853
RGB
CMYK
RGB Variations
Color information
#E36853 (or 0xE36853) is known color: Flamingo. HEX triplet: E3, 68 and 53. RGB value is (227,104,83). Sum of RGB (Red+Green+Blue) = 227+104+83=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E36853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36853 is #1C97AC. Grayscale: #8A8A8A. Windows color (decimal): -1873837 or 5466339. OLE color: 5466339.
HSL color Cylindrical-coordinate representation of color #E36853: hue angle of 8.75º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E36853 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 104 | 83 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.11 |
| HSL | 8.75º | 0.72% | 0.61% | - |
| HSV(B) | 8.75º | 0.63% | 0.89% | - |
| XYZ | 38.19 | 26.86 | 11.35 | - |
| YUV | 138.38 | 96.75 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 104 | 83 | 0 | 0.54 | 0.63 | 0.11 | 8.75 | 0.72 | 0.61 |
| Hex | E3 | 68 | 53 | 0 | 36 | 3F | B | 9 | 48 | 3D |
| Octal | 343 | 150 | 123 | 0 | 66 | 77 | 13 | 11 | 110 | 75 |
| Binary | 11100011 | 1101000 | 1010011 | 0 | 110110 | 111111 | 1011 | 1001 | 1001000 | 111101 |
Color Harmonies of #E36853
Complementary color
Monochromatic Colors of #E36853
Black with #E36853
Text Example
Text Example
White with #E36853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36853; }
p { color: rgb(227,104,83); }
H1.HeaderClassName
{
color: #E36853;
}
.AnyTagClassName
{
color: #E36853;
}
</style>
background-color css
<style>
a { background-color: #E36853; }
a { background-color: rgb(227,104,83); }
div.DivClassName
{
background-color: #E36853;
}
.BgClassName
{
background-color: #E36853;
}
</style>
border-color css
<style>
span { border-color: #E36853; }
span { border-color: rgb(227,104,83); }
td.TdClassName
{
border-color: #E36853;
}
.TagClassName
{
border-color: #E36853;
}
</style>