Shades of Flamingo #E26651
Tints of Flamingo #E26651
RGB
CMYK
RGB Variations
Color information
#E26651 (or 0xE26651) is known color: Flamingo. HEX triplet: E2, 66 and 51. RGB value is (226,102,81). Sum of RGB (Red+Green+Blue) = 226+102+81=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E26651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26651 is #1D99AE. Grayscale: #888888. Windows color (decimal): -1939887 or 5334754. OLE color: 5334754.
HSL color Cylindrical-coordinate representation of color #E26651: hue angle of 8.69º 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 #E26651 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 81 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.11 |
| HSL | 8.69º | 0.71% | 0.6% | - |
| HSV(B) | 8.69º | 0.64% | 0.89% | - |
| XYZ | 37.6 | 26.27 | 10.87 | - |
| YUV | 136.68 | 96.58 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 81 | 0 | 0.55 | 0.64 | 0.11 | 8.69 | 0.71 | 0.6 |
| Hex | E2 | 66 | 51 | 0 | 37 | 40 | B | 9 | 47 | 3C |
| Octal | 342 | 146 | 121 | 0 | 67 | 100 | 13 | 11 | 107 | 74 |
| Binary | 11100010 | 1100110 | 1010001 | 0 | 110111 | 1000000 | 1011 | 1001 | 1000111 | 111100 |
Color Harmonies of #E26651
Complementary color
Monochromatic Colors of #E26651
Black with #E26651
Text Example
Text Example
White with #E26651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26651; }
p { color: rgb(226,102,81); }
H1.HeaderClassName
{
color: #E26651;
}
.AnyTagClassName
{
color: #E26651;
}
</style>
background-color css
<style>
a { background-color: #E26651; }
a { background-color: rgb(226,102,81); }
div.DivClassName
{
background-color: #E26651;
}
.BgClassName
{
background-color: #E26651;
}
</style>
border-color css
<style>
span { border-color: #E26651; }
span { border-color: rgb(226,102,81); }
td.TdClassName
{
border-color: #E26651;
}
.TagClassName
{
border-color: #E26651;
}
</style>