Shades of Flamingo #EC5C46
Tints of Flamingo #EC5C46
RGB
CMYK
RGB Variations
Color information
#EC5C46 (or 0xEC5C46) is known color: Flamingo. HEX triplet: EC, 5C and 46. RGB value is (236,92,70). Sum of RGB (Red+Green+Blue) = 236+92+70=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5C46 is #13A3B9. Grayscale: #848484. Windows color (decimal): -1287098 or 4611308. OLE color: 4611308.
HSL color Cylindrical-coordinate representation of color #EC5C46: hue angle of 7.95º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC5C46 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 70 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.07 |
| HSL | 7.95º | 0.81% | 0.6% | - |
| HSV(B) | 7.95º | 0.7% | 0.93% | - |
| XYZ | 39.52 | 25.93 | 8.72 | - |
| YUV | 132.55 | 92.71 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 70 | 0 | 0.61 | 0.70 | 0.07 | 7.95 | 0.81 | 0.6 |
| Hex | EC | 5C | 46 | 0 | 3D | 46 | 7 | 8 | 51 | 3C |
| Octal | 354 | 134 | 106 | 0 | 75 | 106 | 7 | 10 | 121 | 74 |
| Binary | 11101100 | 1011100 | 1000110 | 0 | 111101 | 1000110 | 111 | 1000 | 1010001 | 111100 |
Color Harmonies of #EC5C46
Complementary color
Monochromatic Colors of #EC5C46
Black with #EC5C46
Text Example
Text Example
White with #EC5C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C46; }
p { color: rgb(236,92,70); }
H1.HeaderClassName
{
color: #EC5C46;
}
.AnyTagClassName
{
color: #EC5C46;
}
</style>
background-color css
<style>
a { background-color: #EC5C46; }
a { background-color: rgb(236,92,70); }
div.DivClassName
{
background-color: #EC5C46;
}
.BgClassName
{
background-color: #EC5C46;
}
</style>
border-color css
<style>
span { border-color: #EC5C46; }
span { border-color: rgb(236,92,70); }
td.TdClassName
{
border-color: #EC5C46;
}
.TagClassName
{
border-color: #EC5C46;
}
</style>