Shades of Flamingo #E2644D
Tints of Flamingo #E2644D
RGB
CMYK
RGB Variations
Color information
#E2644D (or 0xE2644D) is known color: Flamingo. HEX triplet: E2, 64 and 4D. RGB value is (226,100,77). Sum of RGB (Red+Green+Blue) = 226+100+77=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2644D is #1D9BB2. Grayscale: #878787. Windows color (decimal): -1940403 or 5072098. OLE color: 5072098.
HSL color Cylindrical-coordinate representation of color #E2644D: hue angle of 9.26º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2644D is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 77 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.11 |
| HSL | 9.26º | 0.72% | 0.59% | - |
| HSV(B) | 9.26º | 0.66% | 0.89% | - |
| XYZ | 37.26 | 25.82 | 10.04 | - |
| YUV | 135.05 | 95.24 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 77 | 0 | 0.56 | 0.66 | 0.11 | 9.26 | 0.72 | 0.59 |
| Hex | E2 | 64 | 4D | 0 | 38 | 42 | B | 9 | 48 | 3B |
| Octal | 342 | 144 | 115 | 0 | 70 | 102 | 13 | 11 | 110 | 73 |
| Binary | 11100010 | 1100100 | 1001101 | 0 | 111000 | 1000010 | 1011 | 1001 | 1001000 | 111011 |
Color Harmonies of #E2644D
Complementary color
Monochromatic Colors of #E2644D
Black with #E2644D
Text Example
Text Example
White with #E2644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2644D; }
p { color: rgb(226,100,77); }
H1.HeaderClassName
{
color: #E2644D;
}
.AnyTagClassName
{
color: #E2644D;
}
</style>
background-color css
<style>
a { background-color: #E2644D; }
a { background-color: rgb(226,100,77); }
div.DivClassName
{
background-color: #E2644D;
}
.BgClassName
{
background-color: #E2644D;
}
</style>
border-color css
<style>
span { border-color: #E2644D; }
span { border-color: rgb(226,100,77); }
td.TdClassName
{
border-color: #E2644D;
}
.TagClassName
{
border-color: #E2644D;
}
</style>