Shades of Flamingo #E76A55
Tints of Flamingo #E76A55
RGB
CMYK
RGB Variations
Color information
#E76A55 (or 0xE76A55) is known color: Flamingo. HEX triplet: E7, 6A and 55. RGB value is (231,106,85). Sum of RGB (Red+Green+Blue) = 231+106+85=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76A55 is #1895AA. Grayscale: #8D8D8D. Windows color (decimal): -1611179 or 5597927. OLE color: 5597927.
HSL color Cylindrical-coordinate representation of color #E76A55: hue angle of 8.63º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E76A55 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 85 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.09 |
| HSL | 8.63º | 0.75% | 0.62% | - |
| HSV(B) | 8.63º | 0.63% | 0.91% | - |
| XYZ | 39.75 | 27.95 | 11.89 | - |
| YUV | 140.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 85 | 0 | 0.54 | 0.63 | 0.09 | 8.63 | 0.75 | 0.62 |
| Hex | E7 | 6A | 55 | 0 | 36 | 3F | 9 | 9 | 4B | 3E |
| Octal | 347 | 152 | 125 | 0 | 66 | 77 | 11 | 11 | 113 | 76 |
| Binary | 11100111 | 1101010 | 1010101 | 0 | 110110 | 111111 | 1001 | 1001 | 1001011 | 111110 |
Color Harmonies of #E76A55
Complementary color
Monochromatic Colors of #E76A55
Black with #E76A55
Text Example
Text Example
White with #E76A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76A55; }
p { color: rgb(231,106,85); }
H1.HeaderClassName
{
color: #E76A55;
}
.AnyTagClassName
{
color: #E76A55;
}
</style>
background-color css
<style>
a { background-color: #E76A55; }
a { background-color: rgb(231,106,85); }
div.DivClassName
{
background-color: #E76A55;
}
.BgClassName
{
background-color: #E76A55;
}
</style>
border-color css
<style>
span { border-color: #E76A55; }
span { border-color: rgb(231,106,85); }
td.TdClassName
{
border-color: #E76A55;
}
.TagClassName
{
border-color: #E76A55;
}
</style>