Shades of Flamingo #E6654D
Tints of Flamingo #E6654D
RGB
CMYK
RGB Variations
Color information
#E6654D (or 0xE6654D) is known color: Flamingo. HEX triplet: E6, 65 and 4D. RGB value is (230,101,77). Sum of RGB (Red+Green+Blue) = 230+101+77=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E6654D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6654D is #199AB2. Grayscale: #898989. Windows color (decimal): -1678003 or 5072358. OLE color: 5072358.
HSL color Cylindrical-coordinate representation of color #E6654D: hue angle of 9.41º 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 #E6654D is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 77 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.10 |
| HSL | 9.41º | 0.75% | 0.6% | - |
| HSV(B) | 9.41º | 0.67% | 0.9% | - |
| XYZ | 38.63 | 26.67 | 10.13 | - |
| YUV | 136.84 | 94.24 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 77 | 0 | 0.56 | 0.67 | 0.10 | 9.41 | 0.75 | 0.6 |
| Hex | E6 | 65 | 4D | 0 | 38 | 43 | A | 9 | 4B | 3C |
| Octal | 346 | 145 | 115 | 0 | 70 | 103 | 12 | 11 | 113 | 74 |
| Binary | 11100110 | 1100101 | 1001101 | 0 | 111000 | 1000011 | 1010 | 1001 | 1001011 | 111100 |
Color Harmonies of #E6654D
Complementary color
Monochromatic Colors of #E6654D
Black with #E6654D
Text Example
Text Example
White with #E6654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6654D; }
p { color: rgb(230,101,77); }
H1.HeaderClassName
{
color: #E6654D;
}
.AnyTagClassName
{
color: #E6654D;
}
</style>
background-color css
<style>
a { background-color: #E6654D; }
a { background-color: rgb(230,101,77); }
div.DivClassName
{
background-color: #E6654D;
}
.BgClassName
{
background-color: #E6654D;
}
</style>
border-color css
<style>
span { border-color: #E6654D; }
span { border-color: rgb(230,101,77); }
td.TdClassName
{
border-color: #E6654D;
}
.TagClassName
{
border-color: #E6654D;
}
</style>