Shades of Flamingo #E66643
Tints of Flamingo #E66643
RGB
CMYK
RGB Variations
Color information
#E66643 (or 0xE66643) is known color: Flamingo. HEX triplet: E6, 66 and 43. RGB value is (230,102,67). Sum of RGB (Red+Green+Blue) = 230+102+67=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E66643 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66643 is #1999BC. Grayscale: #888888. Windows color (decimal): -1677757 or 4417254. OLE color: 4417254.
HSL color Cylindrical-coordinate representation of color #E66643: hue angle of 12.88º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E66643 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 67 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.10 |
| HSL | 12.88º | 0.77% | 0.58% | - |
| HSV(B) | 12.88º | 0.71% | 0.9% | - |
| XYZ | 38.4 | 26.73 | 8.45 | - |
| YUV | 136.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 67 | 0 | 0.56 | 0.71 | 0.10 | 12.88 | 0.77 | 0.58 |
| Hex | E6 | 66 | 43 | 0 | 38 | 47 | A | D | 4D | 3A |
| Octal | 346 | 146 | 103 | 0 | 70 | 107 | 12 | 15 | 115 | 72 |
| Binary | 11100110 | 1100110 | 1000011 | 0 | 111000 | 1000111 | 1010 | 1101 | 1001101 | 111010 |
Color Harmonies of #E66643
Complementary color
Monochromatic Colors of #E66643
Black with #E66643
Text Example
Text Example
White with #E66643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66643; }
p { color: rgb(230,102,67); }
H1.HeaderClassName
{
color: #E66643;
}
.AnyTagClassName
{
color: #E66643;
}
</style>
background-color css
<style>
a { background-color: #E66643; }
a { background-color: rgb(230,102,67); }
div.DivClassName
{
background-color: #E66643;
}
.BgClassName
{
background-color: #E66643;
}
</style>
border-color css
<style>
span { border-color: #E66643; }
span { border-color: rgb(230,102,67); }
td.TdClassName
{
border-color: #E66643;
}
.TagClassName
{
border-color: #E66643;
}
</style>