Shades of Flamingo #E56753
Tints of Flamingo #E56753
RGB
CMYK
RGB Variations
Color information
#E56753 (or 0xE56753) is known color: Flamingo. HEX triplet: E5, 67 and 53. RGB value is (229,103,83). Sum of RGB (Red+Green+Blue) = 229+103+83=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E56753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56753 is #1A98AC. Grayscale: #8A8A8A. Windows color (decimal): -1743021 or 5466085. OLE color: 5466085.
HSL color Cylindrical-coordinate representation of color #E56753: hue angle of 8.22º 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 #E56753 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 83 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.10 |
| HSL | 8.22º | 0.74% | 0.61% | - |
| HSV(B) | 8.22º | 0.64% | 0.9% | - |
| XYZ | 38.72 | 26.98 | 11.35 | - |
| YUV | 138.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 83 | 0 | 0.55 | 0.64 | 0.10 | 8.22 | 0.74 | 0.61 |
| Hex | E5 | 67 | 53 | 0 | 37 | 40 | A | 8 | 4A | 3D |
| Octal | 345 | 147 | 123 | 0 | 67 | 100 | 12 | 10 | 112 | 75 |
| Binary | 11100101 | 1100111 | 1010011 | 0 | 110111 | 1000000 | 1010 | 1000 | 1001010 | 111101 |
Color Harmonies of #E56753
Complementary color
Monochromatic Colors of #E56753
Black with #E56753
Text Example
Text Example
White with #E56753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56753; }
p { color: rgb(229,103,83); }
H1.HeaderClassName
{
color: #E56753;
}
.AnyTagClassName
{
color: #E56753;
}
</style>
background-color css
<style>
a { background-color: #E56753; }
a { background-color: rgb(229,103,83); }
div.DivClassName
{
background-color: #E56753;
}
.BgClassName
{
background-color: #E56753;
}
</style>
border-color css
<style>
span { border-color: #E56753; }
span { border-color: rgb(229,103,83); }
td.TdClassName
{
border-color: #E56753;
}
.TagClassName
{
border-color: #E56753;
}
</style>