Shades of Flamingo #EC6644
Tints of Flamingo #EC6644
RGB
CMYK
RGB Variations
Color information
#EC6644 (or 0xEC6644) is known color: Flamingo. HEX triplet: EC, 66 and 44. RGB value is (236,102,68). Sum of RGB (Red+Green+Blue) = 236+102+68=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6644 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6644 is #1399BB. Grayscale: #8A8A8A. Windows color (decimal): -1284540 or 4482796. OLE color: 4482796.
HSL color Cylindrical-coordinate representation of color #EC6644: hue angle of 12.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC6644 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 68 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.07 |
| HSL | 12.14º | 0.82% | 0.6% | - |
| HSV(B) | 12.14º | 0.71% | 0.93% | - |
| XYZ | 40.39 | 27.75 | 8.7 | - |
| YUV | 138.19 | 88.39 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 68 | 0 | 0.57 | 0.71 | 0.07 | 12.14 | 0.82 | 0.6 |
| Hex | EC | 66 | 44 | 0 | 39 | 47 | 7 | C | 52 | 3C |
| Octal | 354 | 146 | 104 | 0 | 71 | 107 | 7 | 14 | 122 | 74 |
| Binary | 11101100 | 1100110 | 1000100 | 0 | 111001 | 1000111 | 111 | 1100 | 1010010 | 111100 |
Color Harmonies of #EC6644
Complementary color
Monochromatic Colors of #EC6644
Black with #EC6644
Text Example
Text Example
White with #EC6644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6644; }
p { color: rgb(236,102,68); }
H1.HeaderClassName
{
color: #EC6644;
}
.AnyTagClassName
{
color: #EC6644;
}
</style>
background-color css
<style>
a { background-color: #EC6644; }
a { background-color: rgb(236,102,68); }
div.DivClassName
{
background-color: #EC6644;
}
.BgClassName
{
background-color: #EC6644;
}
</style>
border-color css
<style>
span { border-color: #EC6644; }
span { border-color: rgb(236,102,68); }
td.TdClassName
{
border-color: #EC6644;
}
.TagClassName
{
border-color: #EC6644;
}
</style>