Shades of Flamingo #EC684A
Tints of Flamingo #EC684A
RGB
CMYK
RGB Variations
Color information
#EC684A (or 0xEC684A) is known color: Flamingo. HEX triplet: EC, 68 and 4A. RGB value is (236,104,74). Sum of RGB (Red+Green+Blue) = 236+104+74=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC684A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC684A is #1397B5. Grayscale: #8C8C8C. Windows color (decimal): -1284022 or 4876524. OLE color: 4876524.
HSL color Cylindrical-coordinate representation of color #EC684A: hue angle of 11.11º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC684A is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 74 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.07 |
| HSL | 11.11º | 0.81% | 0.61% | - |
| HSV(B) | 11.11º | 0.69% | 0.93% | - |
| XYZ | 40.78 | 28.23 | 9.78 | - |
| YUV | 140.05 | 90.73 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 74 | 0 | 0.56 | 0.69 | 0.07 | 11.11 | 0.81 | 0.61 |
| Hex | EC | 68 | 4A | 0 | 38 | 45 | 7 | B | 51 | 3D |
| Octal | 354 | 150 | 112 | 0 | 70 | 105 | 7 | 13 | 121 | 75 |
| Binary | 11101100 | 1101000 | 1001010 | 0 | 111000 | 1000101 | 111 | 1011 | 1010001 | 111101 |
Color Harmonies of #EC684A
Complementary color
Monochromatic Colors of #EC684A
Black with #EC684A
Text Example
Text Example
White with #EC684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC684A; }
p { color: rgb(236,104,74); }
H1.HeaderClassName
{
color: #EC684A;
}
.AnyTagClassName
{
color: #EC684A;
}
</style>
background-color css
<style>
a { background-color: #EC684A; }
a { background-color: rgb(236,104,74); }
div.DivClassName
{
background-color: #EC684A;
}
.BgClassName
{
background-color: #EC684A;
}
</style>
border-color css
<style>
span { border-color: #EC684A; }
span { border-color: rgb(236,104,74); }
td.TdClassName
{
border-color: #EC684A;
}
.TagClassName
{
border-color: #EC684A;
}
</style>