Shades of Flamingo #E8694E
Tints of Flamingo #E8694E
RGB
CMYK
RGB Variations
Color information
#E8694E (or 0xE8694E) is known color: Flamingo. HEX triplet: E8, 69 and 4E. RGB value is (232,105,78). Sum of RGB (Red+Green+Blue) = 232+105+78=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E8694E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8694E is #1796B1. Grayscale: #8C8C8C. Windows color (decimal): -1545906 or 5138920. OLE color: 5138920.
HSL color Cylindrical-coordinate representation of color #E8694E: hue angle of 10.52º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8694E is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 78 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.09 |
| HSL | 10.52º | 0.77% | 0.61% | - |
| HSV(B) | 10.52º | 0.66% | 0.91% | - |
| XYZ | 39.71 | 27.81 | 10.48 | - |
| YUV | 139.9 | 93.08 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 78 | 0 | 0.55 | 0.66 | 0.09 | 10.52 | 0.77 | 0.61 |
| Hex | E8 | 69 | 4E | 0 | 37 | 42 | 9 | B | 4D | 3D |
| Octal | 350 | 151 | 116 | 0 | 67 | 102 | 11 | 13 | 115 | 75 |
| Binary | 11101000 | 1101001 | 1001110 | 0 | 110111 | 1000010 | 1001 | 1011 | 1001101 | 111101 |
Color Harmonies of #E8694E
Complementary color
Monochromatic Colors of #E8694E
Black with #E8694E
Text Example
Text Example
White with #E8694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8694E; }
p { color: rgb(232,105,78); }
H1.HeaderClassName
{
color: #E8694E;
}
.AnyTagClassName
{
color: #E8694E;
}
</style>
background-color css
<style>
a { background-color: #E8694E; }
a { background-color: rgb(232,105,78); }
div.DivClassName
{
background-color: #E8694E;
}
.BgClassName
{
background-color: #E8694E;
}
</style>
border-color css
<style>
span { border-color: #E8694E; }
span { border-color: rgb(232,105,78); }
td.TdClassName
{
border-color: #E8694E;
}
.TagClassName
{
border-color: #E8694E;
}
</style>