Shades of Flamingo #EC694F
Tints of Flamingo #EC694F
RGB
CMYK
RGB Variations
Color information
#EC694F (or 0xEC694F) is known color: Flamingo. HEX triplet: EC, 69 and 4F. RGB value is (236,105,79). Sum of RGB (Red+Green+Blue) = 236+105+79=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC694F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC694F is #1396B0. Grayscale: #8D8D8D. Windows color (decimal): -1283761 or 5204460. OLE color: 5204460.
HSL color Cylindrical-coordinate representation of color #EC694F: hue angle of 9.94º 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 #EC694F is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 79 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.07 |
| HSL | 9.94º | 0.81% | 0.62% | - |
| HSV(B) | 9.94º | 0.67% | 0.93% | - |
| XYZ | 41.05 | 28.5 | 10.73 | - |
| YUV | 141.21 | 92.9 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 79 | 0 | 0.56 | 0.67 | 0.07 | 9.94 | 0.81 | 0.62 |
| Hex | EC | 69 | 4F | 0 | 38 | 43 | 7 | A | 51 | 3E |
| Octal | 354 | 151 | 117 | 0 | 70 | 103 | 7 | 12 | 121 | 76 |
| Binary | 11101100 | 1101001 | 1001111 | 0 | 111000 | 1000011 | 111 | 1010 | 1010001 | 111110 |
Color Harmonies of #EC694F
Complementary color
Monochromatic Colors of #EC694F
Black with #EC694F
Text Example
Text Example
White with #EC694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC694F; }
p { color: rgb(236,105,79); }
H1.HeaderClassName
{
color: #EC694F;
}
.AnyTagClassName
{
color: #EC694F;
}
</style>
background-color css
<style>
a { background-color: #EC694F; }
a { background-color: rgb(236,105,79); }
div.DivClassName
{
background-color: #EC694F;
}
.BgClassName
{
background-color: #EC694F;
}
</style>
border-color css
<style>
span { border-color: #EC694F; }
span { border-color: rgb(236,105,79); }
td.TdClassName
{
border-color: #EC694F;
}
.TagClassName
{
border-color: #EC694F;
}
</style>