Shades of Pink Flamingo #EC59F1
Tints of Pink Flamingo #EC59F1
RGB
CMYK
RGB Variations
Color information
#EC59F1 (or 0xEC59F1) is known color: Pink Flamingo. HEX triplet: EC, 59 and F1. RGB value is (236,89,241). Sum of RGB (Red+Green+Blue) = 236+89+241=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 89 (35.16% from 255 or 15.72% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC59F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC59F1 is #13A60E. Grayscale: #959595. Windows color (decimal): -1287695 or 15817196. OLE color: 15817196.
HSL color Cylindrical-coordinate representation of color #EC59F1: hue angle of 298.03º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC59F1 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 89 | 241 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.05 |
| HSL | 298.03º | 0.84% | 0.65% | - |
| HSV(B) | 298.03º | 0.63% | 0.95% | - |
| XYZ | 54.04 | 31.33 | 86.42 | - |
| YUV | 150.28 | 179.2 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 241 | 0.02 | 0.63 | 0 | 0.05 | 298.03 | 0.84 | 0.65 |
| Hex | EC | 59 | F1 | 2 | 3F | 0 | 5 | 12A | 54 | 41 |
| Octal | 354 | 131 | 361 | 2 | 77 | 0 | 5 | 452 | 124 | 101 |
| Binary | 11101100 | 1011001 | 11110001 | 10 | 111111 | 0 | 101 | 100101010 | 1010100 | 1000001 |
Color Harmonies of #EC59F1
Complementary color
Monochromatic Colors of #EC59F1
Black with #EC59F1
Text Example
Text Example
White with #EC59F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC59F1; }
p { color: rgb(236,89,241); }
H1.HeaderClassName
{
color: #EC59F1;
}
.AnyTagClassName
{
color: #EC59F1;
}
</style>
background-color css
<style>
a { background-color: #EC59F1; }
a { background-color: rgb(236,89,241); }
div.DivClassName
{
background-color: #EC59F1;
}
.BgClassName
{
background-color: #EC59F1;
}
</style>
border-color css
<style>
span { border-color: #EC59F1; }
span { border-color: rgb(236,89,241); }
td.TdClassName
{
border-color: #EC59F1;
}
.TagClassName
{
border-color: #EC59F1;
}
</style>