Shades of Flamingo #E26550
Tints of Flamingo #E26550
RGB
CMYK
RGB Variations
Color information
#E26550 (or 0xE26550) is known color: Flamingo. HEX triplet: E2, 65 and 50. RGB value is (226,101,80). Sum of RGB (Red+Green+Blue) = 226+101+80=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E26550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26550 is #1D9AAF. Grayscale: #888888. Windows color (decimal): -1940144 or 5268962. OLE color: 5268962.
HSL color Cylindrical-coordinate representation of color #E26550: hue angle of 8.63º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E26550 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 80 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.11 |
| HSL | 8.63º | 0.72% | 0.6% | - |
| HSV(B) | 8.63º | 0.65% | 0.89% | - |
| XYZ | 37.47 | 26.06 | 10.64 | - |
| YUV | 135.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 80 | 0 | 0.55 | 0.65 | 0.11 | 8.63 | 0.72 | 0.6 |
| Hex | E2 | 65 | 50 | 0 | 37 | 41 | B | 9 | 48 | 3C |
| Octal | 342 | 145 | 120 | 0 | 67 | 101 | 13 | 11 | 110 | 74 |
| Binary | 11100010 | 1100101 | 1010000 | 0 | 110111 | 1000001 | 1011 | 1001 | 1001000 | 111100 |
Color Harmonies of #E26550
Complementary color
Monochromatic Colors of #E26550
Black with #E26550
Text Example
Text Example
White with #E26550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26550; }
p { color: rgb(226,101,80); }
H1.HeaderClassName
{
color: #E26550;
}
.AnyTagClassName
{
color: #E26550;
}
</style>
background-color css
<style>
a { background-color: #E26550; }
a { background-color: rgb(226,101,80); }
div.DivClassName
{
background-color: #E26550;
}
.BgClassName
{
background-color: #E26550;
}
</style>
border-color css
<style>
span { border-color: #E26550; }
span { border-color: rgb(226,101,80); }
td.TdClassName
{
border-color: #E26550;
}
.TagClassName
{
border-color: #E26550;
}
</style>