Shades of Flamingo #E16255
Tints of Flamingo #E16255
RGB
CMYK
RGB Variations
Color information
#E16255 (or 0xE16255) is known color: Flamingo. HEX triplet: E1, 62 and 55. RGB value is (225,98,85). Sum of RGB (Red+Green+Blue) = 225+98+85=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E16255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16255 is #1E9DAA. Grayscale: #868686. Windows color (decimal): -2006443 or 5595873. OLE color: 5595873.
HSL color Cylindrical-coordinate representation of color #E16255: hue angle of 5.57º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E16255 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 85 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.12 |
| HSL | 5.57º | 0.7% | 0.61% | - |
| HSV(B) | 5.57º | 0.62% | 0.88% | - |
| XYZ | 37.06 | 25.4 | 11.54 | - |
| YUV | 134.49 | 100.08 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 85 | 0 | 0.56 | 0.62 | 0.12 | 5.57 | 0.7 | 0.61 |
| Hex | E1 | 62 | 55 | 0 | 38 | 3E | C | 6 | 46 | 3D |
| Octal | 341 | 142 | 125 | 0 | 70 | 76 | 14 | 6 | 106 | 75 |
| Binary | 11100001 | 1100010 | 1010101 | 0 | 111000 | 111110 | 1100 | 110 | 1000110 | 111101 |
Color Harmonies of #E16255
Complementary color
Monochromatic Colors of #E16255
Black with #E16255
Text Example
Text Example
White with #E16255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16255; }
p { color: rgb(225,98,85); }
H1.HeaderClassName
{
color: #E16255;
}
.AnyTagClassName
{
color: #E16255;
}
</style>
background-color css
<style>
a { background-color: #E16255; }
a { background-color: rgb(225,98,85); }
div.DivClassName
{
background-color: #E16255;
}
.BgClassName
{
background-color: #E16255;
}
</style>
border-color css
<style>
span { border-color: #E16255; }
span { border-color: rgb(225,98,85); }
td.TdClassName
{
border-color: #E16255;
}
.TagClassName
{
border-color: #E16255;
}
</style>