Shades of Flamingo #E56952
Tints of Flamingo #E56952
RGB
CMYK
RGB Variations
Color information
#E56952 (or 0xE56952) is known color: Flamingo. HEX triplet: E5, 69 and 52. RGB value is (229,105,82). Sum of RGB (Red+Green+Blue) = 229+105+82=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E56952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56952 is #1A96AD. Grayscale: #8B8B8B. Windows color (decimal): -1742510 or 5401061. OLE color: 5401061.
HSL color Cylindrical-coordinate representation of color #E56952: hue angle of 9.39º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E56952 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 82 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.10 |
| HSL | 9.39º | 0.74% | 0.61% | - |
| HSV(B) | 9.39º | 0.64% | 0.9% | - |
| XYZ | 38.89 | 27.37 | 11.22 | - |
| YUV | 139.45 | 95.58 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 82 | 0 | 0.54 | 0.64 | 0.10 | 9.39 | 0.74 | 0.61 |
| Hex | E5 | 69 | 52 | 0 | 36 | 40 | A | 9 | 4A | 3D |
| Octal | 345 | 151 | 122 | 0 | 66 | 100 | 12 | 11 | 112 | 75 |
| Binary | 11100101 | 1101001 | 1010010 | 0 | 110110 | 1000000 | 1010 | 1001 | 1001010 | 111101 |
Color Harmonies of #E56952
Complementary color
Monochromatic Colors of #E56952
Black with #E56952
Text Example
Text Example
White with #E56952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56952; }
p { color: rgb(229,105,82); }
H1.HeaderClassName
{
color: #E56952;
}
.AnyTagClassName
{
color: #E56952;
}
</style>
background-color css
<style>
a { background-color: #E56952; }
a { background-color: rgb(229,105,82); }
div.DivClassName
{
background-color: #E56952;
}
.BgClassName
{
background-color: #E56952;
}
</style>
border-color css
<style>
span { border-color: #E56952; }
span { border-color: rgb(229,105,82); }
td.TdClassName
{
border-color: #E56952;
}
.TagClassName
{
border-color: #E56952;
}
</style>