Shades of Flamingo #E9684F
Tints of Flamingo #E9684F
RGB
CMYK
RGB Variations
Color information
#E9684F (or 0xE9684F) is known color: Flamingo. HEX triplet: E9, 68 and 4F. RGB value is (233,104,79). Sum of RGB (Red+Green+Blue) = 233+104+79=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E9684F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9684F is #1697B0. Grayscale: #8B8B8B. Windows color (decimal): -1480625 or 5204201. OLE color: 5204201.
HSL color Cylindrical-coordinate representation of color #E9684F: hue angle of 9.74º 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 #E9684F is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 79 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.09 |
| HSL | 9.74º | 0.78% | 0.61% | - |
| HSV(B) | 9.74º | 0.66% | 0.91% | - |
| XYZ | 39.97 | 27.79 | 10.65 | - |
| YUV | 139.72 | 93.74 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 79 | 0 | 0.55 | 0.66 | 0.09 | 9.74 | 0.78 | 0.61 |
| Hex | E9 | 68 | 4F | 0 | 37 | 42 | 9 | A | 4E | 3D |
| Octal | 351 | 150 | 117 | 0 | 67 | 102 | 11 | 12 | 116 | 75 |
| Binary | 11101001 | 1101000 | 1001111 | 0 | 110111 | 1000010 | 1001 | 1010 | 1001110 | 111101 |
Color Harmonies of #E9684F
Complementary color
Monochromatic Colors of #E9684F
Black with #E9684F
Text Example
Text Example
White with #E9684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9684F; }
p { color: rgb(233,104,79); }
H1.HeaderClassName
{
color: #E9684F;
}
.AnyTagClassName
{
color: #E9684F;
}
</style>
background-color css
<style>
a { background-color: #E9684F; }
a { background-color: rgb(233,104,79); }
div.DivClassName
{
background-color: #E9684F;
}
.BgClassName
{
background-color: #E9684F;
}
</style>
border-color css
<style>
span { border-color: #E9684F; }
span { border-color: rgb(233,104,79); }
td.TdClassName
{
border-color: #E9684F;
}
.TagClassName
{
border-color: #E9684F;
}
</style>