Shades of Flamingo #EC684D
Tints of Flamingo #EC684D
RGB
CMYK
RGB Variations
Color information
#EC684D (or 0xEC684D) is known color: Flamingo. HEX triplet: EC, 68 and 4D. RGB value is (236,104,77). Sum of RGB (Red+Green+Blue) = 236+104+77=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC684D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC684D is #1397B2. Grayscale: #8C8C8C. Windows color (decimal): -1284019 or 5073132. OLE color: 5073132.
HSL color Cylindrical-coordinate representation of color #EC684D: hue angle of 10.19º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC684D is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 77 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.07 |
| HSL | 10.19º | 0.81% | 0.61% | - |
| HSV(B) | 10.19º | 0.67% | 0.93% | - |
| XYZ | 40.88 | 28.27 | 10.32 | - |
| YUV | 140.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 77 | 0 | 0.56 | 0.67 | 0.07 | 10.19 | 0.81 | 0.61 |
| Hex | EC | 68 | 4D | 0 | 38 | 43 | 7 | A | 51 | 3D |
| Octal | 354 | 150 | 115 | 0 | 70 | 103 | 7 | 12 | 121 | 75 |
| Binary | 11101100 | 1101000 | 1001101 | 0 | 111000 | 1000011 | 111 | 1010 | 1010001 | 111101 |
Color Harmonies of #EC684D
Complementary color
Monochromatic Colors of #EC684D
Black with #EC684D
Text Example
Text Example
White with #EC684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC684D; }
p { color: rgb(236,104,77); }
H1.HeaderClassName
{
color: #EC684D;
}
.AnyTagClassName
{
color: #EC684D;
}
</style>
background-color css
<style>
a { background-color: #EC684D; }
a { background-color: rgb(236,104,77); }
div.DivClassName
{
background-color: #EC684D;
}
.BgClassName
{
background-color: #EC684D;
}
</style>
border-color css
<style>
span { border-color: #EC684D; }
span { border-color: rgb(236,104,77); }
td.TdClassName
{
border-color: #EC684D;
}
.TagClassName
{
border-color: #EC684D;
}
</style>