Shades of Flamingo #E3694E
Tints of Flamingo #E3694E
RGB
CMYK
RGB Variations
Color information
#E3694E (or 0xE3694E) is known color: Flamingo. HEX triplet: E3, 69 and 4E. RGB value is (227,105,78). Sum of RGB (Red+Green+Blue) = 227+105+78=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E3694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3694E is #1C96B1. Grayscale: #8A8A8A. Windows color (decimal): -1873586 or 5138915. OLE color: 5138915.
HSL color Cylindrical-coordinate representation of color #E3694E: hue angle of 10.87º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E3694E is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 105 | 78 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.11 |
| HSL | 10.87º | 0.73% | 0.6% | - |
| HSV(B) | 10.87º | 0.66% | 0.89% | - |
| XYZ | 38.11 | 26.98 | 10.41 | - |
| YUV | 138.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 105 | 78 | 0 | 0.54 | 0.66 | 0.11 | 10.87 | 0.73 | 0.6 |
| Hex | E3 | 69 | 4E | 0 | 36 | 42 | B | B | 49 | 3C |
| Octal | 343 | 151 | 116 | 0 | 66 | 102 | 13 | 13 | 111 | 74 |
| Binary | 11100011 | 1101001 | 1001110 | 0 | 110110 | 1000010 | 1011 | 1011 | 1001001 | 111100 |
Color Harmonies of #E3694E
Complementary color
Monochromatic Colors of #E3694E
Black with #E3694E
Text Example
Text Example
White with #E3694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3694E; }
p { color: rgb(227,105,78); }
H1.HeaderClassName
{
color: #E3694E;
}
.AnyTagClassName
{
color: #E3694E;
}
</style>
background-color css
<style>
a { background-color: #E3694E; }
a { background-color: rgb(227,105,78); }
div.DivClassName
{
background-color: #E3694E;
}
.BgClassName
{
background-color: #E3694E;
}
</style>
border-color css
<style>
span { border-color: #E3694E; }
span { border-color: rgb(227,105,78); }
td.TdClassName
{
border-color: #E3694E;
}
.TagClassName
{
border-color: #E3694E;
}
</style>