Shades of Flamingo #EC625B
Tints of Flamingo #EC625B
RGB
CMYK
RGB Variations
Color information
#EC625B (or 0xEC625B) is known color: Flamingo. HEX triplet: EC, 62 and 5B. RGB value is (236,98,91). Sum of RGB (Red+Green+Blue) = 236+98+91=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC625B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC625B is #139DA4. Grayscale: #8A8A8A. Windows color (decimal): -1285541 or 5989100. OLE color: 5989100.
HSL color Cylindrical-coordinate representation of color #EC625B: hue angle of 2.9º 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 #EC625B is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 91 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.07 |
| HSL | 2.9º | 0.79% | 0.64% | - |
| HSV(B) | 2.9º | 0.61% | 0.93% | - |
| XYZ | 40.85 | 27.32 | 13.02 | - |
| YUV | 138.46 | 101.22 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 91 | 0 | 0.58 | 0.61 | 0.07 | 2.9 | 0.79 | 0.64 |
| Hex | EC | 62 | 5B | 0 | 3A | 3D | 7 | 3 | 4F | 40 |
| Octal | 354 | 142 | 133 | 0 | 72 | 75 | 7 | 3 | 117 | 100 |
| Binary | 11101100 | 1100010 | 1011011 | 0 | 111010 | 111101 | 111 | 11 | 1001111 | 1000000 |
Color Harmonies of #EC625B
Complementary color
Monochromatic Colors of #EC625B
Black with #EC625B
Text Example
Text Example
White with #EC625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC625B; }
p { color: rgb(236,98,91); }
H1.HeaderClassName
{
color: #EC625B;
}
.AnyTagClassName
{
color: #EC625B;
}
</style>
background-color css
<style>
a { background-color: #EC625B; }
a { background-color: rgb(236,98,91); }
div.DivClassName
{
background-color: #EC625B;
}
.BgClassName
{
background-color: #EC625B;
}
</style>
border-color css
<style>
span { border-color: #EC625B; }
span { border-color: rgb(236,98,91); }
td.TdClassName
{
border-color: #EC625B;
}
.TagClassName
{
border-color: #EC625B;
}
</style>