Shades of Flamingo #E26551
Tints of Flamingo #E26551
RGB
CMYK
RGB Variations
Color information
#E26551 (or 0xE26551) is known color: Flamingo. HEX triplet: E2, 65 and 51. RGB value is (226,101,81). Sum of RGB (Red+Green+Blue) = 226+101+81=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E26551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26551 is #1D9AAE. Grayscale: #888888. Windows color (decimal): -1940143 or 5334498. OLE color: 5334498.
HSL color Cylindrical-coordinate representation of color #E26551: hue angle of 8.28º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E26551 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 81 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.11 |
| HSL | 8.28º | 0.71% | 0.6% | - |
| HSV(B) | 8.28º | 0.64% | 0.89% | - |
| XYZ | 37.5 | 26.07 | 10.84 | - |
| YUV | 136.1 | 96.91 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 81 | 0 | 0.55 | 0.64 | 0.11 | 8.28 | 0.71 | 0.6 |
| Hex | E2 | 65 | 51 | 0 | 37 | 40 | B | 8 | 47 | 3C |
| Octal | 342 | 145 | 121 | 0 | 67 | 100 | 13 | 10 | 107 | 74 |
| Binary | 11100010 | 1100101 | 1010001 | 0 | 110111 | 1000000 | 1011 | 1000 | 1000111 | 111100 |
Color Harmonies of #E26551
Complementary color
Monochromatic Colors of #E26551
Black with #E26551
Text Example
Text Example
White with #E26551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26551; }
p { color: rgb(226,101,81); }
H1.HeaderClassName
{
color: #E26551;
}
.AnyTagClassName
{
color: #E26551;
}
</style>
background-color css
<style>
a { background-color: #E26551; }
a { background-color: rgb(226,101,81); }
div.DivClassName
{
background-color: #E26551;
}
.BgClassName
{
background-color: #E26551;
}
</style>
border-color css
<style>
span { border-color: #E26551; }
span { border-color: rgb(226,101,81); }
td.TdClassName
{
border-color: #E26551;
}
.TagClassName
{
border-color: #E26551;
}
</style>