Shades of Flamingo #E7604E
Tints of Flamingo #E7604E
RGB
CMYK
RGB Variations
Color information
#E7604E (or 0xE7604E) is known color: Flamingo. HEX triplet: E7, 60 and 4E. RGB value is (231,96,78). Sum of RGB (Red+Green+Blue) = 231+96+78=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E7604E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7604E is #189FB1. Grayscale: #868686. Windows color (decimal): -1613746 or 5136615. OLE color: 5136615.
HSL color Cylindrical-coordinate representation of color #E7604E: hue angle of 7.06º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7604E is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 78 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.09 |
| HSL | 7.06º | 0.76% | 0.61% | - |
| HSV(B) | 7.06º | 0.66% | 0.91% | - |
| XYZ | 38.51 | 25.9 | 10.18 | - |
| YUV | 134.31 | 96.23 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 78 | 0 | 0.58 | 0.66 | 0.09 | 7.06 | 0.76 | 0.61 |
| Hex | E7 | 60 | 4E | 0 | 3A | 42 | 9 | 7 | 4C | 3D |
| Octal | 347 | 140 | 116 | 0 | 72 | 102 | 11 | 7 | 114 | 75 |
| Binary | 11100111 | 1100000 | 1001110 | 0 | 111010 | 1000010 | 1001 | 111 | 1001100 | 111101 |
Color Harmonies of #E7604E
Complementary color
Monochromatic Colors of #E7604E
Black with #E7604E
Text Example
Text Example
White with #E7604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7604E; }
p { color: rgb(231,96,78); }
H1.HeaderClassName
{
color: #E7604E;
}
.AnyTagClassName
{
color: #E7604E;
}
</style>
background-color css
<style>
a { background-color: #E7604E; }
a { background-color: rgb(231,96,78); }
div.DivClassName
{
background-color: #E7604E;
}
.BgClassName
{
background-color: #E7604E;
}
</style>
border-color css
<style>
span { border-color: #E7604E; }
span { border-color: rgb(231,96,78); }
td.TdClassName
{
border-color: #E7604E;
}
.TagClassName
{
border-color: #E7604E;
}
</style>