Shades of Pink Flamingo #EC61FF
Tints of Pink Flamingo #EC61FF
RGB
CMYK
RGB Variations
Color information
#EC61FF (or 0xEC61FF) is known color: Pink Flamingo. HEX triplet: EC, 61 and FF. RGB value is (236,97,255). Sum of RGB (Red+Green+Blue) = 236+97+255=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 97 (38.28% from 255 or 16.50% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC61FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC61FF is #139E00. Grayscale: #9C9C9C. Windows color (decimal): -1285633 or 16736748. OLE color: 16736748.
HSL color Cylindrical-coordinate representation of color #EC61FF: hue angle of 292.78º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC61FF is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 97 | 255 | - |
| CMYK | 0.07 | 0.62 | 0 | 0 |
| HSL | 292.78º | 1% | 0.69% | - |
| HSV(B) | 292.78º | 0.62% | 1% | - |
| XYZ | 56.92 | 33.6 | 98.09 | - |
| YUV | 156.57 | 183.55 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 255 | 0.07 | 0.62 | 0 | 0 | 292.78 | 1 | 0.69 |
| Hex | EC | 61 | FF | 7 | 3E | 0 | 0 | 125 | 64 | 45 |
| Octal | 354 | 141 | 377 | 7 | 76 | 0 | 0 | 445 | 144 | 105 |
| Binary | 11101100 | 1100001 | 11111111 | 111 | 111110 | 0 | 0 | 100100101 | 1100100 | 1000101 |
Color Harmonies of #EC61FF
Complementary color
Monochromatic Colors of #EC61FF
Black with #EC61FF
Text Example
Text Example
White with #EC61FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC61FF; }
p { color: rgb(236,97,255); }
H1.HeaderClassName
{
color: #EC61FF;
}
.AnyTagClassName
{
color: #EC61FF;
}
</style>
background-color css
<style>
a { background-color: #EC61FF; }
a { background-color: rgb(236,97,255); }
div.DivClassName
{
background-color: #EC61FF;
}
.BgClassName
{
background-color: #EC61FF;
}
</style>
border-color css
<style>
span { border-color: #EC61FF; }
span { border-color: rgb(236,97,255); }
td.TdClassName
{
border-color: #EC61FF;
}
.TagClassName
{
border-color: #EC61FF;
}
</style>