Shades of Flamingo #E8654F
Tints of Flamingo #E8654F
RGB
CMYK
RGB Variations
Color information
#E8654F (or 0xE8654F) is known color: Flamingo. HEX triplet: E8, 65 and 4F. RGB value is (232,101,79). Sum of RGB (Red+Green+Blue) = 232+101+79=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E8654F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8654F is #179AB0. Grayscale: #898989. Windows color (decimal): -1546929 or 5203432. OLE color: 5203432.
HSL color Cylindrical-coordinate representation of color #E8654F: hue angle of 8.63º 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 #E8654F is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 79 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.09 |
| HSL | 8.63º | 0.77% | 0.61% | - |
| HSV(B) | 8.63º | 0.66% | 0.91% | - |
| XYZ | 39.34 | 27.03 | 10.54 | - |
| YUV | 137.66 | 94.9 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 79 | 0 | 0.56 | 0.66 | 0.09 | 8.63 | 0.77 | 0.61 |
| Hex | E8 | 65 | 4F | 0 | 38 | 42 | 9 | 9 | 4D | 3D |
| Octal | 350 | 145 | 117 | 0 | 70 | 102 | 11 | 11 | 115 | 75 |
| Binary | 11101000 | 1100101 | 1001111 | 0 | 111000 | 1000010 | 1001 | 1001 | 1001101 | 111101 |
Color Harmonies of #E8654F
Complementary color
Monochromatic Colors of #E8654F
Black with #E8654F
Text Example
Text Example
White with #E8654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8654F; }
p { color: rgb(232,101,79); }
H1.HeaderClassName
{
color: #E8654F;
}
.AnyTagClassName
{
color: #E8654F;
}
</style>
background-color css
<style>
a { background-color: #E8654F; }
a { background-color: rgb(232,101,79); }
div.DivClassName
{
background-color: #E8654F;
}
.BgClassName
{
background-color: #E8654F;
}
</style>
border-color css
<style>
span { border-color: #E8654F; }
span { border-color: rgb(232,101,79); }
td.TdClassName
{
border-color: #E8654F;
}
.TagClassName
{
border-color: #E8654F;
}
</style>