Shades of Flamingo #E26448
Tints of Flamingo #E26448
RGB
CMYK
RGB Variations
Color information
#E26448 (or 0xE26448) is known color: Flamingo. HEX triplet: E2, 64 and 48. RGB value is (226,100,72). Sum of RGB (Red+Green+Blue) = 226+100+72=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E26448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26448 is #1D9BB7. Grayscale: #868686. Windows color (decimal): -1940408 or 4744418. OLE color: 4744418.
HSL color Cylindrical-coordinate representation of color #E26448: hue angle of 10.91º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E26448 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 72 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.11 |
| HSL | 10.91º | 0.73% | 0.58% | - |
| HSV(B) | 10.91º | 0.68% | 0.89% | - |
| XYZ | 37.09 | 25.75 | 9.15 | - |
| YUV | 134.48 | 92.74 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 72 | 0 | 0.56 | 0.68 | 0.11 | 10.91 | 0.73 | 0.58 |
| Hex | E2 | 64 | 48 | 0 | 38 | 44 | B | B | 49 | 3A |
| Octal | 342 | 144 | 110 | 0 | 70 | 104 | 13 | 13 | 111 | 72 |
| Binary | 11100010 | 1100100 | 1001000 | 0 | 111000 | 1000100 | 1011 | 1011 | 1001001 | 111010 |
Color Harmonies of #E26448
Complementary color
Monochromatic Colors of #E26448
Black with #E26448
Text Example
Text Example
White with #E26448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26448; }
p { color: rgb(226,100,72); }
H1.HeaderClassName
{
color: #E26448;
}
.AnyTagClassName
{
color: #E26448;
}
</style>
background-color css
<style>
a { background-color: #E26448; }
a { background-color: rgb(226,100,72); }
div.DivClassName
{
background-color: #E26448;
}
.BgClassName
{
background-color: #E26448;
}
</style>
border-color css
<style>
span { border-color: #E26448; }
span { border-color: rgb(226,100,72); }
td.TdClassName
{
border-color: #E26448;
}
.TagClassName
{
border-color: #E26448;
}
</style>