Shades of Flamingo #E1654E
Tints of Flamingo #E1654E
RGB
CMYK
RGB Variations
Color information
#E1654E (or 0xE1654E) is known color: Flamingo. HEX triplet: E1, 65 and 4E. RGB value is (225,101,78). Sum of RGB (Red+Green+Blue) = 225+101+78=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1654E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1654E is #1E9AB1. Grayscale: #878787. Windows color (decimal): -2005682 or 5137889. OLE color: 5137889.
HSL color Cylindrical-coordinate representation of color #E1654E: hue angle of 9.39º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1654E is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 78 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.12 |
| HSL | 9.39º | 0.71% | 0.59% | - |
| HSV(B) | 9.39º | 0.65% | 0.88% | - |
| XYZ | 37.08 | 25.86 | 10.25 | - |
| YUV | 135.45 | 95.58 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 78 | 0 | 0.55 | 0.65 | 0.12 | 9.39 | 0.71 | 0.59 |
| Hex | E1 | 65 | 4E | 0 | 37 | 41 | C | 9 | 47 | 3B |
| Octal | 341 | 145 | 116 | 0 | 67 | 101 | 14 | 11 | 107 | 73 |
| Binary | 11100001 | 1100101 | 1001110 | 0 | 110111 | 1000001 | 1100 | 1001 | 1000111 | 111011 |
Color Harmonies of #E1654E
Complementary color
Monochromatic Colors of #E1654E
Black with #E1654E
Text Example
Text Example
White with #E1654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1654E; }
p { color: rgb(225,101,78); }
H1.HeaderClassName
{
color: #E1654E;
}
.AnyTagClassName
{
color: #E1654E;
}
</style>
background-color css
<style>
a { background-color: #E1654E; }
a { background-color: rgb(225,101,78); }
div.DivClassName
{
background-color: #E1654E;
}
.BgClassName
{
background-color: #E1654E;
}
</style>
border-color css
<style>
span { border-color: #E1654E; }
span { border-color: rgb(225,101,78); }
td.TdClassName
{
border-color: #E1654E;
}
.TagClassName
{
border-color: #E1654E;
}
</style>