Shades of Flamingo #E56652
Tints of Flamingo #E56652
RGB
CMYK
RGB Variations
Color information
#E56652 (or 0xE56652) is known color: Flamingo. HEX triplet: E5, 66 and 52. RGB value is (229,102,82). Sum of RGB (Red+Green+Blue) = 229+102+82=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E56652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56652 is #1A99AD. Grayscale: #898989. Windows color (decimal): -1743278 or 5400293. OLE color: 5400293.
HSL color Cylindrical-coordinate representation of color #E56652: hue angle of 8.16º 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 #E56652 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 82 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.10 |
| HSL | 8.16º | 0.74% | 0.61% | - |
| HSV(B) | 8.16º | 0.64% | 0.9% | - |
| XYZ | 38.59 | 26.77 | 11.12 | - |
| YUV | 137.69 | 96.58 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 82 | 0 | 0.55 | 0.64 | 0.10 | 8.16 | 0.74 | 0.61 |
| Hex | E5 | 66 | 52 | 0 | 37 | 40 | A | 8 | 4A | 3D |
| Octal | 345 | 146 | 122 | 0 | 67 | 100 | 12 | 10 | 112 | 75 |
| Binary | 11100101 | 1100110 | 1010010 | 0 | 110111 | 1000000 | 1010 | 1000 | 1001010 | 111101 |
Color Harmonies of #E56652
Complementary color
Monochromatic Colors of #E56652
Black with #E56652
Text Example
Text Example
White with #E56652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56652; }
p { color: rgb(229,102,82); }
H1.HeaderClassName
{
color: #E56652;
}
.AnyTagClassName
{
color: #E56652;
}
</style>
background-color css
<style>
a { background-color: #E56652; }
a { background-color: rgb(229,102,82); }
div.DivClassName
{
background-color: #E56652;
}
.BgClassName
{
background-color: #E56652;
}
</style>
border-color css
<style>
span { border-color: #E56652; }
span { border-color: rgb(229,102,82); }
td.TdClassName
{
border-color: #E56652;
}
.TagClassName
{
border-color: #E56652;
}
</style>