Shades of Flamingo #E96450
Tints of Flamingo #E96450
RGB
CMYK
RGB Variations
Color information
#E96450 (or 0xE96450) is known color: Flamingo. HEX triplet: E9, 64 and 50. RGB value is (233,100,80). Sum of RGB (Red+Green+Blue) = 233+100+80=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E96450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96450 is #169BAF. Grayscale: #898989. Windows color (decimal): -1481648 or 5268713. OLE color: 5268713.
HSL color Cylindrical-coordinate representation of color #E96450: hue angle of 7.84º 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 #E96450 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 100 | 80 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.09 |
| HSL | 7.84º | 0.78% | 0.61% | - |
| HSV(B) | 7.84º | 0.66% | 0.91% | - |
| XYZ | 39.61 | 27.02 | 10.72 | - |
| YUV | 137.49 | 95.56 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 100 | 80 | 0 | 0.57 | 0.66 | 0.09 | 7.84 | 0.78 | 0.61 |
| Hex | E9 | 64 | 50 | 0 | 39 | 42 | 9 | 8 | 4E | 3D |
| Octal | 351 | 144 | 120 | 0 | 71 | 102 | 11 | 10 | 116 | 75 |
| Binary | 11101001 | 1100100 | 1010000 | 0 | 111001 | 1000010 | 1001 | 1000 | 1001110 | 111101 |
Color Harmonies of #E96450
Complementary color
Monochromatic Colors of #E96450
Black with #E96450
Text Example
Text Example
White with #E96450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96450; }
p { color: rgb(233,100,80); }
H1.HeaderClassName
{
color: #E96450;
}
.AnyTagClassName
{
color: #E96450;
}
</style>
background-color css
<style>
a { background-color: #E96450; }
a { background-color: rgb(233,100,80); }
div.DivClassName
{
background-color: #E96450;
}
.BgClassName
{
background-color: #E96450;
}
</style>
border-color css
<style>
span { border-color: #E96450; }
span { border-color: rgb(233,100,80); }
td.TdClassName
{
border-color: #E96450;
}
.TagClassName
{
border-color: #E96450;
}
</style>