Shades of Flamingo #E2644B
Tints of Flamingo #E2644B
RGB
CMYK
RGB Variations
Color information
#E2644B (or 0xE2644B) is known color: Flamingo. HEX triplet: E2, 64 and 4B. RGB value is (226,100,75). Sum of RGB (Red+Green+Blue) = 226+100+75=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2644B is #1D9BB4. Grayscale: #878787. Windows color (decimal): -1940405 or 4941026. OLE color: 4941026.
HSL color Cylindrical-coordinate representation of color #E2644B: hue angle of 9.93º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2644B is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 75 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.11 |
| HSL | 9.93º | 0.72% | 0.59% | - |
| HSV(B) | 9.93º | 0.67% | 0.89% | - |
| XYZ | 37.19 | 25.79 | 9.67 | - |
| YUV | 134.82 | 94.24 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 75 | 0 | 0.56 | 0.67 | 0.11 | 9.93 | 0.72 | 0.59 |
| Hex | E2 | 64 | 4B | 0 | 38 | 43 | B | A | 48 | 3B |
| Octal | 342 | 144 | 113 | 0 | 70 | 103 | 13 | 12 | 110 | 73 |
| Binary | 11100010 | 1100100 | 1001011 | 0 | 111000 | 1000011 | 1011 | 1010 | 1001000 | 111011 |
Color Harmonies of #E2644B
Complementary color
Monochromatic Colors of #E2644B
Black with #E2644B
Text Example
Text Example
White with #E2644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2644B; }
p { color: rgb(226,100,75); }
H1.HeaderClassName
{
color: #E2644B;
}
.AnyTagClassName
{
color: #E2644B;
}
</style>
background-color css
<style>
a { background-color: #E2644B; }
a { background-color: rgb(226,100,75); }
div.DivClassName
{
background-color: #E2644B;
}
.BgClassName
{
background-color: #E2644B;
}
</style>
border-color css
<style>
span { border-color: #E2644B; }
span { border-color: rgb(226,100,75); }
td.TdClassName
{
border-color: #E2644B;
}
.TagClassName
{
border-color: #E2644B;
}
</style>