Shades of Flamingo #E1664A
Tints of Flamingo #E1664A
RGB
CMYK
RGB Variations
Color information
#E1664A (or 0xE1664A) is known color: Flamingo. HEX triplet: E1, 66 and 4A. RGB value is (225,102,74). Sum of RGB (Red+Green+Blue) = 225+102+74=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1664A is #1E99B5. Grayscale: #878787. Windows color (decimal): -2005430 or 4876001. OLE color: 4876001.
HSL color Cylindrical-coordinate representation of color #E1664A: hue angle of 11.13º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1664A is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 74 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.12 |
| HSL | 11.13º | 0.72% | 0.59% | - |
| HSV(B) | 11.13º | 0.67% | 0.88% | - |
| XYZ | 37.04 | 26 | 9.55 | - |
| YUV | 135.59 | 93.25 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 74 | 0 | 0.55 | 0.67 | 0.12 | 11.13 | 0.72 | 0.59 |
| Hex | E1 | 66 | 4A | 0 | 37 | 43 | C | B | 48 | 3B |
| Octal | 341 | 146 | 112 | 0 | 67 | 103 | 14 | 13 | 110 | 73 |
| Binary | 11100001 | 1100110 | 1001010 | 0 | 110111 | 1000011 | 1100 | 1011 | 1001000 | 111011 |
Color Harmonies of #E1664A
Complementary color
Monochromatic Colors of #E1664A
Black with #E1664A
Text Example
Text Example
White with #E1664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1664A; }
p { color: rgb(225,102,74); }
H1.HeaderClassName
{
color: #E1664A;
}
.AnyTagClassName
{
color: #E1664A;
}
</style>
background-color css
<style>
a { background-color: #E1664A; }
a { background-color: rgb(225,102,74); }
div.DivClassName
{
background-color: #E1664A;
}
.BgClassName
{
background-color: #E1664A;
}
</style>
border-color css
<style>
span { border-color: #E1664A; }
span { border-color: rgb(225,102,74); }
td.TdClassName
{
border-color: #E1664A;
}
.TagClassName
{
border-color: #E1664A;
}
</style>