Shades of Flamingo #E16946
Tints of Flamingo #E16946
RGB
CMYK
RGB Variations
Color information
#E16946 (or 0xE16946) is known color: Flamingo. HEX triplet: E1, 69 and 46. RGB value is (225,105,70). Sum of RGB (Red+Green+Blue) = 225+105+70=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E16946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16946 is #1E96B9. Grayscale: #898989. Windows color (decimal): -2004666 or 4614625. OLE color: 4614625.
HSL color Cylindrical-coordinate representation of color #E16946: hue angle of 13.55º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E16946 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 70 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.12 |
| HSL | 13.55º | 0.72% | 0.58% | - |
| HSV(B) | 13.55º | 0.69% | 0.88% | - |
| XYZ | 37.21 | 26.55 | 8.96 | - |
| YUV | 136.89 | 90.26 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 70 | 0 | 0.53 | 0.69 | 0.12 | 13.55 | 0.72 | 0.58 |
| Hex | E1 | 69 | 46 | 0 | 35 | 45 | C | E | 48 | 3A |
| Octal | 341 | 151 | 106 | 0 | 65 | 105 | 14 | 16 | 110 | 72 |
| Binary | 11100001 | 1101001 | 1000110 | 0 | 110101 | 1000101 | 1100 | 1110 | 1001000 | 111010 |
Color Harmonies of #E16946
Complementary color
Monochromatic Colors of #E16946
Black with #E16946
Text Example
Text Example
White with #E16946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16946; }
p { color: rgb(225,105,70); }
H1.HeaderClassName
{
color: #E16946;
}
.AnyTagClassName
{
color: #E16946;
}
</style>
background-color css
<style>
a { background-color: #E16946; }
a { background-color: rgb(225,105,70); }
div.DivClassName
{
background-color: #E16946;
}
.BgClassName
{
background-color: #E16946;
}
</style>
border-color css
<style>
span { border-color: #E16946; }
span { border-color: rgb(225,105,70); }
td.TdClassName
{
border-color: #E16946;
}
.TagClassName
{
border-color: #E16946;
}
</style>