Shades of Flamingo #E16954
Tints of Flamingo #E16954
RGB
CMYK
RGB Variations
Color information
#E16954 (or 0xE16954) is known color: Flamingo. HEX triplet: E1, 69 and 54. RGB value is (225,105,84). Sum of RGB (Red+Green+Blue) = 225+105+84=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E16954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16954 is #1E96AB. Grayscale: #8A8A8A. Windows color (decimal): -2004652 or 5532129. OLE color: 5532129.
HSL color Cylindrical-coordinate representation of color #E16954: hue angle of 8.94º 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 #E16954 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 84 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.12 |
| HSL | 8.94º | 0.7% | 0.61% | - |
| HSV(B) | 8.94º | 0.63% | 0.88% | - |
| XYZ | 37.7 | 26.75 | 11.56 | - |
| YUV | 138.49 | 97.26 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 84 | 0 | 0.53 | 0.63 | 0.12 | 8.94 | 0.7 | 0.61 |
| Hex | E1 | 69 | 54 | 0 | 35 | 3F | C | 9 | 46 | 3D |
| Octal | 341 | 151 | 124 | 0 | 65 | 77 | 14 | 11 | 106 | 75 |
| Binary | 11100001 | 1101001 | 1010100 | 0 | 110101 | 111111 | 1100 | 1001 | 1000110 | 111101 |
Color Harmonies of #E16954
Complementary color
Monochromatic Colors of #E16954
Black with #E16954
Text Example
Text Example
White with #E16954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16954; }
p { color: rgb(225,105,84); }
H1.HeaderClassName
{
color: #E16954;
}
.AnyTagClassName
{
color: #E16954;
}
</style>
background-color css
<style>
a { background-color: #E16954; }
a { background-color: rgb(225,105,84); }
div.DivClassName
{
background-color: #E16954;
}
.BgClassName
{
background-color: #E16954;
}
</style>
border-color css
<style>
span { border-color: #E16954; }
span { border-color: rgb(225,105,84); }
td.TdClassName
{
border-color: #E16954;
}
.TagClassName
{
border-color: #E16954;
}
</style>