Shades of Flamingo #E16857
Tints of Flamingo #E16857
RGB
CMYK
RGB Variations
Color information
#E16857 (or 0xE16857) is known color: Flamingo. HEX triplet: E1, 68 and 57. RGB value is (225,104,87). Sum of RGB (Red+Green+Blue) = 225+104+87=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E16857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16857 is #1E97A8. Grayscale: #8A8A8A. Windows color (decimal): -2004905 or 5728481. OLE color: 5728481.
HSL color Cylindrical-coordinate representation of color #E16857: hue angle of 7.39º 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 #E16857 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 87 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.12 |
| HSL | 7.39º | 0.7% | 0.61% | - |
| HSV(B) | 7.39º | 0.61% | 0.88% | - |
| XYZ | 37.72 | 26.6 | 12.16 | - |
| YUV | 138.24 | 99.09 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 87 | 0 | 0.54 | 0.61 | 0.12 | 7.39 | 0.7 | 0.61 |
| Hex | E1 | 68 | 57 | 0 | 36 | 3D | C | 7 | 46 | 3D |
| Octal | 341 | 150 | 127 | 0 | 66 | 75 | 14 | 7 | 106 | 75 |
| Binary | 11100001 | 1101000 | 1010111 | 0 | 110110 | 111101 | 1100 | 111 | 1000110 | 111101 |
Color Harmonies of #E16857
Complementary color
Monochromatic Colors of #E16857
Black with #E16857
Text Example
Text Example
White with #E16857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16857; }
p { color: rgb(225,104,87); }
H1.HeaderClassName
{
color: #E16857;
}
.AnyTagClassName
{
color: #E16857;
}
</style>
background-color css
<style>
a { background-color: #E16857; }
a { background-color: rgb(225,104,87); }
div.DivClassName
{
background-color: #E16857;
}
.BgClassName
{
background-color: #E16857;
}
</style>
border-color css
<style>
span { border-color: #E16857; }
span { border-color: rgb(225,104,87); }
td.TdClassName
{
border-color: #E16857;
}
.TagClassName
{
border-color: #E16857;
}
</style>