Shades of Flamingo #E6694B
Tints of Flamingo #E6694B
RGB
CMYK
RGB Variations
Color information
#E6694B (or 0xE6694B) is known color: Flamingo. HEX triplet: E6, 69 and 4B. RGB value is (230,105,75). Sum of RGB (Red+Green+Blue) = 230+105+75=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E6694B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6694B is #1996B4. Grayscale: #8B8B8B. Windows color (decimal): -1676981 or 4942310. OLE color: 4942310.
HSL color Cylindrical-coordinate representation of color #E6694B: hue angle of 11.61º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6694B is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 75 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.10 |
| HSL | 11.61º | 0.76% | 0.6% | - |
| HSV(B) | 11.61º | 0.67% | 0.9% | - |
| XYZ | 38.95 | 27.43 | 9.9 | - |
| YUV | 138.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 75 | 0 | 0.54 | 0.67 | 0.10 | 11.61 | 0.76 | 0.6 |
| Hex | E6 | 69 | 4B | 0 | 36 | 43 | A | C | 4C | 3C |
| Octal | 346 | 151 | 113 | 0 | 66 | 103 | 12 | 14 | 114 | 74 |
| Binary | 11100110 | 1101001 | 1001011 | 0 | 110110 | 1000011 | 1010 | 1100 | 1001100 | 111100 |
Color Harmonies of #E6694B
Complementary color
Monochromatic Colors of #E6694B
Black with #E6694B
Text Example
Text Example
White with #E6694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6694B; }
p { color: rgb(230,105,75); }
H1.HeaderClassName
{
color: #E6694B;
}
.AnyTagClassName
{
color: #E6694B;
}
</style>
background-color css
<style>
a { background-color: #E6694B; }
a { background-color: rgb(230,105,75); }
div.DivClassName
{
background-color: #E6694B;
}
.BgClassName
{
background-color: #E6694B;
}
</style>
border-color css
<style>
span { border-color: #E6694B; }
span { border-color: rgb(230,105,75); }
td.TdClassName
{
border-color: #E6694B;
}
.TagClassName
{
border-color: #E6694B;
}
</style>