Shades of Flamingo #E26045
Tints of Flamingo #E26045
RGB
CMYK
RGB Variations
Color information
#E26045 (or 0xE26045) is known color: Flamingo. HEX triplet: E2, 60 and 45. RGB value is (226,96,69). Sum of RGB (Red+Green+Blue) = 226+96+69=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E26045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26045 is #1D9FBA. Grayscale: #848484. Windows color (decimal): -1941435 or 4546786. OLE color: 4546786.
HSL color Cylindrical-coordinate representation of color #E26045: hue angle of 10.32º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E26045 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 69 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.11 |
| HSL | 10.32º | 0.73% | 0.58% | - |
| HSV(B) | 10.32º | 0.69% | 0.89% | - |
| XYZ | 36.62 | 24.96 | 8.52 | - |
| YUV | 131.79 | 92.57 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 69 | 0 | 0.58 | 0.69 | 0.11 | 10.32 | 0.73 | 0.58 |
| Hex | E2 | 60 | 45 | 0 | 3A | 45 | B | A | 49 | 3A |
| Octal | 342 | 140 | 105 | 0 | 72 | 105 | 13 | 12 | 111 | 72 |
| Binary | 11100010 | 1100000 | 1000101 | 0 | 111010 | 1000101 | 1011 | 1010 | 1001001 | 111010 |
Color Harmonies of #E26045
Complementary color
Monochromatic Colors of #E26045
Black with #E26045
Text Example
Text Example
White with #E26045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26045; }
p { color: rgb(226,96,69); }
H1.HeaderClassName
{
color: #E26045;
}
.AnyTagClassName
{
color: #E26045;
}
</style>
background-color css
<style>
a { background-color: #E26045; }
a { background-color: rgb(226,96,69); }
div.DivClassName
{
background-color: #E26045;
}
.BgClassName
{
background-color: #E26045;
}
</style>
border-color css
<style>
span { border-color: #E26045; }
span { border-color: rgb(226,96,69); }
td.TdClassName
{
border-color: #E26045;
}
.TagClassName
{
border-color: #E26045;
}
</style>