Shades of Flamingo #EC654E
Tints of Flamingo #EC654E
RGB
CMYK
RGB Variations
Color information
#EC654E (or 0xEC654E) is known color: Flamingo. HEX triplet: EC, 65 and 4E. RGB value is (236,101,78). Sum of RGB (Red+Green+Blue) = 236+101+78=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC654E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC654E is #139AB1. Grayscale: #8A8A8A. Windows color (decimal): -1284786 or 5137900. OLE color: 5137900.
HSL color Cylindrical-coordinate representation of color #EC654E: hue angle of 8.73º 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 #EC654E is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 78 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.07 |
| HSL | 8.73º | 0.81% | 0.62% | - |
| HSV(B) | 8.73º | 0.67% | 0.93% | - |
| XYZ | 40.62 | 27.69 | 10.41 | - |
| YUV | 138.74 | 93.73 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 78 | 0 | 0.57 | 0.67 | 0.07 | 8.73 | 0.81 | 0.62 |
| Hex | EC | 65 | 4E | 0 | 39 | 43 | 7 | 9 | 51 | 3E |
| Octal | 354 | 145 | 116 | 0 | 71 | 103 | 7 | 11 | 121 | 76 |
| Binary | 11101100 | 1100101 | 1001110 | 0 | 111001 | 1000011 | 111 | 1001 | 1010001 | 111110 |
Color Harmonies of #EC654E
Complementary color
Monochromatic Colors of #EC654E
Black with #EC654E
Text Example
Text Example
White with #EC654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC654E; }
p { color: rgb(236,101,78); }
H1.HeaderClassName
{
color: #EC654E;
}
.AnyTagClassName
{
color: #EC654E;
}
</style>
background-color css
<style>
a { background-color: #EC654E; }
a { background-color: rgb(236,101,78); }
div.DivClassName
{
background-color: #EC654E;
}
.BgClassName
{
background-color: #EC654E;
}
</style>
border-color css
<style>
span { border-color: #EC654E; }
span { border-color: rgb(236,101,78); }
td.TdClassName
{
border-color: #EC654E;
}
.TagClassName
{
border-color: #EC654E;
}
</style>