Shades of Flamingo #E1654C
Tints of Flamingo #E1654C
RGB
CMYK
RGB Variations
Color information
#E1654C (or 0xE1654C) is known color: Flamingo. HEX triplet: E1, 65 and 4C. RGB value is (225,101,76). Sum of RGB (Red+Green+Blue) = 225+101+76=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E1654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1654C is #1E9AB3. Grayscale: #878787. Windows color (decimal): -2005684 or 5006817. OLE color: 5006817.
HSL color Cylindrical-coordinate representation of color #E1654C: hue angle of 10.07º 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 #E1654C is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 76 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.12 |
| HSL | 10.07º | 0.71% | 0.59% | - |
| HSV(B) | 10.07º | 0.66% | 0.88% | - |
| XYZ | 37.01 | 25.84 | 9.87 | - |
| YUV | 135.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 76 | 0 | 0.55 | 0.66 | 0.12 | 10.07 | 0.71 | 0.59 |
| Hex | E1 | 65 | 4C | 0 | 37 | 42 | C | A | 47 | 3B |
| Octal | 341 | 145 | 114 | 0 | 67 | 102 | 14 | 12 | 107 | 73 |
| Binary | 11100001 | 1100101 | 1001100 | 0 | 110111 | 1000010 | 1100 | 1010 | 1000111 | 111011 |
Color Harmonies of #E1654C
Complementary color
Monochromatic Colors of #E1654C
Black with #E1654C
Text Example
Text Example
White with #E1654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1654C; }
p { color: rgb(225,101,76); }
H1.HeaderClassName
{
color: #E1654C;
}
.AnyTagClassName
{
color: #E1654C;
}
</style>
background-color css
<style>
a { background-color: #E1654C; }
a { background-color: rgb(225,101,76); }
div.DivClassName
{
background-color: #E1654C;
}
.BgClassName
{
background-color: #E1654C;
}
</style>
border-color css
<style>
span { border-color: #E1654C; }
span { border-color: rgb(225,101,76); }
td.TdClassName
{
border-color: #E1654C;
}
.TagClassName
{
border-color: #E1654C;
}
</style>