Shades of Flamingo #E6674D
Tints of Flamingo #E6674D
RGB
CMYK
RGB Variations
Color information
#E6674D (or 0xE6674D) is known color: Flamingo. HEX triplet: E6, 67 and 4D. RGB value is (230,103,77). Sum of RGB (Red+Green+Blue) = 230+103+77=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E6674D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6674D is #1998B2. Grayscale: #8A8A8A. Windows color (decimal): -1677491 or 5072870. OLE color: 5072870.
HSL color Cylindrical-coordinate representation of color #E6674D: hue angle of 10.2º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6674D is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 103 | 77 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.10 |
| HSL | 10.2º | 0.75% | 0.6% | - |
| HSV(B) | 10.2º | 0.67% | 0.9% | - |
| XYZ | 38.82 | 27.06 | 10.2 | - |
| YUV | 138.01 | 93.58 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 103 | 77 | 0 | 0.55 | 0.67 | 0.10 | 10.2 | 0.75 | 0.6 |
| Hex | E6 | 67 | 4D | 0 | 37 | 43 | A | A | 4B | 3C |
| Octal | 346 | 147 | 115 | 0 | 67 | 103 | 12 | 12 | 113 | 74 |
| Binary | 11100110 | 1100111 | 1001101 | 0 | 110111 | 1000011 | 1010 | 1010 | 1001011 | 111100 |
Color Harmonies of #E6674D
Complementary color
Monochromatic Colors of #E6674D
Black with #E6674D
Text Example
Text Example
White with #E6674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6674D; }
p { color: rgb(230,103,77); }
H1.HeaderClassName
{
color: #E6674D;
}
.AnyTagClassName
{
color: #E6674D;
}
</style>
background-color css
<style>
a { background-color: #E6674D; }
a { background-color: rgb(230,103,77); }
div.DivClassName
{
background-color: #E6674D;
}
.BgClassName
{
background-color: #E6674D;
}
</style>
border-color css
<style>
span { border-color: #E6674D; }
span { border-color: rgb(230,103,77); }
td.TdClassName
{
border-color: #E6674D;
}
.TagClassName
{
border-color: #E6674D;
}
</style>