Shades of Flamingo #E26156
Tints of Flamingo #E26156
RGB
CMYK
RGB Variations
Color information
#E26156 (or 0xE26156) is known color: Flamingo. HEX triplet: E2, 61 and 56. RGB value is (226,97,86). Sum of RGB (Red+Green+Blue) = 226+97+86=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E26156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26156 is #1D9EA9. Grayscale: #868686. Windows color (decimal): -1941162 or 5661154. OLE color: 5661154.
HSL color Cylindrical-coordinate representation of color #E26156: hue angle of 4.71º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E26156 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 86 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.11 |
| HSL | 4.71º | 0.71% | 0.61% | - |
| HSV(B) | 4.71º | 0.62% | 0.89% | - |
| XYZ | 37.32 | 25.39 | 11.74 | - |
| YUV | 134.32 | 100.74 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 86 | 0 | 0.57 | 0.62 | 0.11 | 4.71 | 0.71 | 0.61 |
| Hex | E2 | 61 | 56 | 0 | 39 | 3E | B | 5 | 47 | 3D |
| Octal | 342 | 141 | 126 | 0 | 71 | 76 | 13 | 5 | 107 | 75 |
| Binary | 11100010 | 1100001 | 1010110 | 0 | 111001 | 111110 | 1011 | 101 | 1000111 | 111101 |
Color Harmonies of #E26156
Complementary color
Monochromatic Colors of #E26156
Black with #E26156
Text Example
Text Example
White with #E26156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26156; }
p { color: rgb(226,97,86); }
H1.HeaderClassName
{
color: #E26156;
}
.AnyTagClassName
{
color: #E26156;
}
</style>
background-color css
<style>
a { background-color: #E26156; }
a { background-color: rgb(226,97,86); }
div.DivClassName
{
background-color: #E26156;
}
.BgClassName
{
background-color: #E26156;
}
</style>
border-color css
<style>
span { border-color: #E26156; }
span { border-color: rgb(226,97,86); }
td.TdClassName
{
border-color: #E26156;
}
.TagClassName
{
border-color: #E26156;
}
</style>