Shades of Flamingo #E56752
Tints of Flamingo #E56752
RGB
CMYK
RGB Variations
Color information
#E56752 (or 0xE56752) is known color: Flamingo. HEX triplet: E5, 67 and 52. RGB value is (229,103,82). Sum of RGB (Red+Green+Blue) = 229+103+82=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E56752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56752 is #1A98AD. Grayscale: #8A8A8A. Windows color (decimal): -1743022 or 5400549. OLE color: 5400549.
HSL color Cylindrical-coordinate representation of color #E56752: hue angle of 8.57º 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 #E56752 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 82 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.10 |
| HSL | 8.57º | 0.74% | 0.61% | - |
| HSV(B) | 8.57º | 0.64% | 0.9% | - |
| XYZ | 38.69 | 26.97 | 11.15 | - |
| YUV | 138.28 | 96.24 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 82 | 0 | 0.55 | 0.64 | 0.10 | 8.57 | 0.74 | 0.61 |
| Hex | E5 | 67 | 52 | 0 | 37 | 40 | A | 9 | 4A | 3D |
| Octal | 345 | 147 | 122 | 0 | 67 | 100 | 12 | 11 | 112 | 75 |
| Binary | 11100101 | 1100111 | 1010010 | 0 | 110111 | 1000000 | 1010 | 1001 | 1001010 | 111101 |
Color Harmonies of #E56752
Complementary color
Monochromatic Colors of #E56752
Black with #E56752
Text Example
Text Example
White with #E56752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56752; }
p { color: rgb(229,103,82); }
H1.HeaderClassName
{
color: #E56752;
}
.AnyTagClassName
{
color: #E56752;
}
</style>
background-color css
<style>
a { background-color: #E56752; }
a { background-color: rgb(229,103,82); }
div.DivClassName
{
background-color: #E56752;
}
.BgClassName
{
background-color: #E56752;
}
</style>
border-color css
<style>
span { border-color: #E56752; }
span { border-color: rgb(229,103,82); }
td.TdClassName
{
border-color: #E56752;
}
.TagClassName
{
border-color: #E56752;
}
</style>