Shades of Flamingo #E36B4A
Tints of Flamingo #E36B4A
RGB
CMYK
RGB Variations
Color information
#E36B4A (or 0xE36B4A) is known color: Flamingo. HEX triplet: E3, 6B and 4A. RGB value is (227,107,74). Sum of RGB (Red+Green+Blue) = 227+107+74=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E36B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36B4A is #1C94B5. Grayscale: #8B8B8B. Windows color (decimal): -1873078 or 4877283. OLE color: 4877283.
HSL color Cylindrical-coordinate representation of color #E36B4A: hue angle of 12.94º 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 #E36B4A is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 107 | 74 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.11 |
| HSL | 12.94º | 0.73% | 0.59% | - |
| HSV(B) | 12.94º | 0.67% | 0.89% | - |
| XYZ | 38.17 | 27.34 | 9.74 | - |
| YUV | 139.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 107 | 74 | 0 | 0.53 | 0.67 | 0.11 | 12.94 | 0.73 | 0.59 |
| Hex | E3 | 6B | 4A | 0 | 35 | 43 | B | D | 49 | 3B |
| Octal | 343 | 153 | 112 | 0 | 65 | 103 | 13 | 15 | 111 | 73 |
| Binary | 11100011 | 1101011 | 1001010 | 0 | 110101 | 1000011 | 1011 | 1101 | 1001001 | 111011 |
Color Harmonies of #E36B4A
Complementary color
Monochromatic Colors of #E36B4A
Black with #E36B4A
Text Example
Text Example
White with #E36B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36B4A; }
p { color: rgb(227,107,74); }
H1.HeaderClassName
{
color: #E36B4A;
}
.AnyTagClassName
{
color: #E36B4A;
}
</style>
background-color css
<style>
a { background-color: #E36B4A; }
a { background-color: rgb(227,107,74); }
div.DivClassName
{
background-color: #E36B4A;
}
.BgClassName
{
background-color: #E36B4A;
}
</style>
border-color css
<style>
span { border-color: #E36B4A; }
span { border-color: rgb(227,107,74); }
td.TdClassName
{
border-color: #E36B4A;
}
.TagClassName
{
border-color: #E36B4A;
}
</style>