Shades of Flamingo #E26751
Tints of Flamingo #E26751
RGB
CMYK
RGB Variations
Color information
#E26751 (or 0xE26751) is known color: Flamingo. HEX triplet: E2, 67 and 51. RGB value is (226,103,81). Sum of RGB (Red+Green+Blue) = 226+103+81=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E26751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26751 is #1D98AE. Grayscale: #898989. Windows color (decimal): -1939631 or 5335010. OLE color: 5335010.
HSL color Cylindrical-coordinate representation of color #E26751: hue angle of 9.1º 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 #E26751 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 81 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.11 |
| HSL | 9.1º | 0.71% | 0.6% | - |
| HSV(B) | 9.1º | 0.64% | 0.89% | - |
| XYZ | 37.7 | 26.46 | 10.91 | - |
| YUV | 137.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 81 | 0 | 0.54 | 0.64 | 0.11 | 9.1 | 0.71 | 0.6 |
| Hex | E2 | 67 | 51 | 0 | 36 | 40 | B | 9 | 47 | 3C |
| Octal | 342 | 147 | 121 | 0 | 66 | 100 | 13 | 11 | 107 | 74 |
| Binary | 11100010 | 1100111 | 1010001 | 0 | 110110 | 1000000 | 1011 | 1001 | 1000111 | 111100 |
Color Harmonies of #E26751
Complementary color
Monochromatic Colors of #E26751
Black with #E26751
Text Example
Text Example
White with #E26751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26751; }
p { color: rgb(226,103,81); }
H1.HeaderClassName
{
color: #E26751;
}
.AnyTagClassName
{
color: #E26751;
}
</style>
background-color css
<style>
a { background-color: #E26751; }
a { background-color: rgb(226,103,81); }
div.DivClassName
{
background-color: #E26751;
}
.BgClassName
{
background-color: #E26751;
}
</style>
border-color css
<style>
span { border-color: #E26751; }
span { border-color: rgb(226,103,81); }
td.TdClassName
{
border-color: #E26751;
}
.TagClassName
{
border-color: #E26751;
}
</style>