Shades of Flamingo #E26558
Tints of Flamingo #E26558
RGB
CMYK
RGB Variations
Color information
#E26558 (or 0xE26558) is known color: Flamingo. HEX triplet: E2, 65 and 58. RGB value is (226,101,88). Sum of RGB (Red+Green+Blue) = 226+101+88=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E26558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26558 is #1D9AA7. Grayscale: #898989. Windows color (decimal): -1940136 or 5793250. OLE color: 5793250.
HSL color Cylindrical-coordinate representation of color #E26558: hue angle of 5.65º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E26558 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 88 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.11 |
| HSL | 5.65º | 0.7% | 0.62% | - |
| HSV(B) | 5.65º | 0.61% | 0.89% | - |
| XYZ | 37.78 | 26.18 | 12.29 | - |
| YUV | 136.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 88 | 0 | 0.55 | 0.61 | 0.11 | 5.65 | 0.7 | 0.62 |
| Hex | E2 | 65 | 58 | 0 | 37 | 3D | B | 6 | 46 | 3E |
| Octal | 342 | 145 | 130 | 0 | 67 | 75 | 13 | 6 | 106 | 76 |
| Binary | 11100010 | 1100101 | 1011000 | 0 | 110111 | 111101 | 1011 | 110 | 1000110 | 111110 |
Color Harmonies of #E26558
Complementary color
Monochromatic Colors of #E26558
Black with #E26558
Text Example
Text Example
White with #E26558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26558; }
p { color: rgb(226,101,88); }
H1.HeaderClassName
{
color: #E26558;
}
.AnyTagClassName
{
color: #E26558;
}
</style>
background-color css
<style>
a { background-color: #E26558; }
a { background-color: rgb(226,101,88); }
div.DivClassName
{
background-color: #E26558;
}
.BgClassName
{
background-color: #E26558;
}
</style>
border-color css
<style>
span { border-color: #E26558; }
span { border-color: rgb(226,101,88); }
td.TdClassName
{
border-color: #E26558;
}
.TagClassName
{
border-color: #E26558;
}
</style>