Shades of Flamingo #E06756
Tints of Flamingo #E06756
RGB
CMYK
RGB Variations
Color information
#E06756 (or 0xE06756) is known color: Flamingo. HEX triplet: E0, 67 and 56. RGB value is (224,103,86). Sum of RGB (Red+Green+Blue) = 224+103+86=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E06756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06756 is #1F98A9. Grayscale: #898989. Windows color (decimal): -2070698 or 5662688. OLE color: 5662688.
HSL color Cylindrical-coordinate representation of color #E06756: hue angle of 7.39º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E06756 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 86 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.12 |
| HSL | 7.39º | 0.69% | 0.61% | - |
| HSV(B) | 7.39º | 0.62% | 0.88% | - |
| XYZ | 37.27 | 26.22 | 11.9 | - |
| YUV | 137.24 | 99.09 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 86 | 0 | 0.54 | 0.62 | 0.12 | 7.39 | 0.69 | 0.61 |
| Hex | E0 | 67 | 56 | 0 | 36 | 3E | C | 7 | 45 | 3D |
| Octal | 340 | 147 | 126 | 0 | 66 | 76 | 14 | 7 | 105 | 75 |
| Binary | 11100000 | 1100111 | 1010110 | 0 | 110110 | 111110 | 1100 | 111 | 1000101 | 111101 |
Color Harmonies of #E06756
Complementary color
Monochromatic Colors of #E06756
Black with #E06756
Text Example
Text Example
White with #E06756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06756; }
p { color: rgb(224,103,86); }
H1.HeaderClassName
{
color: #E06756;
}
.AnyTagClassName
{
color: #E06756;
}
</style>
background-color css
<style>
a { background-color: #E06756; }
a { background-color: rgb(224,103,86); }
div.DivClassName
{
background-color: #E06756;
}
.BgClassName
{
background-color: #E06756;
}
</style>
border-color css
<style>
span { border-color: #E06756; }
span { border-color: rgb(224,103,86); }
td.TdClassName
{
border-color: #E06756;
}
.TagClassName
{
border-color: #E06756;
}
</style>