Shades of Flamingo #E6644D
Tints of Flamingo #E6644D
RGB
CMYK
RGB Variations
Color information
#E6644D (or 0xE6644D) is known color: Flamingo. HEX triplet: E6, 64 and 4D. RGB value is (230,100,77). Sum of RGB (Red+Green+Blue) = 230+100+77=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E6644D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6644D is #199BB2. Grayscale: #888888. Windows color (decimal): -1678259 or 5072102. OLE color: 5072102.
HSL color Cylindrical-coordinate representation of color #E6644D: hue angle of 9.02º 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 #E6644D is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 77 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.10 |
| HSL | 9.02º | 0.75% | 0.6% | - |
| HSV(B) | 9.02º | 0.67% | 0.9% | - |
| XYZ | 38.53 | 26.47 | 10.1 | - |
| YUV | 136.25 | 94.57 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 77 | 0 | 0.57 | 0.67 | 0.10 | 9.02 | 0.75 | 0.6 |
| Hex | E6 | 64 | 4D | 0 | 39 | 43 | A | 9 | 4B | 3C |
| Octal | 346 | 144 | 115 | 0 | 71 | 103 | 12 | 11 | 113 | 74 |
| Binary | 11100110 | 1100100 | 1001101 | 0 | 111001 | 1000011 | 1010 | 1001 | 1001011 | 111100 |
Color Harmonies of #E6644D
Complementary color
Monochromatic Colors of #E6644D
Black with #E6644D
Text Example
Text Example
White with #E6644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6644D; }
p { color: rgb(230,100,77); }
H1.HeaderClassName
{
color: #E6644D;
}
.AnyTagClassName
{
color: #E6644D;
}
</style>
background-color css
<style>
a { background-color: #E6644D; }
a { background-color: rgb(230,100,77); }
div.DivClassName
{
background-color: #E6644D;
}
.BgClassName
{
background-color: #E6644D;
}
</style>
border-color css
<style>
span { border-color: #E6644D; }
span { border-color: rgb(230,100,77); }
td.TdClassName
{
border-color: #E6644D;
}
.TagClassName
{
border-color: #E6644D;
}
</style>