Shades of Flamingo #E76359
Tints of Flamingo #E76359
RGB
CMYK
RGB Variations
Color information
#E76359 (or 0xE76359) is known color: Flamingo. HEX triplet: E7, 63 and 59. RGB value is (231,99,89). Sum of RGB (Red+Green+Blue) = 231+99+89=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E76359 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76359 is #189CA6. Grayscale: #898989. Windows color (decimal): -1612967 or 5858279. OLE color: 5858279.
HSL color Cylindrical-coordinate representation of color #E76359: hue angle of 4.23º 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 #E76359 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 89 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.09 |
| HSL | 4.23º | 0.75% | 0.63% | - |
| HSV(B) | 4.23º | 0.61% | 0.91% | - |
| XYZ | 39.22 | 26.63 | 12.52 | - |
| YUV | 137.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 89 | 0 | 0.57 | 0.61 | 0.09 | 4.23 | 0.75 | 0.63 |
| Hex | E7 | 63 | 59 | 0 | 39 | 3D | 9 | 4 | 4B | 3F |
| Octal | 347 | 143 | 131 | 0 | 71 | 75 | 11 | 4 | 113 | 77 |
| Binary | 11100111 | 1100011 | 1011001 | 0 | 111001 | 111101 | 1001 | 100 | 1001011 | 111111 |
Color Harmonies of #E76359
Complementary color
Monochromatic Colors of #E76359
Black with #E76359
Text Example
Text Example
White with #E76359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76359; }
p { color: rgb(231,99,89); }
H1.HeaderClassName
{
color: #E76359;
}
.AnyTagClassName
{
color: #E76359;
}
</style>
background-color css
<style>
a { background-color: #E76359; }
a { background-color: rgb(231,99,89); }
div.DivClassName
{
background-color: #E76359;
}
.BgClassName
{
background-color: #E76359;
}
</style>
border-color css
<style>
span { border-color: #E76359; }
span { border-color: rgb(231,99,89); }
td.TdClassName
{
border-color: #E76359;
}
.TagClassName
{
border-color: #E76359;
}
</style>