Shades of Flamingo #E06056
Tints of Flamingo #E06056
RGB
CMYK
RGB Variations
Color information
#E06056 (or 0xE06056) is known color: Flamingo. HEX triplet: E0, 60 and 56. RGB value is (224,96,86). Sum of RGB (Red+Green+Blue) = 224+96+86=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E06056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06056 is #1F9FA9. Grayscale: #858585. Windows color (decimal): -2072490 or 5660896. OLE color: 5660896.
HSL color Cylindrical-coordinate representation of color #E06056: hue angle of 4.35º 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 #E06056 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 86 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.12 |
| HSL | 4.35º | 0.69% | 0.61% | - |
| HSV(B) | 4.35º | 0.62% | 0.88% | - |
| XYZ | 36.6 | 24.88 | 11.68 | - |
| YUV | 133.13 | 101.41 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 86 | 0 | 0.57 | 0.62 | 0.12 | 4.35 | 0.69 | 0.61 |
| Hex | E0 | 60 | 56 | 0 | 39 | 3E | C | 4 | 45 | 3D |
| Octal | 340 | 140 | 126 | 0 | 71 | 76 | 14 | 4 | 105 | 75 |
| Binary | 11100000 | 1100000 | 1010110 | 0 | 111001 | 111110 | 1100 | 100 | 1000101 | 111101 |
Color Harmonies of #E06056
Complementary color
Monochromatic Colors of #E06056
Black with #E06056
Text Example
Text Example
White with #E06056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06056; }
p { color: rgb(224,96,86); }
H1.HeaderClassName
{
color: #E06056;
}
.AnyTagClassName
{
color: #E06056;
}
</style>
background-color css
<style>
a { background-color: #E06056; }
a { background-color: rgb(224,96,86); }
div.DivClassName
{
background-color: #E06056;
}
.BgClassName
{
background-color: #E06056;
}
</style>
border-color css
<style>
span { border-color: #E06056; }
span { border-color: rgb(224,96,86); }
td.TdClassName
{
border-color: #E06056;
}
.TagClassName
{
border-color: #E06056;
}
</style>