Shades of Flamingo #E96750
Tints of Flamingo #E96750
RGB
CMYK
RGB Variations
Color information
#E96750 (or 0xE96750) is known color: Flamingo. HEX triplet: E9, 67 and 50. RGB value is (233,103,80). Sum of RGB (Red+Green+Blue) = 233+103+80=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E96750 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96750 is #1698AF. Grayscale: #8B8B8B. Windows color (decimal): -1480880 or 5269481. OLE color: 5269481.
HSL color Cylindrical-coordinate representation of color #E96750: hue angle of 9.02º 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 #E96750 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 80 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.09 |
| HSL | 9.02º | 0.78% | 0.61% | - |
| HSV(B) | 9.02º | 0.66% | 0.91% | - |
| XYZ | 39.9 | 27.6 | 10.81 | - |
| YUV | 139.25 | 94.57 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 80 | 0 | 0.56 | 0.66 | 0.09 | 9.02 | 0.78 | 0.61 |
| Hex | E9 | 67 | 50 | 0 | 38 | 42 | 9 | 9 | 4E | 3D |
| Octal | 351 | 147 | 120 | 0 | 70 | 102 | 11 | 11 | 116 | 75 |
| Binary | 11101001 | 1100111 | 1010000 | 0 | 111000 | 1000010 | 1001 | 1001 | 1001110 | 111101 |
Color Harmonies of #E96750
Complementary color
Monochromatic Colors of #E96750
Black with #E96750
Text Example
Text Example
White with #E96750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96750; }
p { color: rgb(233,103,80); }
H1.HeaderClassName
{
color: #E96750;
}
.AnyTagClassName
{
color: #E96750;
}
</style>
background-color css
<style>
a { background-color: #E96750; }
a { background-color: rgb(233,103,80); }
div.DivClassName
{
background-color: #E96750;
}
.BgClassName
{
background-color: #E96750;
}
</style>
border-color css
<style>
span { border-color: #E96750; }
span { border-color: rgb(233,103,80); }
td.TdClassName
{
border-color: #E96750;
}
.TagClassName
{
border-color: #E96750;
}
</style>