Shades of Flamingo #E16554
Tints of Flamingo #E16554
RGB
CMYK
RGB Variations
Color information
#E16554 (or 0xE16554) is known color: Flamingo. HEX triplet: E1, 65 and 54. RGB value is (225,101,84). Sum of RGB (Red+Green+Blue) = 225+101+84=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E16554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16554 is #1E9AAB. Grayscale: #888888. Windows color (decimal): -2005676 or 5531105. OLE color: 5531105.
HSL color Cylindrical-coordinate representation of color #E16554: hue angle of 7.23º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E16554 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 84 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.12 |
| HSL | 7.23º | 0.7% | 0.61% | - |
| HSV(B) | 7.23º | 0.63% | 0.88% | - |
| XYZ | 37.31 | 25.96 | 11.43 | - |
| YUV | 136.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 84 | 0 | 0.55 | 0.63 | 0.12 | 7.23 | 0.7 | 0.61 |
| Hex | E1 | 65 | 54 | 0 | 37 | 3F | C | 7 | 46 | 3D |
| Octal | 341 | 145 | 124 | 0 | 67 | 77 | 14 | 7 | 106 | 75 |
| Binary | 11100001 | 1100101 | 1010100 | 0 | 110111 | 111111 | 1100 | 111 | 1000110 | 111101 |
Color Harmonies of #E16554
Complementary color
Monochromatic Colors of #E16554
Black with #E16554
Text Example
Text Example
White with #E16554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16554; }
p { color: rgb(225,101,84); }
H1.HeaderClassName
{
color: #E16554;
}
.AnyTagClassName
{
color: #E16554;
}
</style>
background-color css
<style>
a { background-color: #E16554; }
a { background-color: rgb(225,101,84); }
div.DivClassName
{
background-color: #E16554;
}
.BgClassName
{
background-color: #E16554;
}
</style>
border-color css
<style>
span { border-color: #E16554; }
span { border-color: rgb(225,101,84); }
td.TdClassName
{
border-color: #E16554;
}
.TagClassName
{
border-color: #E16554;
}
</style>