Shades of Flamingo #EC6055
Tints of Flamingo #EC6055
RGB
CMYK
RGB Variations
Color information
#EC6055 (or 0xEC6055) is known color: Flamingo. HEX triplet: EC, 60 and 55. RGB value is (236,96,85). Sum of RGB (Red+Green+Blue) = 236+96+85=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6055 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6055 is #139FAA. Grayscale: #888888. Windows color (decimal): -1286059 or 5595372. OLE color: 5595372.
HSL color Cylindrical-coordinate representation of color #EC6055: hue angle of 4.37º 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 #EC6055 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 85 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.07 |
| HSL | 4.37º | 0.8% | 0.63% | - |
| HSV(B) | 4.37º | 0.64% | 0.93% | - |
| XYZ | 40.41 | 26.85 | 11.65 | - |
| YUV | 136.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 85 | 0 | 0.59 | 0.64 | 0.07 | 4.37 | 0.8 | 0.63 |
| Hex | EC | 60 | 55 | 0 | 3B | 40 | 7 | 4 | 50 | 3F |
| Octal | 354 | 140 | 125 | 0 | 73 | 100 | 7 | 4 | 120 | 77 |
| Binary | 11101100 | 1100000 | 1010101 | 0 | 111011 | 1000000 | 111 | 100 | 1010000 | 111111 |
Color Harmonies of #EC6055
Complementary color
Monochromatic Colors of #EC6055
Black with #EC6055
Text Example
Text Example
White with #EC6055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6055; }
p { color: rgb(236,96,85); }
H1.HeaderClassName
{
color: #EC6055;
}
.AnyTagClassName
{
color: #EC6055;
}
</style>
background-color css
<style>
a { background-color: #EC6055; }
a { background-color: rgb(236,96,85); }
div.DivClassName
{
background-color: #EC6055;
}
.BgClassName
{
background-color: #EC6055;
}
</style>
border-color css
<style>
span { border-color: #EC6055; }
span { border-color: rgb(236,96,85); }
td.TdClassName
{
border-color: #EC6055;
}
.TagClassName
{
border-color: #EC6055;
}
</style>