Shades of Flamingo #E16B54
Tints of Flamingo #E16B54
RGB
CMYK
RGB Variations
Color information
#E16B54 (or 0xE16B54) is known color: Flamingo. HEX triplet: E1, 6B and 54. RGB value is (225,107,84). Sum of RGB (Red+Green+Blue) = 225+107+84=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B54 is #1E94AB. Grayscale: #8B8B8B. Windows color (decimal): -2004140 or 5532641. OLE color: 5532641.
HSL color Cylindrical-coordinate representation of color #E16B54: hue angle of 9.79º 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 #E16B54 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 84 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.12 |
| HSL | 9.79º | 0.7% | 0.61% | - |
| HSV(B) | 9.79º | 0.63% | 0.88% | - |
| XYZ | 37.91 | 27.16 | 11.63 | - |
| YUV | 139.66 | 96.59 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 84 | 0 | 0.52 | 0.63 | 0.12 | 9.79 | 0.7 | 0.61 |
| Hex | E1 | 6B | 54 | 0 | 34 | 3F | C | A | 46 | 3D |
| Octal | 341 | 153 | 124 | 0 | 64 | 77 | 14 | 12 | 106 | 75 |
| Binary | 11100001 | 1101011 | 1010100 | 0 | 110100 | 111111 | 1100 | 1010 | 1000110 | 111101 |
Color Harmonies of #E16B54
Complementary color
Monochromatic Colors of #E16B54
Black with #E16B54
Text Example
Text Example
White with #E16B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16B54; }
p { color: rgb(225,107,84); }
H1.HeaderClassName
{
color: #E16B54;
}
.AnyTagClassName
{
color: #E16B54;
}
</style>
background-color css
<style>
a { background-color: #E16B54; }
a { background-color: rgb(225,107,84); }
div.DivClassName
{
background-color: #E16B54;
}
.BgClassName
{
background-color: #E16B54;
}
</style>
border-color css
<style>
span { border-color: #E16B54; }
span { border-color: rgb(225,107,84); }
td.TdClassName
{
border-color: #E16B54;
}
.TagClassName
{
border-color: #E16B54;
}
</style>