Shades of Flamingo #E16154
Tints of Flamingo #E16154
RGB
CMYK
RGB Variations
Color information
#E16154 (or 0xE16154) is known color: Flamingo. HEX triplet: E1, 61 and 54. RGB value is (225,97,84). Sum of RGB (Red+Green+Blue) = 225+97+84=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E16154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16154 is #1E9EAB. Grayscale: #858585. Windows color (decimal): -2006700 or 5530081. OLE color: 5530081.
HSL color Cylindrical-coordinate representation of color #E16154: hue angle of 5.53º 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 #E16154 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 84 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.12 |
| HSL | 5.53º | 0.7% | 0.61% | - |
| HSV(B) | 5.53º | 0.63% | 0.88% | - |
| XYZ | 36.93 | 25.2 | 11.3 | - |
| YUV | 133.79 | 99.91 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 84 | 0 | 0.57 | 0.63 | 0.12 | 5.53 | 0.7 | 0.61 |
| Hex | E1 | 61 | 54 | 0 | 39 | 3F | C | 6 | 46 | 3D |
| Octal | 341 | 141 | 124 | 0 | 71 | 77 | 14 | 6 | 106 | 75 |
| Binary | 11100001 | 1100001 | 1010100 | 0 | 111001 | 111111 | 1100 | 110 | 1000110 | 111101 |
Color Harmonies of #E16154
Complementary color
Monochromatic Colors of #E16154
Black with #E16154
Text Example
Text Example
White with #E16154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16154; }
p { color: rgb(225,97,84); }
H1.HeaderClassName
{
color: #E16154;
}
.AnyTagClassName
{
color: #E16154;
}
</style>
background-color css
<style>
a { background-color: #E16154; }
a { background-color: rgb(225,97,84); }
div.DivClassName
{
background-color: #E16154;
}
.BgClassName
{
background-color: #E16154;
}
</style>
border-color css
<style>
span { border-color: #E16154; }
span { border-color: rgb(225,97,84); }
td.TdClassName
{
border-color: #E16154;
}
.TagClassName
{
border-color: #E16154;
}
</style>