Shades of Flamingo #E2694C
Tints of Flamingo #E2694C
RGB
CMYK
RGB Variations
Color information
#E2694C (or 0xE2694C) is known color: Flamingo. HEX triplet: E2, 69 and 4C. RGB value is (226,105,76). Sum of RGB (Red+Green+Blue) = 226+105+76=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E2694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2694C is #1D96B3. Grayscale: #8A8A8A. Windows color (decimal): -1939124 or 5007842. OLE color: 5007842.
HSL color Cylindrical-coordinate representation of color #E2694C: hue angle of 11.6º 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 #E2694C is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 76 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.11 |
| HSL | 11.6º | 0.72% | 0.59% | - |
| HSV(B) | 11.6º | 0.66% | 0.89% | - |
| XYZ | 37.72 | 26.79 | 10.02 | - |
| YUV | 137.87 | 93.09 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 76 | 0 | 0.54 | 0.66 | 0.11 | 11.6 | 0.72 | 0.59 |
| Hex | E2 | 69 | 4C | 0 | 36 | 42 | B | C | 48 | 3B |
| Octal | 342 | 151 | 114 | 0 | 66 | 102 | 13 | 14 | 110 | 73 |
| Binary | 11100010 | 1101001 | 1001100 | 0 | 110110 | 1000010 | 1011 | 1100 | 1001000 | 111011 |
Color Harmonies of #E2694C
Complementary color
Monochromatic Colors of #E2694C
Black with #E2694C
Text Example
Text Example
White with #E2694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2694C; }
p { color: rgb(226,105,76); }
H1.HeaderClassName
{
color: #E2694C;
}
.AnyTagClassName
{
color: #E2694C;
}
</style>
background-color css
<style>
a { background-color: #E2694C; }
a { background-color: rgb(226,105,76); }
div.DivClassName
{
background-color: #E2694C;
}
.BgClassName
{
background-color: #E2694C;
}
</style>
border-color css
<style>
span { border-color: #E2694C; }
span { border-color: rgb(226,105,76); }
td.TdClassName
{
border-color: #E2694C;
}
.TagClassName
{
border-color: #E2694C;
}
</style>