Shades of Flamingo #E66146
Tints of Flamingo #E66146
RGB
CMYK
RGB Variations
Color information
#E66146 (or 0xE66146) is known color: Flamingo. HEX triplet: E6, 61 and 46. RGB value is (230,97,70). Sum of RGB (Red+Green+Blue) = 230+97+70=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E66146 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66146 is #199EB9. Grayscale: #858585. Windows color (decimal): -1679034 or 4612582. OLE color: 4612582.
HSL color Cylindrical-coordinate representation of color #E66146: hue angle of 10.12º 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 #E66146 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 97 | 70 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.10 |
| HSL | 10.13º | 0.76% | 0.59% | - |
| HSV(B) | 10.13º | 0.7% | 0.9% | - |
| XYZ | 38.01 | 25.81 | 8.77 | - |
| YUV | 133.69 | 92.06 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 97 | 70 | 0 | 0.58 | 0.70 | 0.10 | 10.13 | 0.76 | 0.59 |
| Hex | E6 | 61 | 46 | 0 | 3A | 46 | A | A | 4C | 3B |
| Octal | 346 | 141 | 106 | 0 | 72 | 106 | 12 | 12 | 114 | 73 |
| Binary | 11100110 | 1100001 | 1000110 | 0 | 111010 | 1000110 | 1010 | 1010 | 1001100 | 111011 |
Color Harmonies of #E66146
Complementary color
Monochromatic Colors of #E66146
Black with #E66146
Text Example
Text Example
White with #E66146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66146; }
p { color: rgb(230,97,70); }
H1.HeaderClassName
{
color: #E66146;
}
.AnyTagClassName
{
color: #E66146;
}
</style>
background-color css
<style>
a { background-color: #E66146; }
a { background-color: rgb(230,97,70); }
div.DivClassName
{
background-color: #E66146;
}
.BgClassName
{
background-color: #E66146;
}
</style>
border-color css
<style>
span { border-color: #E66146; }
span { border-color: rgb(230,97,70); }
td.TdClassName
{
border-color: #E66146;
}
.TagClassName
{
border-color: #E66146;
}
</style>