Shades of Flamingo #E7684A
Tints of Flamingo #E7684A
RGB
CMYK
RGB Variations
Color information
#E7684A (or 0xE7684A) is known color: Flamingo. HEX triplet: E7, 68 and 4A. RGB value is (231,104,74). Sum of RGB (Red+Green+Blue) = 231+104+74=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E7684A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7684A is #1897B5. Grayscale: #8A8A8A. Windows color (decimal): -1611702 or 4876519. OLE color: 4876519.
HSL color Cylindrical-coordinate representation of color #E7684A: hue angle of 11.46º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7684A is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 74 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.09 |
| HSL | 11.46º | 0.77% | 0.6% | - |
| HSV(B) | 11.46º | 0.68% | 0.91% | - |
| XYZ | 39.14 | 27.38 | 9.7 | - |
| YUV | 138.55 | 91.58 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 74 | 0 | 0.55 | 0.68 | 0.09 | 11.46 | 0.77 | 0.6 |
| Hex | E7 | 68 | 4A | 0 | 37 | 44 | 9 | B | 4D | 3C |
| Octal | 347 | 150 | 112 | 0 | 67 | 104 | 11 | 13 | 115 | 74 |
| Binary | 11100111 | 1101000 | 1001010 | 0 | 110111 | 1000100 | 1001 | 1011 | 1001101 | 111100 |
Color Harmonies of #E7684A
Complementary color
Monochromatic Colors of #E7684A
Black with #E7684A
Text Example
Text Example
White with #E7684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7684A; }
p { color: rgb(231,104,74); }
H1.HeaderClassName
{
color: #E7684A;
}
.AnyTagClassName
{
color: #E7684A;
}
</style>
background-color css
<style>
a { background-color: #E7684A; }
a { background-color: rgb(231,104,74); }
div.DivClassName
{
background-color: #E7684A;
}
.BgClassName
{
background-color: #E7684A;
}
</style>
border-color css
<style>
span { border-color: #E7684A; }
span { border-color: rgb(231,104,74); }
td.TdClassName
{
border-color: #E7684A;
}
.TagClassName
{
border-color: #E7684A;
}
</style>