Shades of Flamingo #E76651
Tints of Flamingo #E76651
RGB
CMYK
RGB Variations
Color information
#E76651 (or 0xE76651) is known color: Flamingo. HEX triplet: E7, 66 and 51. RGB value is (231,102,81). Sum of RGB (Red+Green+Blue) = 231+102+81=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E76651 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76651 is #1899AE. Grayscale: #8A8A8A. Windows color (decimal): -1612207 or 5334759. OLE color: 5334759.
HSL color Cylindrical-coordinate representation of color #E76651: hue angle of 8.4º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E76651 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 81 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.09 |
| HSL | 8.4º | 0.76% | 0.61% | - |
| HSV(B) | 8.4º | 0.65% | 0.91% | - |
| XYZ | 39.19 | 27.09 | 10.95 | - |
| YUV | 138.18 | 95.74 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 81 | 0 | 0.56 | 0.65 | 0.09 | 8.4 | 0.76 | 0.61 |
| Hex | E7 | 66 | 51 | 0 | 38 | 41 | 9 | 8 | 4C | 3D |
| Octal | 347 | 146 | 121 | 0 | 70 | 101 | 11 | 10 | 114 | 75 |
| Binary | 11100111 | 1100110 | 1010001 | 0 | 111000 | 1000001 | 1001 | 1000 | 1001100 | 111101 |
Color Harmonies of #E76651
Complementary color
Monochromatic Colors of #E76651
Black with #E76651
Text Example
Text Example
White with #E76651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76651; }
p { color: rgb(231,102,81); }
H1.HeaderClassName
{
color: #E76651;
}
.AnyTagClassName
{
color: #E76651;
}
</style>
background-color css
<style>
a { background-color: #E76651; }
a { background-color: rgb(231,102,81); }
div.DivClassName
{
background-color: #E76651;
}
.BgClassName
{
background-color: #E76651;
}
</style>
border-color css
<style>
span { border-color: #E76651; }
span { border-color: rgb(231,102,81); }
td.TdClassName
{
border-color: #E76651;
}
.TagClassName
{
border-color: #E76651;
}
</style>