Shades of Flamingo #E16251
Tints of Flamingo #E16251
RGB
CMYK
RGB Variations
Color information
#E16251 (or 0xE16251) is known color: Flamingo. HEX triplet: E1, 62 and 51. RGB value is (225,98,81). Sum of RGB (Red+Green+Blue) = 225+98+81=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E16251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16251 is #1E9DAE. Grayscale: #868686. Windows color (decimal): -2006447 or 5333729. OLE color: 5333729.
HSL color Cylindrical-coordinate representation of color #E16251: hue angle of 7.08º 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 #E16251 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 81 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.12 |
| HSL | 7.08º | 0.71% | 0.6% | - |
| HSV(B) | 7.08º | 0.64% | 0.88% | - |
| XYZ | 36.9 | 25.34 | 10.73 | - |
| YUV | 134.04 | 98.08 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 81 | 0 | 0.56 | 0.64 | 0.12 | 7.08 | 0.71 | 0.6 |
| Hex | E1 | 62 | 51 | 0 | 38 | 40 | C | 7 | 47 | 3C |
| Octal | 341 | 142 | 121 | 0 | 70 | 100 | 14 | 7 | 107 | 74 |
| Binary | 11100001 | 1100010 | 1010001 | 0 | 111000 | 1000000 | 1100 | 111 | 1000111 | 111100 |
Color Harmonies of #E16251
Complementary color
Monochromatic Colors of #E16251
Black with #E16251
Text Example
Text Example
White with #E16251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16251; }
p { color: rgb(225,98,81); }
H1.HeaderClassName
{
color: #E16251;
}
.AnyTagClassName
{
color: #E16251;
}
</style>
background-color css
<style>
a { background-color: #E16251; }
a { background-color: rgb(225,98,81); }
div.DivClassName
{
background-color: #E16251;
}
.BgClassName
{
background-color: #E16251;
}
</style>
border-color css
<style>
span { border-color: #E16251; }
span { border-color: rgb(225,98,81); }
td.TdClassName
{
border-color: #E16251;
}
.TagClassName
{
border-color: #E16251;
}
</style>