Shades of Flamingo #E3694D
Tints of Flamingo #E3694D
RGB
CMYK
RGB Variations
Color information
#E3694D (or 0xE3694D) is known color: Flamingo. HEX triplet: E3, 69 and 4D. RGB value is (227,105,77). Sum of RGB (Red+Green+Blue) = 227+105+77=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E3694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3694D is #1C96B2. Grayscale: #8A8A8A. Windows color (decimal): -1873587 or 5073379. OLE color: 5073379.
HSL color Cylindrical-coordinate representation of color #E3694D: hue angle of 11.2º 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 #E3694D is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 105 | 77 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.11 |
| HSL | 11.2º | 0.73% | 0.6% | - |
| HSV(B) | 11.2º | 0.66% | 0.89% | - |
| XYZ | 38.07 | 26.97 | 10.22 | - |
| YUV | 138.29 | 93.42 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 105 | 77 | 0 | 0.54 | 0.66 | 0.11 | 11.2 | 0.73 | 0.6 |
| Hex | E3 | 69 | 4D | 0 | 36 | 42 | B | B | 49 | 3C |
| Octal | 343 | 151 | 115 | 0 | 66 | 102 | 13 | 13 | 111 | 74 |
| Binary | 11100011 | 1101001 | 1001101 | 0 | 110110 | 1000010 | 1011 | 1011 | 1001001 | 111100 |
Color Harmonies of #E3694D
Complementary color
Monochromatic Colors of #E3694D
Black with #E3694D
Text Example
Text Example
White with #E3694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3694D; }
p { color: rgb(227,105,77); }
H1.HeaderClassName
{
color: #E3694D;
}
.AnyTagClassName
{
color: #E3694D;
}
</style>
background-color css
<style>
a { background-color: #E3694D; }
a { background-color: rgb(227,105,77); }
div.DivClassName
{
background-color: #E3694D;
}
.BgClassName
{
background-color: #E3694D;
}
</style>
border-color css
<style>
span { border-color: #E3694D; }
span { border-color: rgb(227,105,77); }
td.TdClassName
{
border-color: #E3694D;
}
.TagClassName
{
border-color: #E3694D;
}
</style>