Shades of Flamingo #E96655
Tints of Flamingo #E96655
RGB
CMYK
RGB Variations
Color information
#E96655 (or 0xE96655) is known color: Flamingo. HEX triplet: E9, 66 and 55. RGB value is (233,102,85). Sum of RGB (Red+Green+Blue) = 233+102+85=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E96655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96655 is #1699AA. Grayscale: #8B8B8B. Windows color (decimal): -1481131 or 5596905. OLE color: 5596905.
HSL color Cylindrical-coordinate representation of color #E96655: hue angle of 6.89º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E96655 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 85 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.09 |
| HSL | 6.89º | 0.77% | 0.62% | - |
| HSV(B) | 6.89º | 0.64% | 0.91% | - |
| XYZ | 40 | 27.48 | 11.79 | - |
| YUV | 139.23 | 97.4 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 85 | 0 | 0.56 | 0.64 | 0.09 | 6.89 | 0.77 | 0.62 |
| Hex | E9 | 66 | 55 | 0 | 38 | 40 | 9 | 7 | 4D | 3E |
| Octal | 351 | 146 | 125 | 0 | 70 | 100 | 11 | 7 | 115 | 76 |
| Binary | 11101001 | 1100110 | 1010101 | 0 | 111000 | 1000000 | 1001 | 111 | 1001101 | 111110 |
Color Harmonies of #E96655
Complementary color
Monochromatic Colors of #E96655
Black with #E96655
Text Example
Text Example
White with #E96655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96655; }
p { color: rgb(233,102,85); }
H1.HeaderClassName
{
color: #E96655;
}
.AnyTagClassName
{
color: #E96655;
}
</style>
background-color css
<style>
a { background-color: #E96655; }
a { background-color: rgb(233,102,85); }
div.DivClassName
{
background-color: #E96655;
}
.BgClassName
{
background-color: #E96655;
}
</style>
border-color css
<style>
span { border-color: #E96655; }
span { border-color: rgb(233,102,85); }
td.TdClassName
{
border-color: #E96655;
}
.TagClassName
{
border-color: #E96655;
}
</style>