Shades of Flamingo #E1664D
Tints of Flamingo #E1664D
RGB
CMYK
RGB Variations
Color information
#E1664D (or 0xE1664D) is known color: Flamingo. HEX triplet: E1, 66 and 4D. RGB value is (225,102,77). Sum of RGB (Red+Green+Blue) = 225+102+77=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1664D is #1E99B2. Grayscale: #888888. Windows color (decimal): -2005427 or 5072609. OLE color: 5072609.
HSL color Cylindrical-coordinate representation of color #E1664D: hue angle of 10.14º 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 #E1664D is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 77 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.12 |
| HSL | 10.14º | 0.71% | 0.59% | - |
| HSV(B) | 10.14º | 0.66% | 0.88% | - |
| XYZ | 37.14 | 26.05 | 10.09 | - |
| YUV | 135.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 77 | 0 | 0.55 | 0.66 | 0.12 | 10.14 | 0.71 | 0.59 |
| Hex | E1 | 66 | 4D | 0 | 37 | 42 | C | A | 47 | 3B |
| Octal | 341 | 146 | 115 | 0 | 67 | 102 | 14 | 12 | 107 | 73 |
| Binary | 11100001 | 1100110 | 1001101 | 0 | 110111 | 1000010 | 1100 | 1010 | 1000111 | 111011 |
Color Harmonies of #E1664D
Complementary color
Monochromatic Colors of #E1664D
Black with #E1664D
Text Example
Text Example
White with #E1664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1664D; }
p { color: rgb(225,102,77); }
H1.HeaderClassName
{
color: #E1664D;
}
.AnyTagClassName
{
color: #E1664D;
}
</style>
background-color css
<style>
a { background-color: #E1664D; }
a { background-color: rgb(225,102,77); }
div.DivClassName
{
background-color: #E1664D;
}
.BgClassName
{
background-color: #E1664D;
}
</style>
border-color css
<style>
span { border-color: #E1664D; }
span { border-color: rgb(225,102,77); }
td.TdClassName
{
border-color: #E1664D;
}
.TagClassName
{
border-color: #E1664D;
}
</style>