Shades of Flamingo #E16551
Tints of Flamingo #E16551
RGB
CMYK
RGB Variations
Color information
#E16551 (or 0xE16551) is known color: Flamingo. HEX triplet: E1, 65 and 51. RGB value is (225,101,81). Sum of RGB (Red+Green+Blue) = 225+101+81=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E16551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16551 is #1E9AAE. Grayscale: #888888. Windows color (decimal): -2005679 or 5334497. OLE color: 5334497.
HSL color Cylindrical-coordinate representation of color #E16551: hue angle of 8.33º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E16551 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 81 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.12 |
| HSL | 8.33º | 0.71% | 0.6% | - |
| HSV(B) | 8.33º | 0.64% | 0.88% | - |
| XYZ | 37.19 | 25.91 | 10.83 | - |
| YUV | 135.8 | 97.08 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 81 | 0 | 0.55 | 0.64 | 0.12 | 8.33 | 0.71 | 0.6 |
| Hex | E1 | 65 | 51 | 0 | 37 | 40 | C | 8 | 47 | 3C |
| Octal | 341 | 145 | 121 | 0 | 67 | 100 | 14 | 10 | 107 | 74 |
| Binary | 11100001 | 1100101 | 1010001 | 0 | 110111 | 1000000 | 1100 | 1000 | 1000111 | 111100 |
Color Harmonies of #E16551
Complementary color
Monochromatic Colors of #E16551
Black with #E16551
Text Example
Text Example
White with #E16551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16551; }
p { color: rgb(225,101,81); }
H1.HeaderClassName
{
color: #E16551;
}
.AnyTagClassName
{
color: #E16551;
}
</style>
background-color css
<style>
a { background-color: #E16551; }
a { background-color: rgb(225,101,81); }
div.DivClassName
{
background-color: #E16551;
}
.BgClassName
{
background-color: #E16551;
}
</style>
border-color css
<style>
span { border-color: #E16551; }
span { border-color: rgb(225,101,81); }
td.TdClassName
{
border-color: #E16551;
}
.TagClassName
{
border-color: #E16551;
}
</style>