Shades of Flamingo #EC604D
Tints of Flamingo #EC604D
RGB
CMYK
RGB Variations
Color information
#EC604D (or 0xEC604D) is known color: Flamingo. HEX triplet: EC, 60 and 4D. RGB value is (236,96,77). Sum of RGB (Red+Green+Blue) = 236+96+77=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC604D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC604D is #139FB2. Grayscale: #878787. Windows color (decimal): -1286067 or 5071084. OLE color: 5071084.
HSL color Cylindrical-coordinate representation of color #EC604D: hue angle of 7.17º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC604D is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 77 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.07 |
| HSL | 7.17º | 0.81% | 0.61% | - |
| HSV(B) | 7.17º | 0.67% | 0.93% | - |
| XYZ | 40.11 | 26.73 | 10.07 | - |
| YUV | 135.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 77 | 0 | 0.59 | 0.67 | 0.07 | 7.17 | 0.81 | 0.61 |
| Hex | EC | 60 | 4D | 0 | 3B | 43 | 7 | 7 | 51 | 3D |
| Octal | 354 | 140 | 115 | 0 | 73 | 103 | 7 | 7 | 121 | 75 |
| Binary | 11101100 | 1100000 | 1001101 | 0 | 111011 | 1000011 | 111 | 111 | 1010001 | 111101 |
Color Harmonies of #EC604D
Complementary color
Monochromatic Colors of #EC604D
Black with #EC604D
Text Example
Text Example
White with #EC604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC604D; }
p { color: rgb(236,96,77); }
H1.HeaderClassName
{
color: #EC604D;
}
.AnyTagClassName
{
color: #EC604D;
}
</style>
background-color css
<style>
a { background-color: #EC604D; }
a { background-color: rgb(236,96,77); }
div.DivClassName
{
background-color: #EC604D;
}
.BgClassName
{
background-color: #EC604D;
}
</style>
border-color css
<style>
span { border-color: #EC604D; }
span { border-color: rgb(236,96,77); }
td.TdClassName
{
border-color: #EC604D;
}
.TagClassName
{
border-color: #EC604D;
}
</style>