Shades of Flamingo #E7654D
Tints of Flamingo #E7654D
RGB
CMYK
RGB Variations
Color information
#E7654D (or 0xE7654D) is known color: Flamingo. HEX triplet: E7, 65 and 4D. RGB value is (231,101,77). Sum of RGB (Red+Green+Blue) = 231+101+77=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E7654D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7654D is #189AB2. Grayscale: #898989. Windows color (decimal): -1612467 or 5072359. OLE color: 5072359.
HSL color Cylindrical-coordinate representation of color #E7654D: hue angle of 9.35º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7654D is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 77 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.09 |
| HSL | 9.35º | 0.76% | 0.6% | - |
| HSV(B) | 9.35º | 0.67% | 0.91% | - |
| XYZ | 38.95 | 26.83 | 10.15 | - |
| YUV | 137.13 | 94.07 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 77 | 0 | 0.56 | 0.67 | 0.09 | 9.35 | 0.76 | 0.6 |
| Hex | E7 | 65 | 4D | 0 | 38 | 43 | 9 | 9 | 4C | 3C |
| Octal | 347 | 145 | 115 | 0 | 70 | 103 | 11 | 11 | 114 | 74 |
| Binary | 11100111 | 1100101 | 1001101 | 0 | 111000 | 1000011 | 1001 | 1001 | 1001100 | 111100 |
Color Harmonies of #E7654D
Complementary color
Monochromatic Colors of #E7654D
Black with #E7654D
Text Example
Text Example
White with #E7654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7654D; }
p { color: rgb(231,101,77); }
H1.HeaderClassName
{
color: #E7654D;
}
.AnyTagClassName
{
color: #E7654D;
}
</style>
background-color css
<style>
a { background-color: #E7654D; }
a { background-color: rgb(231,101,77); }
div.DivClassName
{
background-color: #E7654D;
}
.BgClassName
{
background-color: #E7654D;
}
</style>
border-color css
<style>
span { border-color: #E7654D; }
span { border-color: rgb(231,101,77); }
td.TdClassName
{
border-color: #E7654D;
}
.TagClassName
{
border-color: #E7654D;
}
</style>