Shades of Flamingo #E56653
Tints of Flamingo #E56653
RGB
CMYK
RGB Variations
Color information
#E56653 (or 0xE56653) is known color: Flamingo. HEX triplet: E5, 66 and 53. RGB value is (229,102,83). Sum of RGB (Red+Green+Blue) = 229+102+83=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E56653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56653 is #1A99AC. Grayscale: #8A8A8A. Windows color (decimal): -1743277 or 5465829. OLE color: 5465829.
HSL color Cylindrical-coordinate representation of color #E56653: hue angle of 7.81º 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 #E56653 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 83 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.10 |
| HSL | 7.81º | 0.74% | 0.61% | - |
| HSV(B) | 7.81º | 0.64% | 0.9% | - |
| XYZ | 38.63 | 26.79 | 11.32 | - |
| YUV | 137.81 | 97.08 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 83 | 0 | 0.55 | 0.64 | 0.10 | 7.81 | 0.74 | 0.61 |
| Hex | E5 | 66 | 53 | 0 | 37 | 40 | A | 8 | 4A | 3D |
| Octal | 345 | 146 | 123 | 0 | 67 | 100 | 12 | 10 | 112 | 75 |
| Binary | 11100101 | 1100110 | 1010011 | 0 | 110111 | 1000000 | 1010 | 1000 | 1001010 | 111101 |
Color Harmonies of #E56653
Complementary color
Monochromatic Colors of #E56653
Black with #E56653
Text Example
Text Example
White with #E56653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56653; }
p { color: rgb(229,102,83); }
H1.HeaderClassName
{
color: #E56653;
}
.AnyTagClassName
{
color: #E56653;
}
</style>
background-color css
<style>
a { background-color: #E56653; }
a { background-color: rgb(229,102,83); }
div.DivClassName
{
background-color: #E56653;
}
.BgClassName
{
background-color: #E56653;
}
</style>
border-color css
<style>
span { border-color: #E56653; }
span { border-color: rgb(229,102,83); }
td.TdClassName
{
border-color: #E56653;
}
.TagClassName
{
border-color: #E56653;
}
</style>