Shades of Flamingo #E8655A
Tints of Flamingo #E8655A
RGB
CMYK
RGB Variations
Color information
#E8655A (or 0xE8655A) is known color: Flamingo. HEX triplet: E8, 65 and 5A. RGB value is (232,101,90). Sum of RGB (Red+Green+Blue) = 232+101+90=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E8655A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8655A is #179AA5. Grayscale: #8B8B8B. Windows color (decimal): -1546918 or 5924328. OLE color: 5924328.
HSL color Cylindrical-coordinate representation of color #E8655A: hue angle of 4.65º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E8655A is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 90 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.09 |
| HSL | 4.65º | 0.76% | 0.63% | - |
| HSV(B) | 4.65º | 0.61% | 0.91% | - |
| XYZ | 39.78 | 27.2 | 12.83 | - |
| YUV | 138.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 90 | 0 | 0.56 | 0.61 | 0.09 | 4.65 | 0.76 | 0.63 |
| Hex | E8 | 65 | 5A | 0 | 38 | 3D | 9 | 5 | 4C | 3F |
| Octal | 350 | 145 | 132 | 0 | 70 | 75 | 11 | 5 | 114 | 77 |
| Binary | 11101000 | 1100101 | 1011010 | 0 | 111000 | 111101 | 1001 | 101 | 1001100 | 111111 |
Color Harmonies of #E8655A
Complementary color
Monochromatic Colors of #E8655A
Black with #E8655A
Text Example
Text Example
White with #E8655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8655A; }
p { color: rgb(232,101,90); }
H1.HeaderClassName
{
color: #E8655A;
}
.AnyTagClassName
{
color: #E8655A;
}
</style>
background-color css
<style>
a { background-color: #E8655A; }
a { background-color: rgb(232,101,90); }
div.DivClassName
{
background-color: #E8655A;
}
.BgClassName
{
background-color: #E8655A;
}
</style>
border-color css
<style>
span { border-color: #E8655A; }
span { border-color: rgb(232,101,90); }
td.TdClassName
{
border-color: #E8655A;
}
.TagClassName
{
border-color: #E8655A;
}
</style>