Shades of Flamingo #EC615B
Tints of Flamingo #EC615B
RGB
CMYK
RGB Variations
Color information
#EC615B (or 0xEC615B) is known color: Flamingo. HEX triplet: EC, 61 and 5B. RGB value is (236,97,91). Sum of RGB (Red+Green+Blue) = 236+97+91=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC615B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC615B is #139EA4. Grayscale: #8A8A8A. Windows color (decimal): -1285797 or 5988844. OLE color: 5988844.
HSL color Cylindrical-coordinate representation of color #EC615B: hue angle of 2.48º 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 #EC615B is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 91 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.07 |
| HSL | 2.48º | 0.79% | 0.64% | - |
| HSV(B) | 2.48º | 0.61% | 0.93% | - |
| XYZ | 40.76 | 27.14 | 12.99 | - |
| YUV | 137.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 91 | 0 | 0.59 | 0.61 | 0.07 | 2.48 | 0.79 | 0.64 |
| Hex | EC | 61 | 5B | 0 | 3B | 3D | 7 | 2 | 4F | 40 |
| Octal | 354 | 141 | 133 | 0 | 73 | 75 | 7 | 2 | 117 | 100 |
| Binary | 11101100 | 1100001 | 1011011 | 0 | 111011 | 111101 | 111 | 10 | 1001111 | 1000000 |
Color Harmonies of #EC615B
Complementary color
Monochromatic Colors of #EC615B
Black with #EC615B
Text Example
Text Example
White with #EC615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC615B; }
p { color: rgb(236,97,91); }
H1.HeaderClassName
{
color: #EC615B;
}
.AnyTagClassName
{
color: #EC615B;
}
</style>
background-color css
<style>
a { background-color: #EC615B; }
a { background-color: rgb(236,97,91); }
div.DivClassName
{
background-color: #EC615B;
}
.BgClassName
{
background-color: #EC615B;
}
</style>
border-color css
<style>
span { border-color: #EC615B; }
span { border-color: rgb(236,97,91); }
td.TdClassName
{
border-color: #EC615B;
}
.TagClassName
{
border-color: #EC615B;
}
</style>