Shades of Flamingo #E1644D
Tints of Flamingo #E1644D
RGB
CMYK
RGB Variations
Color information
#E1644D (or 0xE1644D) is known color: Flamingo. HEX triplet: E1, 64 and 4D. RGB value is (225,100,77). Sum of RGB (Red+Green+Blue) = 225+100+77=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E1644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1644D is #1E9BB2. Grayscale: #868686. Windows color (decimal): -2005939 or 5072097. OLE color: 5072097.
HSL color Cylindrical-coordinate representation of color #E1644D: hue angle of 9.32º 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 #E1644D is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 77 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.12 |
| HSL | 9.32º | 0.71% | 0.59% | - |
| HSV(B) | 9.32º | 0.66% | 0.88% | - |
| XYZ | 36.95 | 25.66 | 10.03 | - |
| YUV | 134.75 | 95.41 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 77 | 0 | 0.56 | 0.66 | 0.12 | 9.32 | 0.71 | 0.59 |
| Hex | E1 | 64 | 4D | 0 | 38 | 42 | C | 9 | 47 | 3B |
| Octal | 341 | 144 | 115 | 0 | 70 | 102 | 14 | 11 | 107 | 73 |
| Binary | 11100001 | 1100100 | 1001101 | 0 | 111000 | 1000010 | 1100 | 1001 | 1000111 | 111011 |
Color Harmonies of #E1644D
Complementary color
Monochromatic Colors of #E1644D
Black with #E1644D
Text Example
Text Example
White with #E1644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1644D; }
p { color: rgb(225,100,77); }
H1.HeaderClassName
{
color: #E1644D;
}
.AnyTagClassName
{
color: #E1644D;
}
</style>
background-color css
<style>
a { background-color: #E1644D; }
a { background-color: rgb(225,100,77); }
div.DivClassName
{
background-color: #E1644D;
}
.BgClassName
{
background-color: #E1644D;
}
</style>
border-color css
<style>
span { border-color: #E1644D; }
span { border-color: rgb(225,100,77); }
td.TdClassName
{
border-color: #E1644D;
}
.TagClassName
{
border-color: #E1644D;
}
</style>