Shades of Flamingo #E26956
Tints of Flamingo #E26956
RGB
CMYK
RGB Variations
Color information
#E26956 (or 0xE26956) is known color: Flamingo. HEX triplet: E2, 69 and 56. RGB value is (226,105,86). Sum of RGB (Red+Green+Blue) = 226+105+86=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E26956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26956 is #1D96A9. Grayscale: #8B8B8B. Windows color (decimal): -1939114 or 5663202. OLE color: 5663202.
HSL color Cylindrical-coordinate representation of color #E26956: hue angle of 8.14º 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 #E26956 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 86 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.11 |
| HSL | 8.14º | 0.71% | 0.61% | - |
| HSV(B) | 8.14º | 0.62% | 0.89% | - |
| XYZ | 38.1 | 26.94 | 12 | - |
| YUV | 139.01 | 98.09 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 86 | 0 | 0.54 | 0.62 | 0.11 | 8.14 | 0.71 | 0.61 |
| Hex | E2 | 69 | 56 | 0 | 36 | 3E | B | 8 | 47 | 3D |
| Octal | 342 | 151 | 126 | 0 | 66 | 76 | 13 | 10 | 107 | 75 |
| Binary | 11100010 | 1101001 | 1010110 | 0 | 110110 | 111110 | 1011 | 1000 | 1000111 | 111101 |
Color Harmonies of #E26956
Complementary color
Monochromatic Colors of #E26956
Black with #E26956
Text Example
Text Example
White with #E26956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26956; }
p { color: rgb(226,105,86); }
H1.HeaderClassName
{
color: #E26956;
}
.AnyTagClassName
{
color: #E26956;
}
</style>
background-color css
<style>
a { background-color: #E26956; }
a { background-color: rgb(226,105,86); }
div.DivClassName
{
background-color: #E26956;
}
.BgClassName
{
background-color: #E26956;
}
</style>
border-color css
<style>
span { border-color: #E26956; }
span { border-color: rgb(226,105,86); }
td.TdClassName
{
border-color: #E26956;
}
.TagClassName
{
border-color: #E26956;
}
</style>