Shades of Flamingo #E6694A
Tints of Flamingo #E6694A
RGB
CMYK
RGB Variations
Color information
#E6694A (or 0xE6694A) is known color: Flamingo. HEX triplet: E6, 69 and 4A. RGB value is (230,105,74). Sum of RGB (Red+Green+Blue) = 230+105+74=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6694A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6694A is #1996B5. Grayscale: #8B8B8B. Windows color (decimal): -1676982 or 4876774. OLE color: 4876774.
HSL color Cylindrical-coordinate representation of color #E6694A: hue angle of 11.92º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6694A is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 74 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.10 |
| HSL | 11.92º | 0.76% | 0.6% | - |
| HSV(B) | 11.92º | 0.68% | 0.9% | - |
| XYZ | 38.92 | 27.42 | 9.72 | - |
| YUV | 138.84 | 91.41 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 74 | 0 | 0.54 | 0.68 | 0.10 | 11.92 | 0.76 | 0.6 |
| Hex | E6 | 69 | 4A | 0 | 36 | 44 | A | C | 4C | 3C |
| Octal | 346 | 151 | 112 | 0 | 66 | 104 | 12 | 14 | 114 | 74 |
| Binary | 11100110 | 1101001 | 1001010 | 0 | 110110 | 1000100 | 1010 | 1100 | 1001100 | 111100 |
Color Harmonies of #E6694A
Complementary color
Monochromatic Colors of #E6694A
Black with #E6694A
Text Example
Text Example
White with #E6694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6694A; }
p { color: rgb(230,105,74); }
H1.HeaderClassName
{
color: #E6694A;
}
.AnyTagClassName
{
color: #E6694A;
}
</style>
background-color css
<style>
a { background-color: #E6694A; }
a { background-color: rgb(230,105,74); }
div.DivClassName
{
background-color: #E6694A;
}
.BgClassName
{
background-color: #E6694A;
}
</style>
border-color css
<style>
span { border-color: #E6694A; }
span { border-color: rgb(230,105,74); }
td.TdClassName
{
border-color: #E6694A;
}
.TagClassName
{
border-color: #E6694A;
}
</style>