Shades of Flamingo #E2624D
Tints of Flamingo #E2624D
RGB
CMYK
RGB Variations
Color information
#E2624D (or 0xE2624D) is known color: Flamingo. HEX triplet: E2, 62 and 4D. RGB value is (226,98,77). Sum of RGB (Red+Green+Blue) = 226+98+77=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2624D is #1D9DB2. Grayscale: #868686. Windows color (decimal): -1940915 or 5071586. OLE color: 5071586.
HSL color Cylindrical-coordinate representation of color #E2624D: hue angle of 8.46º 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 #E2624D is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 77 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.11 |
| HSL | 8.46º | 0.72% | 0.59% | - |
| HSV(B) | 8.46º | 0.66% | 0.89% | - |
| XYZ | 37.07 | 25.44 | 9.98 | - |
| YUV | 133.88 | 95.91 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 77 | 0 | 0.57 | 0.66 | 0.11 | 8.46 | 0.72 | 0.59 |
| Hex | E2 | 62 | 4D | 0 | 39 | 42 | B | 8 | 48 | 3B |
| Octal | 342 | 142 | 115 | 0 | 71 | 102 | 13 | 10 | 110 | 73 |
| Binary | 11100010 | 1100010 | 1001101 | 0 | 111001 | 1000010 | 1011 | 1000 | 1001000 | 111011 |
Color Harmonies of #E2624D
Complementary color
Monochromatic Colors of #E2624D
Black with #E2624D
Text Example
Text Example
White with #E2624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2624D; }
p { color: rgb(226,98,77); }
H1.HeaderClassName
{
color: #E2624D;
}
.AnyTagClassName
{
color: #E2624D;
}
</style>
background-color css
<style>
a { background-color: #E2624D; }
a { background-color: rgb(226,98,77); }
div.DivClassName
{
background-color: #E2624D;
}
.BgClassName
{
background-color: #E2624D;
}
</style>
border-color css
<style>
span { border-color: #E2624D; }
span { border-color: rgb(226,98,77); }
td.TdClassName
{
border-color: #E2624D;
}
.TagClassName
{
border-color: #E2624D;
}
</style>