Shades of Flamingo #EC664D
Tints of Flamingo #EC664D
RGB
CMYK
RGB Variations
Color information
#EC664D (or 0xEC664D) is known color: Flamingo. HEX triplet: EC, 66 and 4D. RGB value is (236,102,77). Sum of RGB (Red+Green+Blue) = 236+102+77=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC664D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC664D is #1399B2. Grayscale: #8B8B8B. Windows color (decimal): -1284531 or 5072620. OLE color: 5072620.
HSL color Cylindrical-coordinate representation of color #EC664D: hue angle of 9.43º 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 #EC664D is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 77 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.07 |
| HSL | 9.43º | 0.81% | 0.61% | - |
| HSV(B) | 9.43º | 0.67% | 0.93% | - |
| XYZ | 40.68 | 27.87 | 10.26 | - |
| YUV | 139.22 | 92.89 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 77 | 0 | 0.57 | 0.67 | 0.07 | 9.43 | 0.81 | 0.61 |
| Hex | EC | 66 | 4D | 0 | 39 | 43 | 7 | 9 | 51 | 3D |
| Octal | 354 | 146 | 115 | 0 | 71 | 103 | 7 | 11 | 121 | 75 |
| Binary | 11101100 | 1100110 | 1001101 | 0 | 111001 | 1000011 | 111 | 1001 | 1010001 | 111101 |
Color Harmonies of #EC664D
Complementary color
Monochromatic Colors of #EC664D
Black with #EC664D
Text Example
Text Example
White with #EC664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC664D; }
p { color: rgb(236,102,77); }
H1.HeaderClassName
{
color: #EC664D;
}
.AnyTagClassName
{
color: #EC664D;
}
</style>
background-color css
<style>
a { background-color: #EC664D; }
a { background-color: rgb(236,102,77); }
div.DivClassName
{
background-color: #EC664D;
}
.BgClassName
{
background-color: #EC664D;
}
</style>
border-color css
<style>
span { border-color: #EC664D; }
span { border-color: rgb(236,102,77); }
td.TdClassName
{
border-color: #EC664D;
}
.TagClassName
{
border-color: #EC664D;
}
</style>