Shades of Flamingo #E76758
Tints of Flamingo #E76758
RGB
CMYK
RGB Variations
Color information
#E76758 (or 0xE76758) is known color: Flamingo. HEX triplet: E7, 67 and 58. RGB value is (231,103,88). Sum of RGB (Red+Green+Blue) = 231+103+88=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E76758 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76758 is #1898A7. Grayscale: #8B8B8B. Windows color (decimal): -1611944 or 5793767. OLE color: 5793767.
HSL color Cylindrical-coordinate representation of color #E76758: hue angle of 6.29º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E76758 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 88 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.09 |
| HSL | 6.29º | 0.75% | 0.63% | - |
| HSV(B) | 6.29º | 0.62% | 0.91% | - |
| XYZ | 39.57 | 27.39 | 12.43 | - |
| YUV | 139.56 | 98.91 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 88 | 0 | 0.55 | 0.62 | 0.09 | 6.29 | 0.75 | 0.63 |
| Hex | E7 | 67 | 58 | 0 | 37 | 3E | 9 | 6 | 4B | 3F |
| Octal | 347 | 147 | 130 | 0 | 67 | 76 | 11 | 6 | 113 | 77 |
| Binary | 11100111 | 1100111 | 1011000 | 0 | 110111 | 111110 | 1001 | 110 | 1001011 | 111111 |
Color Harmonies of #E76758
Complementary color
Monochromatic Colors of #E76758
Black with #E76758
Text Example
Text Example
White with #E76758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76758; }
p { color: rgb(231,103,88); }
H1.HeaderClassName
{
color: #E76758;
}
.AnyTagClassName
{
color: #E76758;
}
</style>
background-color css
<style>
a { background-color: #E76758; }
a { background-color: rgb(231,103,88); }
div.DivClassName
{
background-color: #E76758;
}
.BgClassName
{
background-color: #E76758;
}
</style>
border-color css
<style>
span { border-color: #E76758; }
span { border-color: rgb(231,103,88); }
td.TdClassName
{
border-color: #E76758;
}
.TagClassName
{
border-color: #E76758;
}
</style>