Shades of Flamingo #E6674E
Tints of Flamingo #E6674E
RGB
CMYK
RGB Variations
Color information
#E6674E (or 0xE6674E) is known color: Flamingo. HEX triplet: E6, 67 and 4E. RGB value is (230,103,78). Sum of RGB (Red+Green+Blue) = 230+103+78=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E6674E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6674E is #1998B1. Grayscale: #8A8A8A. Windows color (decimal): -1677490 or 5138406. OLE color: 5138406.
HSL color Cylindrical-coordinate representation of color #E6674E: hue angle of 9.87º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6674E is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 103 | 78 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.10 |
| HSL | 9.87º | 0.75% | 0.6% | - |
| HSV(B) | 9.87º | 0.66% | 0.9% | - |
| XYZ | 38.86 | 27.07 | 10.39 | - |
| YUV | 138.12 | 94.08 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 103 | 78 | 0 | 0.55 | 0.66 | 0.10 | 9.87 | 0.75 | 0.6 |
| Hex | E6 | 67 | 4E | 0 | 37 | 42 | A | A | 4B | 3C |
| Octal | 346 | 147 | 116 | 0 | 67 | 102 | 12 | 12 | 113 | 74 |
| Binary | 11100110 | 1100111 | 1001110 | 0 | 110111 | 1000010 | 1010 | 1010 | 1001011 | 111100 |
Color Harmonies of #E6674E
Complementary color
Monochromatic Colors of #E6674E
Black with #E6674E
Text Example
Text Example
White with #E6674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6674E; }
p { color: rgb(230,103,78); }
H1.HeaderClassName
{
color: #E6674E;
}
.AnyTagClassName
{
color: #E6674E;
}
</style>
background-color css
<style>
a { background-color: #E6674E; }
a { background-color: rgb(230,103,78); }
div.DivClassName
{
background-color: #E6674E;
}
.BgClassName
{
background-color: #E6674E;
}
</style>
border-color css
<style>
span { border-color: #E6674E; }
span { border-color: rgb(230,103,78); }
td.TdClassName
{
border-color: #E6674E;
}
.TagClassName
{
border-color: #E6674E;
}
</style>