Shades of Flamingo #EC654A
Tints of Flamingo #EC654A
RGB
CMYK
RGB Variations
Color information
#EC654A (or 0xEC654A) is known color: Flamingo. HEX triplet: EC, 65 and 4A. RGB value is (236,101,74). Sum of RGB (Red+Green+Blue) = 236+101+74=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC654A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC654A is #139AB5. Grayscale: #8A8A8A. Windows color (decimal): -1284790 or 4875756. OLE color: 4875756.
HSL color Cylindrical-coordinate representation of color #EC654A: hue angle of 10º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC654A is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 74 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.07 |
| HSL | 10º | 0.81% | 0.61% | - |
| HSV(B) | 10º | 0.69% | 0.93% | - |
| XYZ | 40.48 | 27.63 | 9.68 | - |
| YUV | 138.29 | 91.73 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 74 | 0 | 0.57 | 0.69 | 0.07 | 10 | 0.81 | 0.61 |
| Hex | EC | 65 | 4A | 0 | 39 | 45 | 7 | A | 51 | 3D |
| Octal | 354 | 145 | 112 | 0 | 71 | 105 | 7 | 12 | 121 | 75 |
| Binary | 11101100 | 1100101 | 1001010 | 0 | 111001 | 1000101 | 111 | 1010 | 1010001 | 111101 |
Color Harmonies of #EC654A
Complementary color
Monochromatic Colors of #EC654A
Black with #EC654A
Text Example
Text Example
White with #EC654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC654A; }
p { color: rgb(236,101,74); }
H1.HeaderClassName
{
color: #EC654A;
}
.AnyTagClassName
{
color: #EC654A;
}
</style>
background-color css
<style>
a { background-color: #EC654A; }
a { background-color: rgb(236,101,74); }
div.DivClassName
{
background-color: #EC654A;
}
.BgClassName
{
background-color: #EC654A;
}
</style>
border-color css
<style>
span { border-color: #EC654A; }
span { border-color: rgb(236,101,74); }
td.TdClassName
{
border-color: #EC654A;
}
.TagClassName
{
border-color: #EC654A;
}
</style>