Shades of Flamingo #E7694B
Tints of Flamingo #E7694B
RGB
CMYK
RGB Variations
Color information
#E7694B (or 0xE7694B) is known color: Flamingo. HEX triplet: E7, 69 and 4B. RGB value is (231,105,75). Sum of RGB (Red+Green+Blue) = 231+105+75=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E7694B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7694B is #1896B4. Grayscale: #8B8B8B. Windows color (decimal): -1611445 or 4942311. OLE color: 4942311.
HSL color Cylindrical-coordinate representation of color #E7694B: hue angle of 11.54º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7694B is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 75 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.09 |
| HSL | 11.54º | 0.76% | 0.6% | - |
| HSV(B) | 11.54º | 0.68% | 0.91% | - |
| XYZ | 39.28 | 27.6 | 9.91 | - |
| YUV | 139.25 | 91.74 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 75 | 0 | 0.55 | 0.68 | 0.09 | 11.54 | 0.76 | 0.6 |
| Hex | E7 | 69 | 4B | 0 | 37 | 44 | 9 | C | 4C | 3C |
| Octal | 347 | 151 | 113 | 0 | 67 | 104 | 11 | 14 | 114 | 74 |
| Binary | 11100111 | 1101001 | 1001011 | 0 | 110111 | 1000100 | 1001 | 1100 | 1001100 | 111100 |
Color Harmonies of #E7694B
Complementary color
Monochromatic Colors of #E7694B
Black with #E7694B
Text Example
Text Example
White with #E7694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7694B; }
p { color: rgb(231,105,75); }
H1.HeaderClassName
{
color: #E7694B;
}
.AnyTagClassName
{
color: #E7694B;
}
</style>
background-color css
<style>
a { background-color: #E7694B; }
a { background-color: rgb(231,105,75); }
div.DivClassName
{
background-color: #E7694B;
}
.BgClassName
{
background-color: #E7694B;
}
</style>
border-color css
<style>
span { border-color: #E7694B; }
span { border-color: rgb(231,105,75); }
td.TdClassName
{
border-color: #E7694B;
}
.TagClassName
{
border-color: #E7694B;
}
</style>