Shades of Flamingo #E3684E
Tints of Flamingo #E3684E
RGB
CMYK
RGB Variations
Color information
#E3684E (or 0xE3684E) is known color: Flamingo. HEX triplet: E3, 68 and 4E. RGB value is (227,104,78). Sum of RGB (Red+Green+Blue) = 227+104+78=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E3684E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3684E is #1C97B1. Grayscale: #8A8A8A. Windows color (decimal): -1873842 or 5138659. OLE color: 5138659.
HSL color Cylindrical-coordinate representation of color #E3684E: hue angle of 10.47º 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 #E3684E is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 104 | 78 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.11 |
| HSL | 10.47º | 0.73% | 0.6% | - |
| HSV(B) | 10.47º | 0.66% | 0.89% | - |
| XYZ | 38 | 26.78 | 10.37 | - |
| YUV | 137.81 | 94.25 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 104 | 78 | 0 | 0.54 | 0.66 | 0.11 | 10.47 | 0.73 | 0.6 |
| Hex | E3 | 68 | 4E | 0 | 36 | 42 | B | A | 49 | 3C |
| Octal | 343 | 150 | 116 | 0 | 66 | 102 | 13 | 12 | 111 | 74 |
| Binary | 11100011 | 1101000 | 1001110 | 0 | 110110 | 1000010 | 1011 | 1010 | 1001001 | 111100 |
Color Harmonies of #E3684E
Complementary color
Monochromatic Colors of #E3684E
Black with #E3684E
Text Example
Text Example
White with #E3684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3684E; }
p { color: rgb(227,104,78); }
H1.HeaderClassName
{
color: #E3684E;
}
.AnyTagClassName
{
color: #E3684E;
}
</style>
background-color css
<style>
a { background-color: #E3684E; }
a { background-color: rgb(227,104,78); }
div.DivClassName
{
background-color: #E3684E;
}
.BgClassName
{
background-color: #E3684E;
}
</style>
border-color css
<style>
span { border-color: #E3684E; }
span { border-color: rgb(227,104,78); }
td.TdClassName
{
border-color: #E3684E;
}
.TagClassName
{
border-color: #E3684E;
}
</style>