Shades of Flamingo #E96650
Tints of Flamingo #E96650
RGB
CMYK
RGB Variations
Color information
#E96650 (or 0xE96650) is known color: Flamingo. HEX triplet: E9, 66 and 50. RGB value is (233,102,80). Sum of RGB (Red+Green+Blue) = 233+102+80=415 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.14% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 233 - color contains mainly: red. Hex color #E96650 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96650 is #1699AF. Grayscale: #8A8A8A. Windows color (decimal): -1481136 or 5269225. OLE color: 5269225.
HSL color Cylindrical-coordinate representation of color #E96650: hue angle of 8.63º degrees, saturation: 0.78, 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 #E96650 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 80 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.09 |
| HSL | 8.63º | 0.78% | 0.61% | - |
| HSV(B) | 8.63º | 0.66% | 0.91% | - |
| XYZ | 39.8 | 27.41 | 10.78 | - |
| YUV | 138.66 | 94.9 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 80 | 0 | 0.56 | 0.66 | 0.09 | 8.63 | 0.78 | 0.61 |
| Hex | E9 | 66 | 50 | 0 | 38 | 42 | 9 | 9 | 4E | 3D |
| Octal | 351 | 146 | 120 | 0 | 70 | 102 | 11 | 11 | 116 | 75 |
| Binary | 11101001 | 1100110 | 1010000 | 0 | 111000 | 1000010 | 1001 | 1001 | 1001110 | 111101 |
Color Harmonies of #E96650
Complementary color
Monochromatic Colors of #E96650
Black with #E96650
Text Example
Text Example
White with #E96650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96650; }
p { color: rgb(233,102,80); }
H1.HeaderClassName
{
color: #E96650;
}
.AnyTagClassName
{
color: #E96650;
}
</style>
background-color css
<style>
a { background-color: #E96650; }
a { background-color: rgb(233,102,80); }
div.DivClassName
{
background-color: #E96650;
}
.BgClassName
{
background-color: #E96650;
}
</style>
border-color css
<style>
span { border-color: #E96650; }
span { border-color: rgb(233,102,80); }
td.TdClassName
{
border-color: #E96650;
}
.TagClassName
{
border-color: #E96650;
}
</style>