Shades of Flamingo #EC655C
Tints of Flamingo #EC655C
RGB
CMYK
RGB Variations
Color information
#EC655C (or 0xEC655C) is known color: Flamingo. HEX triplet: EC, 65 and 5C. RGB value is (236,101,92). Sum of RGB (Red+Green+Blue) = 236+101+92=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC655C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC655C is #139AA3. Grayscale: #8C8C8C. Windows color (decimal): -1284772 or 6055404. OLE color: 6055404.
HSL color Cylindrical-coordinate representation of color #EC655C: hue angle of 3.75º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC655C is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 92 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.07 |
| HSL | 3.75º | 0.79% | 0.64% | - |
| HSV(B) | 3.75º | 0.61% | 0.93% | - |
| XYZ | 41.18 | 27.91 | 13.34 | - |
| YUV | 140.34 | 100.73 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 92 | 0 | 0.57 | 0.61 | 0.07 | 3.75 | 0.79 | 0.64 |
| Hex | EC | 65 | 5C | 0 | 39 | 3D | 7 | 4 | 4F | 40 |
| Octal | 354 | 145 | 134 | 0 | 71 | 75 | 7 | 4 | 117 | 100 |
| Binary | 11101100 | 1100101 | 1011100 | 0 | 111001 | 111101 | 111 | 100 | 1001111 | 1000000 |
Color Harmonies of #EC655C
Complementary color
Monochromatic Colors of #EC655C
Black with #EC655C
Text Example
Text Example
White with #EC655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC655C; }
p { color: rgb(236,101,92); }
H1.HeaderClassName
{
color: #EC655C;
}
.AnyTagClassName
{
color: #EC655C;
}
</style>
background-color css
<style>
a { background-color: #EC655C; }
a { background-color: rgb(236,101,92); }
div.DivClassName
{
background-color: #EC655C;
}
.BgClassName
{
background-color: #EC655C;
}
</style>
border-color css
<style>
span { border-color: #EC655C; }
span { border-color: rgb(236,101,92); }
td.TdClassName
{
border-color: #EC655C;
}
.TagClassName
{
border-color: #EC655C;
}
</style>