Shades of Flamingo #E26557
Tints of Flamingo #E26557
RGB
CMYK
RGB Variations
Color information
#E26557 (or 0xE26557) is known color: Flamingo. HEX triplet: E2, 65 and 57. RGB value is (226,101,87). Sum of RGB (Red+Green+Blue) = 226+101+87=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E26557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26557 is #1D9AA8. Grayscale: #888888. Windows color (decimal): -1940137 or 5727714. OLE color: 5727714.
HSL color Cylindrical-coordinate representation of color #E26557: hue angle of 6.04º 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 #E26557 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 87 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.11 |
| HSL | 6.04º | 0.71% | 0.61% | - |
| HSV(B) | 6.04º | 0.62% | 0.89% | - |
| XYZ | 37.74 | 26.16 | 12.08 | - |
| YUV | 136.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 87 | 0 | 0.55 | 0.62 | 0.11 | 6.04 | 0.71 | 0.61 |
| Hex | E2 | 65 | 57 | 0 | 37 | 3E | B | 6 | 47 | 3D |
| Octal | 342 | 145 | 127 | 0 | 67 | 76 | 13 | 6 | 107 | 75 |
| Binary | 11100010 | 1100101 | 1010111 | 0 | 110111 | 111110 | 1011 | 110 | 1000111 | 111101 |
Color Harmonies of #E26557
Complementary color
Monochromatic Colors of #E26557
Black with #E26557
Text Example
Text Example
White with #E26557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26557; }
p { color: rgb(226,101,87); }
H1.HeaderClassName
{
color: #E26557;
}
.AnyTagClassName
{
color: #E26557;
}
</style>
background-color css
<style>
a { background-color: #E26557; }
a { background-color: rgb(226,101,87); }
div.DivClassName
{
background-color: #E26557;
}
.BgClassName
{
background-color: #E26557;
}
</style>
border-color css
<style>
span { border-color: #E26557; }
span { border-color: rgb(226,101,87); }
td.TdClassName
{
border-color: #E26557;
}
.TagClassName
{
border-color: #E26557;
}
</style>