Shades of Flamingo #EC6251
Tints of Flamingo #EC6251
RGB
CMYK
RGB Variations
Color information
#EC6251 (or 0xEC6251) is known color: Flamingo. HEX triplet: EC, 62 and 51. RGB value is (236,98,81). Sum of RGB (Red+Green+Blue) = 236+98+81=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6251 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6251 is #139DAE. Grayscale: #898989. Windows color (decimal): -1285551 or 5333740. OLE color: 5333740.
HSL color Cylindrical-coordinate representation of color #EC6251: hue angle of 6.58º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC6251 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 81 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.07 |
| HSL | 6.58º | 0.8% | 0.62% | - |
| HSV(B) | 6.58º | 0.66% | 0.93% | - |
| XYZ | 40.44 | 27.16 | 10.9 | - |
| YUV | 137.32 | 96.22 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 81 | 0 | 0.58 | 0.66 | 0.07 | 6.58 | 0.8 | 0.62 |
| Hex | EC | 62 | 51 | 0 | 3A | 42 | 7 | 7 | 50 | 3E |
| Octal | 354 | 142 | 121 | 0 | 72 | 102 | 7 | 7 | 120 | 76 |
| Binary | 11101100 | 1100010 | 1010001 | 0 | 111010 | 1000010 | 111 | 111 | 1010000 | 111110 |
Color Harmonies of #EC6251
Complementary color
Monochromatic Colors of #EC6251
Black with #EC6251
Text Example
Text Example
White with #EC6251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6251; }
p { color: rgb(236,98,81); }
H1.HeaderClassName
{
color: #EC6251;
}
.AnyTagClassName
{
color: #EC6251;
}
</style>
background-color css
<style>
a { background-color: #EC6251; }
a { background-color: rgb(236,98,81); }
div.DivClassName
{
background-color: #EC6251;
}
.BgClassName
{
background-color: #EC6251;
}
</style>
border-color css
<style>
span { border-color: #EC6251; }
span { border-color: rgb(236,98,81); }
td.TdClassName
{
border-color: #EC6251;
}
.TagClassName
{
border-color: #EC6251;
}
</style>