Shades of Flamingo #E2684C
Tints of Flamingo #E2684C
RGB
CMYK
RGB Variations
Color information
#E2684C (or 0xE2684C) is known color: Flamingo. HEX triplet: E2, 68 and 4C. RGB value is (226,104,76). Sum of RGB (Red+Green+Blue) = 226+104+76=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E2684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2684C is #1D97B3. Grayscale: #898989. Windows color (decimal): -1939380 or 5007586. OLE color: 5007586.
HSL color Cylindrical-coordinate representation of color #E2684C: hue angle of 11.2º 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 #E2684C is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 76 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.11 |
| HSL | 11.2º | 0.72% | 0.59% | - |
| HSV(B) | 11.2º | 0.66% | 0.89% | - |
| XYZ | 37.62 | 26.59 | 9.99 | - |
| YUV | 137.29 | 93.42 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 76 | 0 | 0.54 | 0.66 | 0.11 | 11.2 | 0.72 | 0.59 |
| Hex | E2 | 68 | 4C | 0 | 36 | 42 | B | B | 48 | 3B |
| Octal | 342 | 150 | 114 | 0 | 66 | 102 | 13 | 13 | 110 | 73 |
| Binary | 11100010 | 1101000 | 1001100 | 0 | 110110 | 1000010 | 1011 | 1011 | 1001000 | 111011 |
Color Harmonies of #E2684C
Complementary color
Monochromatic Colors of #E2684C
Black with #E2684C
Text Example
Text Example
White with #E2684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2684C; }
p { color: rgb(226,104,76); }
H1.HeaderClassName
{
color: #E2684C;
}
.AnyTagClassName
{
color: #E2684C;
}
</style>
background-color css
<style>
a { background-color: #E2684C; }
a { background-color: rgb(226,104,76); }
div.DivClassName
{
background-color: #E2684C;
}
.BgClassName
{
background-color: #E2684C;
}
</style>
border-color css
<style>
span { border-color: #E2684C; }
span { border-color: rgb(226,104,76); }
td.TdClassName
{
border-color: #E2684C;
}
.TagClassName
{
border-color: #E2684C;
}
</style>