Shades of Flamingo #E8694D
Tints of Flamingo #E8694D
RGB
CMYK
RGB Variations
Color information
#E8694D (or 0xE8694D) is known color: Flamingo. HEX triplet: E8, 69 and 4D. RGB value is (232,105,77). Sum of RGB (Red+Green+Blue) = 232+105+77=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E8694D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8694D is #1796B2. Grayscale: #8C8C8C. Windows color (decimal): -1545907 or 5073384. OLE color: 5073384.
HSL color Cylindrical-coordinate representation of color #E8694D: hue angle of 10.84º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E8694D is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 77 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.09 |
| HSL | 10.84º | 0.77% | 0.61% | - |
| HSV(B) | 10.84º | 0.67% | 0.91% | - |
| XYZ | 39.67 | 27.79 | 10.3 | - |
| YUV | 139.78 | 92.58 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 77 | 0 | 0.55 | 0.67 | 0.09 | 10.84 | 0.77 | 0.61 |
| Hex | E8 | 69 | 4D | 0 | 37 | 43 | 9 | B | 4D | 3D |
| Octal | 350 | 151 | 115 | 0 | 67 | 103 | 11 | 13 | 115 | 75 |
| Binary | 11101000 | 1101001 | 1001101 | 0 | 110111 | 1000011 | 1001 | 1011 | 1001101 | 111101 |
Color Harmonies of #E8694D
Complementary color
Monochromatic Colors of #E8694D
Black with #E8694D
Text Example
Text Example
White with #E8694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8694D; }
p { color: rgb(232,105,77); }
H1.HeaderClassName
{
color: #E8694D;
}
.AnyTagClassName
{
color: #E8694D;
}
</style>
background-color css
<style>
a { background-color: #E8694D; }
a { background-color: rgb(232,105,77); }
div.DivClassName
{
background-color: #E8694D;
}
.BgClassName
{
background-color: #E8694D;
}
</style>
border-color css
<style>
span { border-color: #E8694D; }
span { border-color: rgb(232,105,77); }
td.TdClassName
{
border-color: #E8694D;
}
.TagClassName
{
border-color: #E8694D;
}
</style>