Shades of Flamingo #EC684C
Tints of Flamingo #EC684C
RGB
CMYK
RGB Variations
Color information
#EC684C (or 0xEC684C) is known color: Flamingo. HEX triplet: EC, 68 and 4C. RGB value is (236,104,76). Sum of RGB (Red+Green+Blue) = 236+104+76=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC684C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC684C is #1397B3. Grayscale: #8C8C8C. Windows color (decimal): -1284020 or 5007596. OLE color: 5007596.
HSL color Cylindrical-coordinate representation of color #EC684C: hue angle of 10.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC684C is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 76 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.07 |
| HSL | 10.5º | 0.81% | 0.61% | - |
| HSV(B) | 10.5º | 0.68% | 0.93% | - |
| XYZ | 40.85 | 28.26 | 10.14 | - |
| YUV | 140.28 | 91.73 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 76 | 0 | 0.56 | 0.68 | 0.07 | 10.5 | 0.81 | 0.61 |
| Hex | EC | 68 | 4C | 0 | 38 | 44 | 7 | A | 51 | 3D |
| Octal | 354 | 150 | 114 | 0 | 70 | 104 | 7 | 12 | 121 | 75 |
| Binary | 11101100 | 1101000 | 1001100 | 0 | 111000 | 1000100 | 111 | 1010 | 1010001 | 111101 |
Color Harmonies of #EC684C
Complementary color
Monochromatic Colors of #EC684C
Black with #EC684C
Text Example
Text Example
White with #EC684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC684C; }
p { color: rgb(236,104,76); }
H1.HeaderClassName
{
color: #EC684C;
}
.AnyTagClassName
{
color: #EC684C;
}
</style>
background-color css
<style>
a { background-color: #EC684C; }
a { background-color: rgb(236,104,76); }
div.DivClassName
{
background-color: #EC684C;
}
.BgClassName
{
background-color: #EC684C;
}
</style>
border-color css
<style>
span { border-color: #EC684C; }
span { border-color: rgb(236,104,76); }
td.TdClassName
{
border-color: #EC684C;
}
.TagClassName
{
border-color: #EC684C;
}
</style>