Shades of Flamingo #EC625C
Tints of Flamingo #EC625C
RGB
CMYK
RGB Variations
Color information
#EC625C (or 0xEC625C) is known color: Flamingo. HEX triplet: EC, 62 and 5C. RGB value is (236,98,92). Sum of RGB (Red+Green+Blue) = 236+98+92=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC625C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC625C is #139DA3. Grayscale: #8A8A8A. Windows color (decimal): -1285540 or 6054636. OLE color: 6054636.
HSL color Cylindrical-coordinate representation of color #EC625C: hue angle of 2.5º 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 #EC625C is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 92 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.07 |
| HSL | 2.5º | 0.79% | 0.64% | - |
| HSV(B) | 2.5º | 0.61% | 0.93% | - |
| XYZ | 40.89 | 27.34 | 13.25 | - |
| YUV | 138.58 | 101.72 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 92 | 0 | 0.58 | 0.61 | 0.07 | 2.5 | 0.79 | 0.64 |
| Hex | EC | 62 | 5C | 0 | 3A | 3D | 7 | 2 | 4F | 40 |
| Octal | 354 | 142 | 134 | 0 | 72 | 75 | 7 | 2 | 117 | 100 |
| Binary | 11101100 | 1100010 | 1011100 | 0 | 111010 | 111101 | 111 | 10 | 1001111 | 1000000 |
Color Harmonies of #EC625C
Complementary color
Monochromatic Colors of #EC625C
Black with #EC625C
Text Example
Text Example
White with #EC625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC625C; }
p { color: rgb(236,98,92); }
H1.HeaderClassName
{
color: #EC625C;
}
.AnyTagClassName
{
color: #EC625C;
}
</style>
background-color css
<style>
a { background-color: #EC625C; }
a { background-color: rgb(236,98,92); }
div.DivClassName
{
background-color: #EC625C;
}
.BgClassName
{
background-color: #EC625C;
}
</style>
border-color css
<style>
span { border-color: #EC625C; }
span { border-color: rgb(236,98,92); }
td.TdClassName
{
border-color: #EC625C;
}
.TagClassName
{
border-color: #EC625C;
}
</style>