Shades of Flamingo #EC5E5B
Tints of Flamingo #EC5E5B
RGB
CMYK
RGB Variations
Color information
#EC5E5B (or 0xEC5E5B) is known color: Flamingo. HEX triplet: EC, 5E and 5B. RGB value is (236,94,91). Sum of RGB (Red+Green+Blue) = 236+94+91=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5E5B is #13A1A4. Grayscale: #888888. Windows color (decimal): -1286565 or 5988076. OLE color: 5988076.
HSL color Cylindrical-coordinate representation of color #EC5E5B: hue angle of 1.24º 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 #EC5E5B is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 91 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.07 |
| HSL | 1.24º | 0.79% | 0.64% | - |
| HSV(B) | 1.24º | 0.61% | 0.93% | - |
| XYZ | 40.48 | 26.59 | 12.9 | - |
| YUV | 136.12 | 102.54 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 91 | 0 | 0.60 | 0.61 | 0.07 | 1.24 | 0.79 | 0.64 |
| Hex | EC | 5E | 5B | 0 | 3C | 3D | 7 | 1 | 4F | 40 |
| Octal | 354 | 136 | 133 | 0 | 74 | 75 | 7 | 1 | 117 | 100 |
| Binary | 11101100 | 1011110 | 1011011 | 0 | 111100 | 111101 | 111 | 1 | 1001111 | 1000000 |
Color Harmonies of #EC5E5B
Complementary color
Monochromatic Colors of #EC5E5B
Black with #EC5E5B
Text Example
Text Example
White with #EC5E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E5B; }
p { color: rgb(236,94,91); }
H1.HeaderClassName
{
color: #EC5E5B;
}
.AnyTagClassName
{
color: #EC5E5B;
}
</style>
background-color css
<style>
a { background-color: #EC5E5B; }
a { background-color: rgb(236,94,91); }
div.DivClassName
{
background-color: #EC5E5B;
}
.BgClassName
{
background-color: #EC5E5B;
}
</style>
border-color css
<style>
span { border-color: #EC5E5B; }
span { border-color: rgb(236,94,91); }
td.TdClassName
{
border-color: #EC5E5B;
}
.TagClassName
{
border-color: #EC5E5B;
}
</style>