Shades of Flamingo #E16149
Tints of Flamingo #E16149
RGB
CMYK
RGB Variations
Color information
#E16149 (or 0xE16149) is known color: Flamingo. HEX triplet: E1, 61 and 49. RGB value is (225,97,73). Sum of RGB (Red+Green+Blue) = 225+97+73=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E16149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16149 is #1E9EB6. Grayscale: #848484. Windows color (decimal): -2006711 or 4809185. OLE color: 4809185.
HSL color Cylindrical-coordinate representation of color #E16149: hue angle of 9.47º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E16149 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 73 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.12 |
| HSL | 9.47º | 0.72% | 0.58% | - |
| HSV(B) | 9.47º | 0.68% | 0.88% | - |
| XYZ | 36.53 | 25.04 | 9.21 | - |
| YUV | 132.54 | 94.41 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 73 | 0 | 0.57 | 0.68 | 0.12 | 9.47 | 0.72 | 0.58 |
| Hex | E1 | 61 | 49 | 0 | 39 | 44 | C | 9 | 48 | 3A |
| Octal | 341 | 141 | 111 | 0 | 71 | 104 | 14 | 11 | 110 | 72 |
| Binary | 11100001 | 1100001 | 1001001 | 0 | 111001 | 1000100 | 1100 | 1001 | 1001000 | 111010 |
Color Harmonies of #E16149
Complementary color
Monochromatic Colors of #E16149
Black with #E16149
Text Example
Text Example
White with #E16149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16149; }
p { color: rgb(225,97,73); }
H1.HeaderClassName
{
color: #E16149;
}
.AnyTagClassName
{
color: #E16149;
}
</style>
background-color css
<style>
a { background-color: #E16149; }
a { background-color: rgb(225,97,73); }
div.DivClassName
{
background-color: #E16149;
}
.BgClassName
{
background-color: #E16149;
}
</style>
border-color css
<style>
span { border-color: #E16149; }
span { border-color: rgb(225,97,73); }
td.TdClassName
{
border-color: #E16149;
}
.TagClassName
{
border-color: #E16149;
}
</style>