Shades of Flamingo #E1694C
Tints of Flamingo #E1694C
RGB
CMYK
RGB Variations
Color information
#E1694C (or 0xE1694C) is known color: Flamingo. HEX triplet: E1, 69 and 4C. RGB value is (225,105,76). Sum of RGB (Red+Green+Blue) = 225+105+76=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E1694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1694C is #1E96B3. Grayscale: #898989. Windows color (decimal): -2004660 or 5007841. OLE color: 5007841.
HSL color Cylindrical-coordinate representation of color #E1694C: hue angle of 11.68º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1694C is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 76 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.12 |
| HSL | 11.68º | 0.71% | 0.59% | - |
| HSV(B) | 11.68º | 0.66% | 0.88% | - |
| XYZ | 37.41 | 26.63 | 10.01 | - |
| YUV | 137.57 | 93.26 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 76 | 0 | 0.53 | 0.66 | 0.12 | 11.68 | 0.71 | 0.59 |
| Hex | E1 | 69 | 4C | 0 | 35 | 42 | C | C | 47 | 3B |
| Octal | 341 | 151 | 114 | 0 | 65 | 102 | 14 | 14 | 107 | 73 |
| Binary | 11100001 | 1101001 | 1001100 | 0 | 110101 | 1000010 | 1100 | 1100 | 1000111 | 111011 |
Color Harmonies of #E1694C
Complementary color
Monochromatic Colors of #E1694C
Black with #E1694C
Text Example
Text Example
White with #E1694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1694C; }
p { color: rgb(225,105,76); }
H1.HeaderClassName
{
color: #E1694C;
}
.AnyTagClassName
{
color: #E1694C;
}
</style>
background-color css
<style>
a { background-color: #E1694C; }
a { background-color: rgb(225,105,76); }
div.DivClassName
{
background-color: #E1694C;
}
.BgClassName
{
background-color: #E1694C;
}
</style>
border-color css
<style>
span { border-color: #E1694C; }
span { border-color: rgb(225,105,76); }
td.TdClassName
{
border-color: #E1694C;
}
.TagClassName
{
border-color: #E1694C;
}
</style>