Shades of Flamingo #E7674A
Tints of Flamingo #E7674A
RGB
CMYK
RGB Variations
Color information
#E7674A (or 0xE7674A) is known color: Flamingo. HEX triplet: E7, 67 and 4A. RGB value is (231,103,74). Sum of RGB (Red+Green+Blue) = 231+103+74=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E7674A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7674A is #1898B5. Grayscale: #8A8A8A. Windows color (decimal): -1611958 or 4876263. OLE color: 4876263.
HSL color Cylindrical-coordinate representation of color #E7674A: hue angle of 11.08º 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 #E7674A is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 74 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.09 |
| HSL | 11.08º | 0.77% | 0.6% | - |
| HSV(B) | 11.08º | 0.68% | 0.91% | - |
| XYZ | 39.04 | 27.18 | 9.67 | - |
| YUV | 137.97 | 91.91 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 74 | 0 | 0.55 | 0.68 | 0.09 | 11.08 | 0.77 | 0.6 |
| Hex | E7 | 67 | 4A | 0 | 37 | 44 | 9 | B | 4D | 3C |
| Octal | 347 | 147 | 112 | 0 | 67 | 104 | 11 | 13 | 115 | 74 |
| Binary | 11100111 | 1100111 | 1001010 | 0 | 110111 | 1000100 | 1001 | 1011 | 1001101 | 111100 |
Color Harmonies of #E7674A
Complementary color
Monochromatic Colors of #E7674A
Black with #E7674A
Text Example
Text Example
White with #E7674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7674A; }
p { color: rgb(231,103,74); }
H1.HeaderClassName
{
color: #E7674A;
}
.AnyTagClassName
{
color: #E7674A;
}
</style>
background-color css
<style>
a { background-color: #E7674A; }
a { background-color: rgb(231,103,74); }
div.DivClassName
{
background-color: #E7674A;
}
.BgClassName
{
background-color: #E7674A;
}
</style>
border-color css
<style>
span { border-color: #E7674A; }
span { border-color: rgb(231,103,74); }
td.TdClassName
{
border-color: #E7674A;
}
.TagClassName
{
border-color: #E7674A;
}
</style>