Shades of Flamingo #E16257
Tints of Flamingo #E16257
RGB
CMYK
RGB Variations
Color information
#E16257 (or 0xE16257) is known color: Flamingo. HEX triplet: E1, 62 and 57. RGB value is (225,98,87). Sum of RGB (Red+Green+Blue) = 225+98+87=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E16257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16257 is #1E9DA8. Grayscale: #868686. Windows color (decimal): -2006441 or 5726945. OLE color: 5726945.
HSL color Cylindrical-coordinate representation of color #E16257: hue angle of 4.78º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E16257 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 87 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.12 |
| HSL | 4.78º | 0.7% | 0.61% | - |
| HSV(B) | 4.78º | 0.61% | 0.88% | - |
| XYZ | 37.14 | 25.43 | 11.97 | - |
| YUV | 134.72 | 101.08 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 87 | 0 | 0.56 | 0.61 | 0.12 | 4.78 | 0.7 | 0.61 |
| Hex | E1 | 62 | 57 | 0 | 38 | 3D | C | 5 | 46 | 3D |
| Octal | 341 | 142 | 127 | 0 | 70 | 75 | 14 | 5 | 106 | 75 |
| Binary | 11100001 | 1100010 | 1010111 | 0 | 111000 | 111101 | 1100 | 101 | 1000110 | 111101 |
Color Harmonies of #E16257
Complementary color
Monochromatic Colors of #E16257
Black with #E16257
Text Example
Text Example
White with #E16257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16257; }
p { color: rgb(225,98,87); }
H1.HeaderClassName
{
color: #E16257;
}
.AnyTagClassName
{
color: #E16257;
}
</style>
background-color css
<style>
a { background-color: #E16257; }
a { background-color: rgb(225,98,87); }
div.DivClassName
{
background-color: #E16257;
}
.BgClassName
{
background-color: #E16257;
}
</style>
border-color css
<style>
span { border-color: #E16257; }
span { border-color: rgb(225,98,87); }
td.TdClassName
{
border-color: #E16257;
}
.TagClassName
{
border-color: #E16257;
}
</style>