Shades of Pink Flamingo #EC61EF
Tints of Pink Flamingo #EC61EF
RGB
CMYK
RGB Variations
Color information
#EC61EF (or 0xEC61EF) is known color: Pink Flamingo. HEX triplet: EC, 61 and EF. RGB value is (236,97,239). Sum of RGB (Red+Green+Blue) = 236+97+239=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 97 (38.28% from 255 or 16.96% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC61EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC61EF is #139E10. Grayscale: #9A9A9A. Windows color (decimal): -1285649 or 15688172. OLE color: 15688172.
HSL color Cylindrical-coordinate representation of color #EC61EF: hue angle of 298.73º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC61EF is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 97 | 239 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.06 |
| HSL | 298.73º | 0.82% | 0.66% | - |
| HSV(B) | 298.73º | 0.59% | 0.94% | - |
| XYZ | 54.45 | 32.61 | 85.09 | - |
| YUV | 154.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 239 | 0.01 | 0.59 | 0 | 0.06 | 298.73 | 0.82 | 0.66 |
| Hex | EC | 61 | EF | 1 | 3B | 0 | 6 | 12B | 52 | 42 |
| Octal | 354 | 141 | 357 | 1 | 73 | 0 | 6 | 453 | 122 | 102 |
| Binary | 11101100 | 1100001 | 11101111 | 1 | 111011 | 0 | 110 | 100101011 | 1010010 | 1000010 |
Color Harmonies of #EC61EF
Complementary color
Monochromatic Colors of #EC61EF
Black with #EC61EF
Text Example
Text Example
White with #EC61EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC61EF; }
p { color: rgb(236,97,239); }
H1.HeaderClassName
{
color: #EC61EF;
}
.AnyTagClassName
{
color: #EC61EF;
}
</style>
background-color css
<style>
a { background-color: #EC61EF; }
a { background-color: rgb(236,97,239); }
div.DivClassName
{
background-color: #EC61EF;
}
.BgClassName
{
background-color: #EC61EF;
}
</style>
border-color css
<style>
span { border-color: #EC61EF; }
span { border-color: rgb(236,97,239); }
td.TdClassName
{
border-color: #EC61EF;
}
.TagClassName
{
border-color: #EC61EF;
}
</style>