Shades of Flamingo #EC605B
Tints of Flamingo #EC605B
RGB
CMYK
RGB Variations
Color information
#EC605B (or 0xEC605B) is known color: Flamingo. HEX triplet: EC, 60 and 5B. RGB value is (236,96,91). Sum of RGB (Red+Green+Blue) = 236+96+91=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC605B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC605B is #139FA4. Grayscale: #898989. Windows color (decimal): -1286053 or 5988588. OLE color: 5988588.
HSL color Cylindrical-coordinate representation of color #EC605B: hue angle of 2.07º 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 #EC605B is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 91 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.07 |
| HSL | 2.07º | 0.79% | 0.64% | - |
| HSV(B) | 2.07º | 0.61% | 0.93% | - |
| XYZ | 40.66 | 26.95 | 12.96 | - |
| YUV | 137.29 | 101.88 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 91 | 0 | 0.59 | 0.61 | 0.07 | 2.07 | 0.79 | 0.64 |
| Hex | EC | 60 | 5B | 0 | 3B | 3D | 7 | 2 | 4F | 40 |
| Octal | 354 | 140 | 133 | 0 | 73 | 75 | 7 | 2 | 117 | 100 |
| Binary | 11101100 | 1100000 | 1011011 | 0 | 111011 | 111101 | 111 | 10 | 1001111 | 1000000 |
Color Harmonies of #EC605B
Complementary color
Monochromatic Colors of #EC605B
Black with #EC605B
Text Example
Text Example
White with #EC605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC605B; }
p { color: rgb(236,96,91); }
H1.HeaderClassName
{
color: #EC605B;
}
.AnyTagClassName
{
color: #EC605B;
}
</style>
background-color css
<style>
a { background-color: #EC605B; }
a { background-color: rgb(236,96,91); }
div.DivClassName
{
background-color: #EC605B;
}
.BgClassName
{
background-color: #EC605B;
}
</style>
border-color css
<style>
span { border-color: #EC605B; }
span { border-color: rgb(236,96,91); }
td.TdClassName
{
border-color: #EC605B;
}
.TagClassName
{
border-color: #EC605B;
}
</style>