Shades of Flamingo #E1684B
Tints of Flamingo #E1684B
RGB
CMYK
RGB Variations
Color information
#E1684B (or 0xE1684B) is known color: Flamingo. HEX triplet: E1, 68 and 4B. RGB value is (225,104,75). Sum of RGB (Red+Green+Blue) = 225+104+75=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1684B is #1E97B4. Grayscale: #898989. Windows color (decimal): -2004917 or 4942049. OLE color: 4942049.
HSL color Cylindrical-coordinate representation of color #E1684B: hue angle of 11.6º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1684B is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 75 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.12 |
| HSL | 11.6º | 0.71% | 0.59% | - |
| HSV(B) | 11.6º | 0.67% | 0.88% | - |
| XYZ | 37.27 | 26.42 | 9.79 | - |
| YUV | 136.87 | 93.09 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 75 | 0 | 0.54 | 0.67 | 0.12 | 11.6 | 0.71 | 0.59 |
| Hex | E1 | 68 | 4B | 0 | 36 | 43 | C | C | 47 | 3B |
| Octal | 341 | 150 | 113 | 0 | 66 | 103 | 14 | 14 | 107 | 73 |
| Binary | 11100001 | 1101000 | 1001011 | 0 | 110110 | 1000011 | 1100 | 1100 | 1000111 | 111011 |
Color Harmonies of #E1684B
Complementary color
Monochromatic Colors of #E1684B
Black with #E1684B
Text Example
Text Example
White with #E1684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1684B; }
p { color: rgb(225,104,75); }
H1.HeaderClassName
{
color: #E1684B;
}
.AnyTagClassName
{
color: #E1684B;
}
</style>
background-color css
<style>
a { background-color: #E1684B; }
a { background-color: rgb(225,104,75); }
div.DivClassName
{
background-color: #E1684B;
}
.BgClassName
{
background-color: #E1684B;
}
</style>
border-color css
<style>
span { border-color: #E1684B; }
span { border-color: rgb(225,104,75); }
td.TdClassName
{
border-color: #E1684B;
}
.TagClassName
{
border-color: #E1684B;
}
</style>