Shades of Flamingo #EC6646
Tints of Flamingo #EC6646
RGB
CMYK
RGB Variations
Color information
#EC6646 (or 0xEC6646) is known color: Flamingo. HEX triplet: EC, 66 and 46. RGB value is (236,102,70). Sum of RGB (Red+Green+Blue) = 236+102+70=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6646 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6646 is #1399B9. Grayscale: #8A8A8A. Windows color (decimal): -1284538 or 4613868. OLE color: 4613868.
HSL color Cylindrical-coordinate representation of color #EC6646: hue angle of 11.57º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC6646 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 70 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.07 |
| HSL | 11.57º | 0.81% | 0.6% | - |
| HSV(B) | 11.57º | 0.7% | 0.93% | - |
| XYZ | 40.45 | 27.78 | 9.02 | - |
| YUV | 138.42 | 89.39 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 70 | 0 | 0.57 | 0.70 | 0.07 | 11.57 | 0.81 | 0.6 |
| Hex | EC | 66 | 46 | 0 | 39 | 46 | 7 | C | 51 | 3C |
| Octal | 354 | 146 | 106 | 0 | 71 | 106 | 7 | 14 | 121 | 74 |
| Binary | 11101100 | 1100110 | 1000110 | 0 | 111001 | 1000110 | 111 | 1100 | 1010001 | 111100 |
Color Harmonies of #EC6646
Complementary color
Monochromatic Colors of #EC6646
Black with #EC6646
Text Example
Text Example
White with #EC6646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6646; }
p { color: rgb(236,102,70); }
H1.HeaderClassName
{
color: #EC6646;
}
.AnyTagClassName
{
color: #EC6646;
}
</style>
background-color css
<style>
a { background-color: #EC6646; }
a { background-color: rgb(236,102,70); }
div.DivClassName
{
background-color: #EC6646;
}
.BgClassName
{
background-color: #EC6646;
}
</style>
border-color css
<style>
span { border-color: #EC6646; }
span { border-color: rgb(236,102,70); }
td.TdClassName
{
border-color: #EC6646;
}
.TagClassName
{
border-color: #EC6646;
}
</style>