Shades of Flamingo #EC6553
Tints of Flamingo #EC6553
RGB
CMYK
RGB Variations
Color information
#EC6553 (or 0xEC6553) is known color: Flamingo. HEX triplet: EC, 65 and 53. RGB value is (236,101,83). Sum of RGB (Red+Green+Blue) = 236+101+83=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6553 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6553 is #139AAC. Grayscale: #8B8B8B. Windows color (decimal): -1284781 or 5465580. OLE color: 5465580.
HSL color Cylindrical-coordinate representation of color #EC6553: hue angle of 7.06º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC6553 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 83 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.07 |
| HSL | 7.06º | 0.8% | 0.63% | - |
| HSV(B) | 7.06º | 0.65% | 0.93% | - |
| XYZ | 40.81 | 27.76 | 11.39 | - |
| YUV | 139.31 | 96.23 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 83 | 0 | 0.57 | 0.65 | 0.07 | 7.06 | 0.8 | 0.63 |
| Hex | EC | 65 | 53 | 0 | 39 | 41 | 7 | 7 | 50 | 3F |
| Octal | 354 | 145 | 123 | 0 | 71 | 101 | 7 | 7 | 120 | 77 |
| Binary | 11101100 | 1100101 | 1010011 | 0 | 111001 | 1000001 | 111 | 111 | 1010000 | 111111 |
Color Harmonies of #EC6553
Complementary color
Monochromatic Colors of #EC6553
Black with #EC6553
Text Example
Text Example
White with #EC6553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6553; }
p { color: rgb(236,101,83); }
H1.HeaderClassName
{
color: #EC6553;
}
.AnyTagClassName
{
color: #EC6553;
}
</style>
background-color css
<style>
a { background-color: #EC6553; }
a { background-color: rgb(236,101,83); }
div.DivClassName
{
background-color: #EC6553;
}
.BgClassName
{
background-color: #EC6553;
}
</style>
border-color css
<style>
span { border-color: #EC6553; }
span { border-color: rgb(236,101,83); }
td.TdClassName
{
border-color: #EC6553;
}
.TagClassName
{
border-color: #EC6553;
}
</style>