Shades of Flamingo #EC6550
Tints of Flamingo #EC6550
RGB
CMYK
RGB Variations
Color information
#EC6550 (or 0xEC6550) is known color: Flamingo. HEX triplet: EC, 65 and 50. RGB value is (236,101,80). Sum of RGB (Red+Green+Blue) = 236+101+80=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6550 is #139AAF. Grayscale: #8B8B8B. Windows color (decimal): -1284784 or 5268972. OLE color: 5268972.
HSL color Cylindrical-coordinate representation of color #EC6550: hue angle of 8.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC6550 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 80 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.07 |
| HSL | 8.08º | 0.8% | 0.62% | - |
| HSV(B) | 8.08º | 0.66% | 0.93% | - |
| XYZ | 40.69 | 27.72 | 10.8 | - |
| YUV | 138.97 | 94.73 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 80 | 0 | 0.57 | 0.66 | 0.07 | 8.08 | 0.8 | 0.62 |
| Hex | EC | 65 | 50 | 0 | 39 | 42 | 7 | 8 | 50 | 3E |
| Octal | 354 | 145 | 120 | 0 | 71 | 102 | 7 | 10 | 120 | 76 |
| Binary | 11101100 | 1100101 | 1010000 | 0 | 111001 | 1000010 | 111 | 1000 | 1010000 | 111110 |
Color Harmonies of #EC6550
Complementary color
Monochromatic Colors of #EC6550
Black with #EC6550
Text Example
Text Example
White with #EC6550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6550; }
p { color: rgb(236,101,80); }
H1.HeaderClassName
{
color: #EC6550;
}
.AnyTagClassName
{
color: #EC6550;
}
</style>
background-color css
<style>
a { background-color: #EC6550; }
a { background-color: rgb(236,101,80); }
div.DivClassName
{
background-color: #EC6550;
}
.BgClassName
{
background-color: #EC6550;
}
</style>
border-color css
<style>
span { border-color: #EC6550; }
span { border-color: rgb(236,101,80); }
td.TdClassName
{
border-color: #EC6550;
}
.TagClassName
{
border-color: #EC6550;
}
</style>