Shades of Flamingo #E16445
Tints of Flamingo #E16445
RGB
CMYK
RGB Variations
Color information
#E16445 (or 0xE16445) is known color: Flamingo. HEX triplet: E1, 64 and 45. RGB value is (225,100,69). Sum of RGB (Red+Green+Blue) = 225+100+69=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E16445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16445 is #1E9BBA. Grayscale: #868686. Windows color (decimal): -2005947 or 4547809. OLE color: 4547809.
HSL color Cylindrical-coordinate representation of color #E16445: hue angle of 11.92º 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 #E16445 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 69 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.12 |
| HSL | 11.92º | 0.72% | 0.58% | - |
| HSV(B) | 11.92º | 0.69% | 0.88% | - |
| XYZ | 36.68 | 25.55 | 8.63 | - |
| YUV | 133.84 | 91.41 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 69 | 0 | 0.56 | 0.69 | 0.12 | 11.92 | 0.72 | 0.58 |
| Hex | E1 | 64 | 45 | 0 | 38 | 45 | C | C | 48 | 3A |
| Octal | 341 | 144 | 105 | 0 | 70 | 105 | 14 | 14 | 110 | 72 |
| Binary | 11100001 | 1100100 | 1000101 | 0 | 111000 | 1000101 | 1100 | 1100 | 1001000 | 111010 |
Color Harmonies of #E16445
Complementary color
Monochromatic Colors of #E16445
Black with #E16445
Text Example
Text Example
White with #E16445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16445; }
p { color: rgb(225,100,69); }
H1.HeaderClassName
{
color: #E16445;
}
.AnyTagClassName
{
color: #E16445;
}
</style>
background-color css
<style>
a { background-color: #E16445; }
a { background-color: rgb(225,100,69); }
div.DivClassName
{
background-color: #E16445;
}
.BgClassName
{
background-color: #E16445;
}
</style>
border-color css
<style>
span { border-color: #E16445; }
span { border-color: rgb(225,100,69); }
td.TdClassName
{
border-color: #E16445;
}
.TagClassName
{
border-color: #E16445;
}
</style>