Shades of Flamingo #E7664A
Tints of Flamingo #E7664A
RGB
CMYK
RGB Variations
Color information
#E7664A (or 0xE7664A) is known color: Flamingo. HEX triplet: E7, 66 and 4A. RGB value is (231,102,74). Sum of RGB (Red+Green+Blue) = 231+102+74=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E7664A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7664A is #1899B5. Grayscale: #898989. Windows color (decimal): -1612214 or 4876007. OLE color: 4876007.
HSL color Cylindrical-coordinate representation of color #E7664A: hue angle of 10.7º 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 #E7664A is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 74 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.09 |
| HSL | 10.7º | 0.77% | 0.6% | - |
| HSV(B) | 10.7º | 0.68% | 0.91% | - |
| XYZ | 38.94 | 26.99 | 9.63 | - |
| YUV | 137.38 | 92.24 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 74 | 0 | 0.56 | 0.68 | 0.09 | 10.7 | 0.77 | 0.6 |
| Hex | E7 | 66 | 4A | 0 | 38 | 44 | 9 | B | 4D | 3C |
| Octal | 347 | 146 | 112 | 0 | 70 | 104 | 11 | 13 | 115 | 74 |
| Binary | 11100111 | 1100110 | 1001010 | 0 | 111000 | 1000100 | 1001 | 1011 | 1001101 | 111100 |
Color Harmonies of #E7664A
Complementary color
Monochromatic Colors of #E7664A
Black with #E7664A
Text Example
Text Example
White with #E7664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7664A; }
p { color: rgb(231,102,74); }
H1.HeaderClassName
{
color: #E7664A;
}
.AnyTagClassName
{
color: #E7664A;
}
</style>
background-color css
<style>
a { background-color: #E7664A; }
a { background-color: rgb(231,102,74); }
div.DivClassName
{
background-color: #E7664A;
}
.BgClassName
{
background-color: #E7664A;
}
</style>
border-color css
<style>
span { border-color: #E7664A; }
span { border-color: rgb(231,102,74); }
td.TdClassName
{
border-color: #E7664A;
}
.TagClassName
{
border-color: #E7664A;
}
</style>