Shades of Flamingo #EC6355
Tints of Flamingo #EC6355
RGB
CMYK
RGB Variations
Color information
#EC6355 (or 0xEC6355) is known color: Flamingo. HEX triplet: EC, 63 and 55. RGB value is (236,99,85). Sum of RGB (Red+Green+Blue) = 236+99+85=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6355 is #139CAA. Grayscale: #8A8A8A. Windows color (decimal): -1285291 or 5596140. OLE color: 5596140.
HSL color Cylindrical-coordinate representation of color #EC6355: hue angle of 5.56º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC6355 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 85 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.07 |
| HSL | 5.56º | 0.8% | 0.63% | - |
| HSV(B) | 5.56º | 0.64% | 0.93% | - |
| XYZ | 40.69 | 27.41 | 11.74 | - |
| YUV | 138.37 | 97.89 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 85 | 0 | 0.58 | 0.64 | 0.07 | 5.56 | 0.8 | 0.63 |
| Hex | EC | 63 | 55 | 0 | 3A | 40 | 7 | 6 | 50 | 3F |
| Octal | 354 | 143 | 125 | 0 | 72 | 100 | 7 | 6 | 120 | 77 |
| Binary | 11101100 | 1100011 | 1010101 | 0 | 111010 | 1000000 | 111 | 110 | 1010000 | 111111 |
Color Harmonies of #EC6355
Complementary color
Monochromatic Colors of #EC6355
Black with #EC6355
Text Example
Text Example
White with #EC6355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6355; }
p { color: rgb(236,99,85); }
H1.HeaderClassName
{
color: #EC6355;
}
.AnyTagClassName
{
color: #EC6355;
}
</style>
background-color css
<style>
a { background-color: #EC6355; }
a { background-color: rgb(236,99,85); }
div.DivClassName
{
background-color: #EC6355;
}
.BgClassName
{
background-color: #EC6355;
}
</style>
border-color css
<style>
span { border-color: #EC6355; }
span { border-color: rgb(236,99,85); }
td.TdClassName
{
border-color: #EC6355;
}
.TagClassName
{
border-color: #EC6355;
}
</style>