Shades of Flamingo #EC6443
Tints of Flamingo #EC6443
RGB
CMYK
RGB Variations
Color information
#EC6443 (or 0xEC6443) is known color: Flamingo. HEX triplet: EC, 64 and 43. RGB value is (236,100,67). Sum of RGB (Red+Green+Blue) = 236+100+67=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 67 (26.56% from 255 or 16.63% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6443 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6443 is #139BBC. Grayscale: #898989. Windows color (decimal): -1285053 or 4416748. OLE color: 4416748.
HSL color Cylindrical-coordinate representation of color #EC6443: hue angle of 11.72º 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 #EC6443 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 67 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.07 |
| HSL | 11.72º | 0.82% | 0.59% | - |
| HSV(B) | 11.72º | 0.72% | 0.93% | - |
| XYZ | 40.16 | 27.35 | 8.47 | - |
| YUV | 136.9 | 88.56 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 67 | 0 | 0.58 | 0.72 | 0.07 | 11.72 | 0.82 | 0.59 |
| Hex | EC | 64 | 43 | 0 | 3A | 48 | 7 | C | 52 | 3B |
| Octal | 354 | 144 | 103 | 0 | 72 | 110 | 7 | 14 | 122 | 73 |
| Binary | 11101100 | 1100100 | 1000011 | 0 | 111010 | 1001000 | 111 | 1100 | 1010010 | 111011 |
Color Harmonies of #EC6443
Complementary color
Monochromatic Colors of #EC6443
Black with #EC6443
Text Example
Text Example
White with #EC6443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6443; }
p { color: rgb(236,100,67); }
H1.HeaderClassName
{
color: #EC6443;
}
.AnyTagClassName
{
color: #EC6443;
}
</style>
background-color css
<style>
a { background-color: #EC6443; }
a { background-color: rgb(236,100,67); }
div.DivClassName
{
background-color: #EC6443;
}
.BgClassName
{
background-color: #EC6443;
}
</style>
border-color css
<style>
span { border-color: #EC6443; }
span { border-color: rgb(236,100,67); }
td.TdClassName
{
border-color: #EC6443;
}
.TagClassName
{
border-color: #EC6443;
}
</style>