Shades of Pink Flamingo #EC61FE
Tints of Pink Flamingo #EC61FE
RGB
CMYK
RGB Variations
Color information
#EC61FE (or 0xEC61FE) is known color: Pink Flamingo. HEX triplet: EC, 61 and FE. RGB value is (236,97,254). Sum of RGB (Red+Green+Blue) = 236+97+254=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 97 (38.28% from 255 or 16.52% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC61FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC61FE is #139E01. Grayscale: #9B9B9B. Windows color (decimal): -1285634 or 16671212. OLE color: 16671212.
HSL color Cylindrical-coordinate representation of color #EC61FE: hue angle of 293.12º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC61FE is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 97 | 254 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.00 |
| HSL | 293.12º | 0.99% | 0.69% | - |
| HSV(B) | 293.12º | 0.62% | 1% | - |
| XYZ | 56.76 | 33.54 | 97.25 | - |
| YUV | 156.46 | 183.05 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 254 | 0.07 | 0.62 | 0 | 0.00 | 293.12 | 0.99 | 0.69 |
| Hex | EC | 61 | FE | 7 | 3E | 0 | 0 | 125 | 63 | 45 |
| Octal | 354 | 141 | 376 | 7 | 76 | 0 | 0 | 445 | 143 | 105 |
| Binary | 11101100 | 1100001 | 11111110 | 111 | 111110 | 0 | 0 | 100100101 | 1100011 | 1000101 |
Color Harmonies of #EC61FE
Complementary color
Monochromatic Colors of #EC61FE
Black with #EC61FE
Text Example
Text Example
White with #EC61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC61FE; }
p { color: rgb(236,97,254); }
H1.HeaderClassName
{
color: #EC61FE;
}
.AnyTagClassName
{
color: #EC61FE;
}
</style>
background-color css
<style>
a { background-color: #EC61FE; }
a { background-color: rgb(236,97,254); }
div.DivClassName
{
background-color: #EC61FE;
}
.BgClassName
{
background-color: #EC61FE;
}
</style>
border-color css
<style>
span { border-color: #EC61FE; }
span { border-color: rgb(236,97,254); }
td.TdClassName
{
border-color: #EC61FE;
}
.TagClassName
{
border-color: #EC61FE;
}
</style>