Shades of Flamingo #E1684D
Tints of Flamingo #E1684D
RGB
CMYK
RGB Variations
Color information
#E1684D (or 0xE1684D) is known color: Flamingo. HEX triplet: E1, 68 and 4D. RGB value is (225,104,77). Sum of RGB (Red+Green+Blue) = 225+104+77=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E1684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1684D is #1E97B2. Grayscale: #898989. Windows color (decimal): -2004915 or 5073121. OLE color: 5073121.
HSL color Cylindrical-coordinate representation of color #E1684D: hue angle of 10.95º 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 #E1684D is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 77 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.12 |
| HSL | 10.95º | 0.71% | 0.59% | - |
| HSV(B) | 10.95º | 0.66% | 0.88% | - |
| XYZ | 37.34 | 26.44 | 10.16 | - |
| YUV | 137.1 | 94.09 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 77 | 0 | 0.54 | 0.66 | 0.12 | 10.95 | 0.71 | 0.59 |
| Hex | E1 | 68 | 4D | 0 | 36 | 42 | C | B | 47 | 3B |
| Octal | 341 | 150 | 115 | 0 | 66 | 102 | 14 | 13 | 107 | 73 |
| Binary | 11100001 | 1101000 | 1001101 | 0 | 110110 | 1000010 | 1100 | 1011 | 1000111 | 111011 |
Color Harmonies of #E1684D
Complementary color
Monochromatic Colors of #E1684D
Black with #E1684D
Text Example
Text Example
White with #E1684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1684D; }
p { color: rgb(225,104,77); }
H1.HeaderClassName
{
color: #E1684D;
}
.AnyTagClassName
{
color: #E1684D;
}
</style>
background-color css
<style>
a { background-color: #E1684D; }
a { background-color: rgb(225,104,77); }
div.DivClassName
{
background-color: #E1684D;
}
.BgClassName
{
background-color: #E1684D;
}
</style>
border-color css
<style>
span { border-color: #E1684D; }
span { border-color: rgb(225,104,77); }
td.TdClassName
{
border-color: #E1684D;
}
.TagClassName
{
border-color: #E1684D;
}
</style>