Shades of Flamingo #E66846
Tints of Flamingo #E66846
RGB
CMYK
RGB Variations
Color information
#E66846 (or 0xE66846) is known color: Flamingo. HEX triplet: E6, 68 and 46. RGB value is (230,104,70). Sum of RGB (Red+Green+Blue) = 230+104+70=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E66846 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66846 is #1997B9. Grayscale: #8A8A8A. Windows color (decimal): -1677242 or 4614374. OLE color: 4614374.
HSL color Cylindrical-coordinate representation of color #E66846: hue angle of 12.75º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E66846 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 70 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.10 |
| HSL | 12.75º | 0.76% | 0.59% | - |
| HSV(B) | 12.75º | 0.7% | 0.9% | - |
| XYZ | 38.69 | 27.17 | 9 | - |
| YUV | 137.8 | 89.74 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 70 | 0 | 0.55 | 0.70 | 0.10 | 12.75 | 0.76 | 0.59 |
| Hex | E6 | 68 | 46 | 0 | 37 | 46 | A | D | 4C | 3B |
| Octal | 346 | 150 | 106 | 0 | 67 | 106 | 12 | 15 | 114 | 73 |
| Binary | 11100110 | 1101000 | 1000110 | 0 | 110111 | 1000110 | 1010 | 1101 | 1001100 | 111011 |
Color Harmonies of #E66846
Complementary color
Monochromatic Colors of #E66846
Black with #E66846
Text Example
Text Example
White with #E66846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66846; }
p { color: rgb(230,104,70); }
H1.HeaderClassName
{
color: #E66846;
}
.AnyTagClassName
{
color: #E66846;
}
</style>
background-color css
<style>
a { background-color: #E66846; }
a { background-color: rgb(230,104,70); }
div.DivClassName
{
background-color: #E66846;
}
.BgClassName
{
background-color: #E66846;
}
</style>
border-color css
<style>
span { border-color: #E66846; }
span { border-color: rgb(230,104,70); }
td.TdClassName
{
border-color: #E66846;
}
.TagClassName
{
border-color: #E66846;
}
</style>