Shades of Flamingo #E1664C
Tints of Flamingo #E1664C
RGB
CMYK
RGB Variations
Color information
#E1664C (or 0xE1664C) is known color: Flamingo. HEX triplet: E1, 66 and 4C. RGB value is (225,102,76). Sum of RGB (Red+Green+Blue) = 225+102+76=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1664C is #1E99B3. Grayscale: #888888. Windows color (decimal): -2005428 or 5007073. OLE color: 5007073.
HSL color Cylindrical-coordinate representation of color #E1664C: hue angle of 10.47º 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 #E1664C is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 76 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.12 |
| HSL | 10.47º | 0.71% | 0.59% | - |
| HSV(B) | 10.47º | 0.66% | 0.88% | - |
| XYZ | 37.11 | 26.03 | 9.91 | - |
| YUV | 135.81 | 94.25 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 76 | 0 | 0.55 | 0.66 | 0.12 | 10.47 | 0.71 | 0.59 |
| Hex | E1 | 66 | 4C | 0 | 37 | 42 | C | A | 47 | 3B |
| Octal | 341 | 146 | 114 | 0 | 67 | 102 | 14 | 12 | 107 | 73 |
| Binary | 11100001 | 1100110 | 1001100 | 0 | 110111 | 1000010 | 1100 | 1010 | 1000111 | 111011 |
Color Harmonies of #E1664C
Complementary color
Monochromatic Colors of #E1664C
Black with #E1664C
Text Example
Text Example
White with #E1664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1664C; }
p { color: rgb(225,102,76); }
H1.HeaderClassName
{
color: #E1664C;
}
.AnyTagClassName
{
color: #E1664C;
}
</style>
background-color css
<style>
a { background-color: #E1664C; }
a { background-color: rgb(225,102,76); }
div.DivClassName
{
background-color: #E1664C;
}
.BgClassName
{
background-color: #E1664C;
}
</style>
border-color css
<style>
span { border-color: #E1664C; }
span { border-color: rgb(225,102,76); }
td.TdClassName
{
border-color: #E1664C;
}
.TagClassName
{
border-color: #E1664C;
}
</style>