Shades of Flamingo #EC684E
Tints of Flamingo #EC684E
RGB
CMYK
RGB Variations
Color information
#EC684E (or 0xEC684E) is known color: Flamingo. HEX triplet: EC, 68 and 4E. RGB value is (236,104,78). Sum of RGB (Red+Green+Blue) = 236+104+78=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC684E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC684E is #1397B1. Grayscale: #8C8C8C. Windows color (decimal): -1284018 or 5138668. OLE color: 5138668.
HSL color Cylindrical-coordinate representation of color #EC684E: hue angle of 9.87º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC684E is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 78 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.07 |
| HSL | 9.87º | 0.81% | 0.62% | - |
| HSV(B) | 9.87º | 0.67% | 0.93% | - |
| XYZ | 40.92 | 28.28 | 10.51 | - |
| YUV | 140.5 | 92.73 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 78 | 0 | 0.56 | 0.67 | 0.07 | 9.87 | 0.81 | 0.62 |
| Hex | EC | 68 | 4E | 0 | 38 | 43 | 7 | A | 51 | 3E |
| Octal | 354 | 150 | 116 | 0 | 70 | 103 | 7 | 12 | 121 | 76 |
| Binary | 11101100 | 1101000 | 1001110 | 0 | 111000 | 1000011 | 111 | 1010 | 1010001 | 111110 |
Color Harmonies of #EC684E
Complementary color
Monochromatic Colors of #EC684E
Black with #EC684E
Text Example
Text Example
White with #EC684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC684E; }
p { color: rgb(236,104,78); }
H1.HeaderClassName
{
color: #EC684E;
}
.AnyTagClassName
{
color: #EC684E;
}
</style>
background-color css
<style>
a { background-color: #EC684E; }
a { background-color: rgb(236,104,78); }
div.DivClassName
{
background-color: #EC684E;
}
.BgClassName
{
background-color: #EC684E;
}
</style>
border-color css
<style>
span { border-color: #EC684E; }
span { border-color: rgb(236,104,78); }
td.TdClassName
{
border-color: #EC684E;
}
.TagClassName
{
border-color: #EC684E;
}
</style>