Shades of Flamingo #E8655C
Tints of Flamingo #E8655C
RGB
CMYK
RGB Variations
Color information
#E8655C (or 0xE8655C) is known color: Flamingo. HEX triplet: E8, 65 and 5C. RGB value is (232,101,92). Sum of RGB (Red+Green+Blue) = 232+101+92=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E8655C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8655C is #179AA3. Grayscale: #8B8B8B. Windows color (decimal): -1546916 or 6055400. OLE color: 6055400.
HSL color Cylindrical-coordinate representation of color #E8655C: hue angle of 3.86º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E8655C is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 92 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.09 |
| HSL | 3.86º | 0.75% | 0.64% | - |
| HSV(B) | 3.86º | 0.6% | 0.91% | - |
| XYZ | 39.86 | 27.24 | 13.28 | - |
| YUV | 139.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 92 | 0 | 0.56 | 0.60 | 0.09 | 3.86 | 0.75 | 0.64 |
| Hex | E8 | 65 | 5C | 0 | 38 | 3C | 9 | 4 | 4B | 40 |
| Octal | 350 | 145 | 134 | 0 | 70 | 74 | 11 | 4 | 113 | 100 |
| Binary | 11101000 | 1100101 | 1011100 | 0 | 111000 | 111100 | 1001 | 100 | 1001011 | 1000000 |
Color Harmonies of #E8655C
Complementary color
Monochromatic Colors of #E8655C
Black with #E8655C
Text Example
Text Example
White with #E8655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8655C; }
p { color: rgb(232,101,92); }
H1.HeaderClassName
{
color: #E8655C;
}
.AnyTagClassName
{
color: #E8655C;
}
</style>
background-color css
<style>
a { background-color: #E8655C; }
a { background-color: rgb(232,101,92); }
div.DivClassName
{
background-color: #E8655C;
}
.BgClassName
{
background-color: #E8655C;
}
</style>
border-color css
<style>
span { border-color: #E8655C; }
span { border-color: rgb(232,101,92); }
td.TdClassName
{
border-color: #E8655C;
}
.TagClassName
{
border-color: #E8655C;
}
</style>