Shades of Flamingo #E76259
Tints of Flamingo #E76259
RGB
CMYK
RGB Variations
Color information
#E76259 (or 0xE76259) is known color: Flamingo. HEX triplet: E7, 62 and 59. RGB value is (231,98,89). Sum of RGB (Red+Green+Blue) = 231+98+89=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E76259 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76259 is #189DA6. Grayscale: #888888. Windows color (decimal): -1613223 or 5858023. OLE color: 5858023.
HSL color Cylindrical-coordinate representation of color #E76259: hue angle of 3.8º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E76259 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 98 | 89 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.09 |
| HSL | 3.8º | 0.75% | 0.63% | - |
| HSV(B) | 3.8º | 0.61% | 0.91% | - |
| XYZ | 39.13 | 26.45 | 12.49 | - |
| YUV | 136.74 | 101.06 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 98 | 89 | 0 | 0.58 | 0.61 | 0.09 | 3.8 | 0.75 | 0.63 |
| Hex | E7 | 62 | 59 | 0 | 3A | 3D | 9 | 4 | 4B | 3F |
| Octal | 347 | 142 | 131 | 0 | 72 | 75 | 11 | 4 | 113 | 77 |
| Binary | 11100111 | 1100010 | 1011001 | 0 | 111010 | 111101 | 1001 | 100 | 1001011 | 111111 |
Color Harmonies of #E76259
Complementary color
Monochromatic Colors of #E76259
Black with #E76259
Text Example
Text Example
White with #E76259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76259; }
p { color: rgb(231,98,89); }
H1.HeaderClassName
{
color: #E76259;
}
.AnyTagClassName
{
color: #E76259;
}
</style>
background-color css
<style>
a { background-color: #E76259; }
a { background-color: rgb(231,98,89); }
div.DivClassName
{
background-color: #E76259;
}
.BgClassName
{
background-color: #E76259;
}
</style>
border-color css
<style>
span { border-color: #E76259; }
span { border-color: rgb(231,98,89); }
td.TdClassName
{
border-color: #E76259;
}
.TagClassName
{
border-color: #E76259;
}
</style>