Shades of Flamingo #E3684D
Tints of Flamingo #E3684D
RGB
CMYK
RGB Variations
Color information
#E3684D (or 0xE3684D) is known color: Flamingo. HEX triplet: E3, 68 and 4D. RGB value is (227,104,77). Sum of RGB (Red+Green+Blue) = 227+104+77=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E3684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3684D is #1C97B2. Grayscale: #898989. Windows color (decimal): -1873843 or 5073123. OLE color: 5073123.
HSL color Cylindrical-coordinate representation of color #E3684D: hue angle of 10.8º 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 #E3684D is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 104 | 77 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.11 |
| HSL | 10.8º | 0.73% | 0.6% | - |
| HSV(B) | 10.8º | 0.66% | 0.89% | - |
| XYZ | 37.97 | 26.77 | 10.19 | - |
| YUV | 137.7 | 93.75 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 104 | 77 | 0 | 0.54 | 0.66 | 0.11 | 10.8 | 0.73 | 0.6 |
| Hex | E3 | 68 | 4D | 0 | 36 | 42 | B | B | 49 | 3C |
| Octal | 343 | 150 | 115 | 0 | 66 | 102 | 13 | 13 | 111 | 74 |
| Binary | 11100011 | 1101000 | 1001101 | 0 | 110110 | 1000010 | 1011 | 1011 | 1001001 | 111100 |
Color Harmonies of #E3684D
Complementary color
Monochromatic Colors of #E3684D
Black with #E3684D
Text Example
Text Example
White with #E3684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3684D; }
p { color: rgb(227,104,77); }
H1.HeaderClassName
{
color: #E3684D;
}
.AnyTagClassName
{
color: #E3684D;
}
</style>
background-color css
<style>
a { background-color: #E3684D; }
a { background-color: rgb(227,104,77); }
div.DivClassName
{
background-color: #E3684D;
}
.BgClassName
{
background-color: #E3684D;
}
</style>
border-color css
<style>
span { border-color: #E3684D; }
span { border-color: rgb(227,104,77); }
td.TdClassName
{
border-color: #E3684D;
}
.TagClassName
{
border-color: #E3684D;
}
</style>