Shades of Flamingo #E26A54
Tints of Flamingo #E26A54
RGB
CMYK
RGB Variations
Color information
#E26A54 (or 0xE26A54) is known color: Flamingo. HEX triplet: E2, 6A and 54. RGB value is (226,106,84). Sum of RGB (Red+Green+Blue) = 226+106+84=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26A54 is #1D95AB. Grayscale: #8B8B8B. Windows color (decimal): -1938860 or 5532386. OLE color: 5532386.
HSL color Cylindrical-coordinate representation of color #E26A54: hue angle of 9.3º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E26A54 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 84 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.11 |
| HSL | 9.3º | 0.71% | 0.61% | - |
| HSV(B) | 9.3º | 0.63% | 0.89% | - |
| XYZ | 38.12 | 27.12 | 11.61 | - |
| YUV | 139.37 | 96.76 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 84 | 0 | 0.53 | 0.63 | 0.11 | 9.3 | 0.71 | 0.61 |
| Hex | E2 | 6A | 54 | 0 | 35 | 3F | B | 9 | 47 | 3D |
| Octal | 342 | 152 | 124 | 0 | 65 | 77 | 13 | 11 | 107 | 75 |
| Binary | 11100010 | 1101010 | 1010100 | 0 | 110101 | 111111 | 1011 | 1001 | 1000111 | 111101 |
Color Harmonies of #E26A54
Complementary color
Monochromatic Colors of #E26A54
Black with #E26A54
Text Example
Text Example
White with #E26A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26A54; }
p { color: rgb(226,106,84); }
H1.HeaderClassName
{
color: #E26A54;
}
.AnyTagClassName
{
color: #E26A54;
}
</style>
background-color css
<style>
a { background-color: #E26A54; }
a { background-color: rgb(226,106,84); }
div.DivClassName
{
background-color: #E26A54;
}
.BgClassName
{
background-color: #E26A54;
}
</style>
border-color css
<style>
span { border-color: #E26A54; }
span { border-color: rgb(226,106,84); }
td.TdClassName
{
border-color: #E26A54;
}
.TagClassName
{
border-color: #E26A54;
}
</style>