Shades of Flamingo #E0694E
Tints of Flamingo #E0694E
RGB
CMYK
RGB Variations
Color information
#E0694E (or 0xE0694E) is known color: Flamingo. HEX triplet: E0, 69 and 4E. RGB value is (224,105,78). Sum of RGB (Red+Green+Blue) = 224+105+78=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E0694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0694E is #1F96B1. Grayscale: #898989. Windows color (decimal): -2070194 or 5138912. OLE color: 5138912.
HSL color Cylindrical-coordinate representation of color #E0694E: hue angle of 11.1º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E0694E is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 78 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.12 |
| HSL | 11.1º | 0.7% | 0.59% | - |
| HSV(B) | 11.1º | 0.65% | 0.88% | - |
| XYZ | 37.17 | 26.5 | 10.36 | - |
| YUV | 137.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 78 | 0 | 0.53 | 0.65 | 0.12 | 11.1 | 0.7 | 0.59 |
| Hex | E0 | 69 | 4E | 0 | 35 | 41 | C | B | 46 | 3B |
| Octal | 340 | 151 | 116 | 0 | 65 | 101 | 14 | 13 | 106 | 73 |
| Binary | 11100000 | 1101001 | 1001110 | 0 | 110101 | 1000001 | 1100 | 1011 | 1000110 | 111011 |
Color Harmonies of #E0694E
Complementary color
Monochromatic Colors of #E0694E
Black with #E0694E
Text Example
Text Example
White with #E0694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0694E; }
p { color: rgb(224,105,78); }
H1.HeaderClassName
{
color: #E0694E;
}
.AnyTagClassName
{
color: #E0694E;
}
</style>
background-color css
<style>
a { background-color: #E0694E; }
a { background-color: rgb(224,105,78); }
div.DivClassName
{
background-color: #E0694E;
}
.BgClassName
{
background-color: #E0694E;
}
</style>
border-color css
<style>
span { border-color: #E0694E; }
span { border-color: rgb(224,105,78); }
td.TdClassName
{
border-color: #E0694E;
}
.TagClassName
{
border-color: #E0694E;
}
</style>