Shades of Flamingo #E1694E
Tints of Flamingo #E1694E
RGB
CMYK
RGB Variations
Color information
#E1694E (or 0xE1694E) is known color: Flamingo. HEX triplet: E1, 69 and 4E. RGB value is (225,105,78). Sum of RGB (Red+Green+Blue) = 225+105+78=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E1694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1694E is #1E96B1. Grayscale: #8A8A8A. Windows color (decimal): -2004658 or 5138913. OLE color: 5138913.
HSL color Cylindrical-coordinate representation of color #E1694E: hue angle of 11.02º degrees, saturation: 0.71, 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 #E1694E is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 78 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.12 |
| HSL | 11.02º | 0.71% | 0.59% | - |
| HSV(B) | 11.02º | 0.65% | 0.88% | - |
| XYZ | 37.48 | 26.66 | 10.38 | - |
| YUV | 137.8 | 94.26 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 78 | 0 | 0.53 | 0.65 | 0.12 | 11.02 | 0.71 | 0.59 |
| Hex | E1 | 69 | 4E | 0 | 35 | 41 | C | B | 47 | 3B |
| Octal | 341 | 151 | 116 | 0 | 65 | 101 | 14 | 13 | 107 | 73 |
| Binary | 11100001 | 1101001 | 1001110 | 0 | 110101 | 1000001 | 1100 | 1011 | 1000111 | 111011 |
Color Harmonies of #E1694E
Complementary color
Monochromatic Colors of #E1694E
Black with #E1694E
Text Example
Text Example
White with #E1694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1694E; }
p { color: rgb(225,105,78); }
H1.HeaderClassName
{
color: #E1694E;
}
.AnyTagClassName
{
color: #E1694E;
}
</style>
background-color css
<style>
a { background-color: #E1694E; }
a { background-color: rgb(225,105,78); }
div.DivClassName
{
background-color: #E1694E;
}
.BgClassName
{
background-color: #E1694E;
}
</style>
border-color css
<style>
span { border-color: #E1694E; }
span { border-color: rgb(225,105,78); }
td.TdClassName
{
border-color: #E1694E;
}
.TagClassName
{
border-color: #E1694E;
}
</style>