Shades of Flamingo #EC664E
Tints of Flamingo #EC664E
RGB
CMYK
RGB Variations
Color information
#EC664E (or 0xEC664E) is known color: Flamingo. HEX triplet: EC, 66 and 4E. RGB value is (236,102,78). Sum of RGB (Red+Green+Blue) = 236+102+78=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC664E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC664E is #1399B1. Grayscale: #8B8B8B. Windows color (decimal): -1284530 or 5138156. OLE color: 5138156.
HSL color Cylindrical-coordinate representation of color #EC664E: hue angle of 9.11º 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 #EC664E is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 78 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.07 |
| HSL | 9.11º | 0.81% | 0.62% | - |
| HSV(B) | 9.11º | 0.67% | 0.93% | - |
| XYZ | 40.72 | 27.89 | 10.44 | - |
| YUV | 139.33 | 93.39 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 78 | 0 | 0.57 | 0.67 | 0.07 | 9.11 | 0.81 | 0.62 |
| Hex | EC | 66 | 4E | 0 | 39 | 43 | 7 | 9 | 51 | 3E |
| Octal | 354 | 146 | 116 | 0 | 71 | 103 | 7 | 11 | 121 | 76 |
| Binary | 11101100 | 1100110 | 1001110 | 0 | 111001 | 1000011 | 111 | 1001 | 1010001 | 111110 |
Color Harmonies of #EC664E
Complementary color
Monochromatic Colors of #EC664E
Black with #EC664E
Text Example
Text Example
White with #EC664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC664E; }
p { color: rgb(236,102,78); }
H1.HeaderClassName
{
color: #EC664E;
}
.AnyTagClassName
{
color: #EC664E;
}
</style>
background-color css
<style>
a { background-color: #EC664E; }
a { background-color: rgb(236,102,78); }
div.DivClassName
{
background-color: #EC664E;
}
.BgClassName
{
background-color: #EC664E;
}
</style>
border-color css
<style>
span { border-color: #EC664E; }
span { border-color: rgb(236,102,78); }
td.TdClassName
{
border-color: #EC664E;
}
.TagClassName
{
border-color: #EC664E;
}
</style>