Shades of Flamingo #E2684D
Tints of Flamingo #E2684D
RGB
CMYK
RGB Variations
Color information
#E2684D (or 0xE2684D) is known color: Flamingo. HEX triplet: E2, 68 and 4D. RGB value is (226,104,77). Sum of RGB (Red+Green+Blue) = 226+104+77=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E2684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2684D is #1D97B2. Grayscale: #898989. Windows color (decimal): -1939379 or 5073122. OLE color: 5073122.
HSL color Cylindrical-coordinate representation of color #E2684D: hue angle of 10.87º 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 #E2684D is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 77 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.11 |
| HSL | 10.87º | 0.72% | 0.59% | - |
| HSV(B) | 10.87º | 0.66% | 0.89% | - |
| XYZ | 37.65 | 26.61 | 10.17 | - |
| YUV | 137.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 77 | 0 | 0.54 | 0.66 | 0.11 | 10.87 | 0.72 | 0.59 |
| Hex | E2 | 68 | 4D | 0 | 36 | 42 | B | B | 48 | 3B |
| Octal | 342 | 150 | 115 | 0 | 66 | 102 | 13 | 13 | 110 | 73 |
| Binary | 11100010 | 1101000 | 1001101 | 0 | 110110 | 1000010 | 1011 | 1011 | 1001000 | 111011 |
Color Harmonies of #E2684D
Complementary color
Monochromatic Colors of #E2684D
Black with #E2684D
Text Example
Text Example
White with #E2684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2684D; }
p { color: rgb(226,104,77); }
H1.HeaderClassName
{
color: #E2684D;
}
.AnyTagClassName
{
color: #E2684D;
}
</style>
background-color css
<style>
a { background-color: #E2684D; }
a { background-color: rgb(226,104,77); }
div.DivClassName
{
background-color: #E2684D;
}
.BgClassName
{
background-color: #E2684D;
}
</style>
border-color css
<style>
span { border-color: #E2684D; }
span { border-color: rgb(226,104,77); }
td.TdClassName
{
border-color: #E2684D;
}
.TagClassName
{
border-color: #E2684D;
}
</style>