Shades of Flamingo #E26954
Tints of Flamingo #E26954
RGB
CMYK
RGB Variations
Color information
#E26954 (or 0xE26954) is known color: Flamingo. HEX triplet: E2, 69 and 54. RGB value is (226,105,84). Sum of RGB (Red+Green+Blue) = 226+105+84=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E26954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26954 is #1D96AB. Grayscale: #8A8A8A. Windows color (decimal): -1939116 or 5532130. OLE color: 5532130.
HSL color Cylindrical-coordinate representation of color #E26954: hue angle of 8.87º 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 #E26954 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 84 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.11 |
| HSL | 8.87º | 0.71% | 0.61% | - |
| HSV(B) | 8.87º | 0.63% | 0.89% | - |
| XYZ | 38.02 | 26.91 | 11.58 | - |
| YUV | 138.79 | 97.09 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 84 | 0 | 0.54 | 0.63 | 0.11 | 8.87 | 0.71 | 0.61 |
| Hex | E2 | 69 | 54 | 0 | 36 | 3F | B | 9 | 47 | 3D |
| Octal | 342 | 151 | 124 | 0 | 66 | 77 | 13 | 11 | 107 | 75 |
| Binary | 11100010 | 1101001 | 1010100 | 0 | 110110 | 111111 | 1011 | 1001 | 1000111 | 111101 |
Color Harmonies of #E26954
Complementary color
Monochromatic Colors of #E26954
Black with #E26954
Text Example
Text Example
White with #E26954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26954; }
p { color: rgb(226,105,84); }
H1.HeaderClassName
{
color: #E26954;
}
.AnyTagClassName
{
color: #E26954;
}
</style>
background-color css
<style>
a { background-color: #E26954; }
a { background-color: rgb(226,105,84); }
div.DivClassName
{
background-color: #E26954;
}
.BgClassName
{
background-color: #E26954;
}
</style>
border-color css
<style>
span { border-color: #E26954; }
span { border-color: rgb(226,105,84); }
td.TdClassName
{
border-color: #E26954;
}
.TagClassName
{
border-color: #E26954;
}
</style>