Shades of Flamingo #EC614F
Tints of Flamingo #EC614F
RGB
CMYK
RGB Variations
Color information
#EC614F (or 0xEC614F) is known color: Flamingo. HEX triplet: EC, 61 and 4F. RGB value is (236,97,79). Sum of RGB (Red+Green+Blue) = 236+97+79=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC614F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC614F is #139EB0. Grayscale: #888888. Windows color (decimal): -1285809 or 5202412. OLE color: 5202412.
HSL color Cylindrical-coordinate representation of color #EC614F: hue angle of 6.88º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC614F is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 79 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.07 |
| HSL | 6.88º | 0.81% | 0.62% | - |
| HSV(B) | 6.88º | 0.67% | 0.93% | - |
| XYZ | 40.28 | 26.95 | 10.48 | - |
| YUV | 136.51 | 95.55 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 79 | 0 | 0.59 | 0.67 | 0.07 | 6.88 | 0.81 | 0.62 |
| Hex | EC | 61 | 4F | 0 | 3B | 43 | 7 | 7 | 51 | 3E |
| Octal | 354 | 141 | 117 | 0 | 73 | 103 | 7 | 7 | 121 | 76 |
| Binary | 11101100 | 1100001 | 1001111 | 0 | 111011 | 1000011 | 111 | 111 | 1010001 | 111110 |
Color Harmonies of #EC614F
Complementary color
Monochromatic Colors of #EC614F
Black with #EC614F
Text Example
Text Example
White with #EC614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC614F; }
p { color: rgb(236,97,79); }
H1.HeaderClassName
{
color: #EC614F;
}
.AnyTagClassName
{
color: #EC614F;
}
</style>
background-color css
<style>
a { background-color: #EC614F; }
a { background-color: rgb(236,97,79); }
div.DivClassName
{
background-color: #EC614F;
}
.BgClassName
{
background-color: #EC614F;
}
</style>
border-color css
<style>
span { border-color: #EC614F; }
span { border-color: rgb(236,97,79); }
td.TdClassName
{
border-color: #EC614F;
}
.TagClassName
{
border-color: #EC614F;
}
</style>