Shades of Flamingo #E76155
Tints of Flamingo #E76155
RGB
CMYK
RGB Variations
Color information
#E76155 (or 0xE76155) is known color: Flamingo. HEX triplet: E7, 61 and 55. RGB value is (231,97,85). Sum of RGB (Red+Green+Blue) = 231+97+85=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E76155 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76155 is #189EAA. Grayscale: #878787. Windows color (decimal): -1613483 or 5595623. OLE color: 5595623.
HSL color Cylindrical-coordinate representation of color #E76155: hue angle of 4.93º 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 #E76155 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 85 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.09 |
| HSL | 4.93º | 0.75% | 0.62% | - |
| HSV(B) | 4.93º | 0.63% | 0.91% | - |
| XYZ | 38.87 | 26.19 | 11.6 | - |
| YUV | 135.7 | 99.39 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 85 | 0 | 0.58 | 0.63 | 0.09 | 4.93 | 0.75 | 0.62 |
| Hex | E7 | 61 | 55 | 0 | 3A | 3F | 9 | 5 | 4B | 3E |
| Octal | 347 | 141 | 125 | 0 | 72 | 77 | 11 | 5 | 113 | 76 |
| Binary | 11100111 | 1100001 | 1010101 | 0 | 111010 | 111111 | 1001 | 101 | 1001011 | 111110 |
Color Harmonies of #E76155
Complementary color
Monochromatic Colors of #E76155
Black with #E76155
Text Example
Text Example
White with #E76155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76155; }
p { color: rgb(231,97,85); }
H1.HeaderClassName
{
color: #E76155;
}
.AnyTagClassName
{
color: #E76155;
}
</style>
background-color css
<style>
a { background-color: #E76155; }
a { background-color: rgb(231,97,85); }
div.DivClassName
{
background-color: #E76155;
}
.BgClassName
{
background-color: #E76155;
}
</style>
border-color css
<style>
span { border-color: #E76155; }
span { border-color: rgb(231,97,85); }
td.TdClassName
{
border-color: #E76155;
}
.TagClassName
{
border-color: #E76155;
}
</style>