Shades of Flamingo #E26857
Tints of Flamingo #E26857
RGB
CMYK
RGB Variations
Color information
#E26857 (or 0xE26857) is known color: Flamingo. HEX triplet: E2, 68 and 57. RGB value is (226,104,87). Sum of RGB (Red+Green+Blue) = 226+104+87=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E26857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26857 is #1D97A8. Grayscale: #8A8A8A. Windows color (decimal): -1939369 or 5728482. OLE color: 5728482.
HSL color Cylindrical-coordinate representation of color #E26857: hue angle of 7.34º 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 #E26857 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 87 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.11 |
| HSL | 7.34º | 0.71% | 0.61% | - |
| HSV(B) | 7.34º | 0.62% | 0.89% | - |
| XYZ | 38.03 | 26.76 | 12.18 | - |
| YUV | 138.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 87 | 0 | 0.54 | 0.62 | 0.11 | 7.34 | 0.71 | 0.61 |
| Hex | E2 | 68 | 57 | 0 | 36 | 3E | B | 7 | 47 | 3D |
| Octal | 342 | 150 | 127 | 0 | 66 | 76 | 13 | 7 | 107 | 75 |
| Binary | 11100010 | 1101000 | 1010111 | 0 | 110110 | 111110 | 1011 | 111 | 1000111 | 111101 |
Color Harmonies of #E26857
Complementary color
Monochromatic Colors of #E26857
Black with #E26857
Text Example
Text Example
White with #E26857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26857; }
p { color: rgb(226,104,87); }
H1.HeaderClassName
{
color: #E26857;
}
.AnyTagClassName
{
color: #E26857;
}
</style>
background-color css
<style>
a { background-color: #E26857; }
a { background-color: rgb(226,104,87); }
div.DivClassName
{
background-color: #E26857;
}
.BgClassName
{
background-color: #E26857;
}
</style>
border-color css
<style>
span { border-color: #E26857; }
span { border-color: rgb(226,104,87); }
td.TdClassName
{
border-color: #E26857;
}
.TagClassName
{
border-color: #E26857;
}
</style>