Shades of Flamingo #E36952
Tints of Flamingo #E36952
RGB
CMYK
RGB Variations
Color information
#E36952 (or 0xE36952) is known color: Flamingo. HEX triplet: E3, 69 and 52. RGB value is (227,105,82). Sum of RGB (Red+Green+Blue) = 227+105+82=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E36952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36952 is #1C96AD. Grayscale: #8B8B8B. Windows color (decimal): -1873582 or 5401059. OLE color: 5401059.
HSL color Cylindrical-coordinate representation of color #E36952: hue angle of 9.52º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E36952 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 105 | 82 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.11 |
| HSL | 9.52º | 0.72% | 0.61% | - |
| HSV(B) | 9.52º | 0.64% | 0.89% | - |
| XYZ | 38.25 | 27.04 | 11.19 | - |
| YUV | 138.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 105 | 82 | 0 | 0.54 | 0.64 | 0.11 | 9.52 | 0.72 | 0.61 |
| Hex | E3 | 69 | 52 | 0 | 36 | 40 | B | A | 48 | 3D |
| Octal | 343 | 151 | 122 | 0 | 66 | 100 | 13 | 12 | 110 | 75 |
| Binary | 11100011 | 1101001 | 1010010 | 0 | 110110 | 1000000 | 1011 | 1010 | 1001000 | 111101 |
Color Harmonies of #E36952
Complementary color
Monochromatic Colors of #E36952
Black with #E36952
Text Example
Text Example
White with #E36952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36952; }
p { color: rgb(227,105,82); }
H1.HeaderClassName
{
color: #E36952;
}
.AnyTagClassName
{
color: #E36952;
}
</style>
background-color css
<style>
a { background-color: #E36952; }
a { background-color: rgb(227,105,82); }
div.DivClassName
{
background-color: #E36952;
}
.BgClassName
{
background-color: #E36952;
}
</style>
border-color css
<style>
span { border-color: #E36952; }
span { border-color: rgb(227,105,82); }
td.TdClassName
{
border-color: #E36952;
}
.TagClassName
{
border-color: #E36952;
}
</style>