Shades of Flamingo #EC615C
Tints of Flamingo #EC615C
RGB
CMYK
RGB Variations
Color information
#EC615C (or 0xEC615C) is known color: Flamingo. HEX triplet: EC, 61 and 5C. RGB value is (236,97,92). Sum of RGB (Red+Green+Blue) = 236+97+92=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC615C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC615C is #139EA3. Grayscale: #8A8A8A. Windows color (decimal): -1285796 or 6054380. OLE color: 6054380.
HSL color Cylindrical-coordinate representation of color #EC615C: hue angle of 2.08º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC615C is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 92 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.07 |
| HSL | 2.08º | 0.79% | 0.64% | - |
| HSV(B) | 2.08º | 0.61% | 0.93% | - |
| XYZ | 40.8 | 27.15 | 13.22 | - |
| YUV | 137.99 | 102.05 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 92 | 0 | 0.59 | 0.61 | 0.07 | 2.08 | 0.79 | 0.64 |
| Hex | EC | 61 | 5C | 0 | 3B | 3D | 7 | 2 | 4F | 40 |
| Octal | 354 | 141 | 134 | 0 | 73 | 75 | 7 | 2 | 117 | 100 |
| Binary | 11101100 | 1100001 | 1011100 | 0 | 111011 | 111101 | 111 | 10 | 1001111 | 1000000 |
Color Harmonies of #EC615C
Complementary color
Monochromatic Colors of #EC615C
Black with #EC615C
Text Example
Text Example
White with #EC615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC615C; }
p { color: rgb(236,97,92); }
H1.HeaderClassName
{
color: #EC615C;
}
.AnyTagClassName
{
color: #EC615C;
}
</style>
background-color css
<style>
a { background-color: #EC615C; }
a { background-color: rgb(236,97,92); }
div.DivClassName
{
background-color: #EC615C;
}
.BgClassName
{
background-color: #EC615C;
}
</style>
border-color css
<style>
span { border-color: #EC615C; }
span { border-color: rgb(236,97,92); }
td.TdClassName
{
border-color: #EC615C;
}
.TagClassName
{
border-color: #EC615C;
}
</style>