Shades of Flamingo #E76646
Tints of Flamingo #E76646
RGB
CMYK
RGB Variations
Color information
#E76646 (or 0xE76646) is known color: Flamingo. HEX triplet: E7, 66 and 46. RGB value is (231,102,70). Sum of RGB (Red+Green+Blue) = 231+102+70=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E76646 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76646 is #1899B9. Grayscale: #898989. Windows color (decimal): -1612218 or 4613863. OLE color: 4613863.
HSL color Cylindrical-coordinate representation of color #E76646: hue angle of 11.93º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E76646 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 70 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.09 |
| HSL | 11.93º | 0.77% | 0.59% | - |
| HSV(B) | 11.93º | 0.7% | 0.91% | - |
| XYZ | 38.81 | 26.93 | 8.95 | - |
| YUV | 136.92 | 90.24 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 70 | 0 | 0.56 | 0.70 | 0.09 | 11.93 | 0.77 | 0.59 |
| Hex | E7 | 66 | 46 | 0 | 38 | 46 | 9 | C | 4D | 3B |
| Octal | 347 | 146 | 106 | 0 | 70 | 106 | 11 | 14 | 115 | 73 |
| Binary | 11100111 | 1100110 | 1000110 | 0 | 111000 | 1000110 | 1001 | 1100 | 1001101 | 111011 |
Color Harmonies of #E76646
Complementary color
Monochromatic Colors of #E76646
Black with #E76646
Text Example
Text Example
White with #E76646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76646; }
p { color: rgb(231,102,70); }
H1.HeaderClassName
{
color: #E76646;
}
.AnyTagClassName
{
color: #E76646;
}
</style>
background-color css
<style>
a { background-color: #E76646; }
a { background-color: rgb(231,102,70); }
div.DivClassName
{
background-color: #E76646;
}
.BgClassName
{
background-color: #E76646;
}
</style>
border-color css
<style>
span { border-color: #E76646; }
span { border-color: rgb(231,102,70); }
td.TdClassName
{
border-color: #E76646;
}
.TagClassName
{
border-color: #E76646;
}
</style>