Shades of Flamingo #E26543
Tints of Flamingo #E26543
RGB
CMYK
RGB Variations
Color information
#E26543 (or 0xE26543) is known color: Flamingo. HEX triplet: E2, 65 and 43. RGB value is (226,101,67). Sum of RGB (Red+Green+Blue) = 226+101+67=394 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.36% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 226 - color contains mainly: red. Hex color #E26543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26543 is #1D9ABC. Grayscale: #868686. Windows color (decimal): -1940157 or 4416994. OLE color: 4416994.
HSL color Cylindrical-coordinate representation of color #E26543: hue angle of 12.83º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E26543 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 67 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.11 |
| HSL | 12.83º | 0.73% | 0.57% | - |
| HSV(B) | 12.83º | 0.7% | 0.89% | - |
| XYZ | 37.03 | 25.88 | 8.35 | - |
| YUV | 134.5 | 89.91 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 67 | 0 | 0.55 | 0.70 | 0.11 | 12.83 | 0.73 | 0.57 |
| Hex | E2 | 65 | 43 | 0 | 37 | 46 | B | D | 49 | 39 |
| Octal | 342 | 145 | 103 | 0 | 67 | 106 | 13 | 15 | 111 | 71 |
| Binary | 11100010 | 1100101 | 1000011 | 0 | 110111 | 1000110 | 1011 | 1101 | 1001001 | 111001 |
Color Harmonies of #E26543
Complementary color
Monochromatic Colors of #E26543
Black with #E26543
Text Example
Text Example
White with #E26543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26543; }
p { color: rgb(226,101,67); }
H1.HeaderClassName
{
color: #E26543;
}
.AnyTagClassName
{
color: #E26543;
}
</style>
background-color css
<style>
a { background-color: #E26543; }
a { background-color: rgb(226,101,67); }
div.DivClassName
{
background-color: #E26543;
}
.BgClassName
{
background-color: #E26543;
}
</style>
border-color css
<style>
span { border-color: #E26543; }
span { border-color: rgb(226,101,67); }
td.TdClassName
{
border-color: #E26543;
}
.TagClassName
{
border-color: #E26543;
}
</style>