Shades of Flamingo #EC6150
Tints of Flamingo #EC6150
RGB
CMYK
RGB Variations
Color information
#EC6150 (or 0xEC6150) is known color: Flamingo. HEX triplet: EC, 61 and 50. RGB value is (236,97,80). Sum of RGB (Red+Green+Blue) = 236+97+80=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6150 is #139EAF. Grayscale: #888888. Windows color (decimal): -1285808 or 5267948. OLE color: 5267948.
HSL color Cylindrical-coordinate representation of color #EC6150: hue angle of 6.54º 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 #EC6150 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 80 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.07 |
| HSL | 6.54º | 0.8% | 0.62% | - |
| HSV(B) | 6.54º | 0.66% | 0.93% | - |
| XYZ | 40.31 | 26.96 | 10.67 | - |
| YUV | 136.62 | 96.05 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 80 | 0 | 0.59 | 0.66 | 0.07 | 6.54 | 0.8 | 0.62 |
| Hex | EC | 61 | 50 | 0 | 3B | 42 | 7 | 7 | 50 | 3E |
| Octal | 354 | 141 | 120 | 0 | 73 | 102 | 7 | 7 | 120 | 76 |
| Binary | 11101100 | 1100001 | 1010000 | 0 | 111011 | 1000010 | 111 | 111 | 1010000 | 111110 |
Color Harmonies of #EC6150
Complementary color
Monochromatic Colors of #EC6150
Black with #EC6150
Text Example
Text Example
White with #EC6150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6150; }
p { color: rgb(236,97,80); }
H1.HeaderClassName
{
color: #EC6150;
}
.AnyTagClassName
{
color: #EC6150;
}
</style>
background-color css
<style>
a { background-color: #EC6150; }
a { background-color: rgb(236,97,80); }
div.DivClassName
{
background-color: #EC6150;
}
.BgClassName
{
background-color: #EC6150;
}
</style>
border-color css
<style>
span { border-color: #EC6150; }
span { border-color: rgb(236,97,80); }
td.TdClassName
{
border-color: #EC6150;
}
.TagClassName
{
border-color: #EC6150;
}
</style>