Shades of Flamingo #EC6843
Tints of Flamingo #EC6843
RGB
CMYK
RGB Variations
Color information
#EC6843 (or 0xEC6843) is known color: Flamingo. HEX triplet: EC, 68 and 43. RGB value is (236,104,67). Sum of RGB (Red+Green+Blue) = 236+104+67=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6843 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6843 is #1397BC. Grayscale: #8B8B8B. Windows color (decimal): -1284029 or 4417772. OLE color: 4417772.
HSL color Cylindrical-coordinate representation of color #EC6843: hue angle of 13.14º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC6843 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 67 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.07 |
| HSL | 13.14º | 0.82% | 0.59% | - |
| HSV(B) | 13.14º | 0.72% | 0.93% | - |
| XYZ | 40.56 | 28.14 | 8.6 | - |
| YUV | 139.25 | 87.23 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 67 | 0 | 0.56 | 0.72 | 0.07 | 13.14 | 0.82 | 0.59 |
| Hex | EC | 68 | 43 | 0 | 38 | 48 | 7 | D | 52 | 3B |
| Octal | 354 | 150 | 103 | 0 | 70 | 110 | 7 | 15 | 122 | 73 |
| Binary | 11101100 | 1101000 | 1000011 | 0 | 111000 | 1001000 | 111 | 1101 | 1010010 | 111011 |
Color Harmonies of #EC6843
Complementary color
Monochromatic Colors of #EC6843
Black with #EC6843
Text Example
Text Example
White with #EC6843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6843; }
p { color: rgb(236,104,67); }
H1.HeaderClassName
{
color: #EC6843;
}
.AnyTagClassName
{
color: #EC6843;
}
</style>
background-color css
<style>
a { background-color: #EC6843; }
a { background-color: rgb(236,104,67); }
div.DivClassName
{
background-color: #EC6843;
}
.BgClassName
{
background-color: #EC6843;
}
</style>
border-color css
<style>
span { border-color: #EC6843; }
span { border-color: rgb(236,104,67); }
td.TdClassName
{
border-color: #EC6843;
}
.TagClassName
{
border-color: #EC6843;
}
</style>