Shades of Flamingo #E76647
Tints of Flamingo #E76647
RGB
CMYK
RGB Variations
Color information
#E76647 (or 0xE76647) is known color: Flamingo. HEX triplet: E7, 66 and 47. RGB value is (231,102,71). Sum of RGB (Red+Green+Blue) = 231+102+71=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E76647 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76647 is #1899B8. Grayscale: #898989. Windows color (decimal): -1612217 or 4679399. OLE color: 4679399.
HSL color Cylindrical-coordinate representation of color #E76647: hue angle of 11.62º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E76647 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 71 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.09 |
| HSL | 11.63º | 0.77% | 0.59% | - |
| HSV(B) | 11.63º | 0.69% | 0.91% | - |
| XYZ | 38.84 | 26.95 | 9.12 | - |
| YUV | 137.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 71 | 0 | 0.56 | 0.69 | 0.09 | 11.63 | 0.77 | 0.59 |
| Hex | E7 | 66 | 47 | 0 | 38 | 45 | 9 | C | 4D | 3B |
| Octal | 347 | 146 | 107 | 0 | 70 | 105 | 11 | 14 | 115 | 73 |
| Binary | 11100111 | 1100110 | 1000111 | 0 | 111000 | 1000101 | 1001 | 1100 | 1001101 | 111011 |
Color Harmonies of #E76647
Complementary color
Monochromatic Colors of #E76647
Black with #E76647
Text Example
Text Example
White with #E76647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76647; }
p { color: rgb(231,102,71); }
H1.HeaderClassName
{
color: #E76647;
}
.AnyTagClassName
{
color: #E76647;
}
</style>
background-color css
<style>
a { background-color: #E76647; }
a { background-color: rgb(231,102,71); }
div.DivClassName
{
background-color: #E76647;
}
.BgClassName
{
background-color: #E76647;
}
</style>
border-color css
<style>
span { border-color: #E76647; }
span { border-color: rgb(231,102,71); }
td.TdClassName
{
border-color: #E76647;
}
.TagClassName
{
border-color: #E76647;
}
</style>