Shades of Flamingo #E2694A
Tints of Flamingo #E2694A
RGB
CMYK
RGB Variations
Color information
#E2694A (or 0xE2694A) is known color: Flamingo. HEX triplet: E2, 69 and 4A. RGB value is (226,105,74). Sum of RGB (Red+Green+Blue) = 226+105+74=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2694A is #1D96B5. Grayscale: #898989. Windows color (decimal): -1939126 or 4876770. OLE color: 4876770.
HSL color Cylindrical-coordinate representation of color #E2694A: hue angle of 12.24º 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 #E2694A is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 74 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.11 |
| HSL | 12.24º | 0.72% | 0.59% | - |
| HSV(B) | 12.24º | 0.67% | 0.89% | - |
| XYZ | 37.65 | 26.77 | 9.66 | - |
| YUV | 137.65 | 92.09 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 74 | 0 | 0.54 | 0.67 | 0.11 | 12.24 | 0.72 | 0.59 |
| Hex | E2 | 69 | 4A | 0 | 36 | 43 | B | C | 48 | 3B |
| Octal | 342 | 151 | 112 | 0 | 66 | 103 | 13 | 14 | 110 | 73 |
| Binary | 11100010 | 1101001 | 1001010 | 0 | 110110 | 1000011 | 1011 | 1100 | 1001000 | 111011 |
Color Harmonies of #E2694A
Complementary color
Monochromatic Colors of #E2694A
Black with #E2694A
Text Example
Text Example
White with #E2694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2694A; }
p { color: rgb(226,105,74); }
H1.HeaderClassName
{
color: #E2694A;
}
.AnyTagClassName
{
color: #E2694A;
}
</style>
background-color css
<style>
a { background-color: #E2694A; }
a { background-color: rgb(226,105,74); }
div.DivClassName
{
background-color: #E2694A;
}
.BgClassName
{
background-color: #E2694A;
}
</style>
border-color css
<style>
span { border-color: #E2694A; }
span { border-color: rgb(226,105,74); }
td.TdClassName
{
border-color: #E2694A;
}
.TagClassName
{
border-color: #E2694A;
}
</style>