Shades of Pink Flamingo #EC51FF
Tints of Pink Flamingo #EC51FF
RGB
CMYK
RGB Variations
Color information
#EC51FF (or 0xEC51FF) is known color: Pink Flamingo. HEX triplet: EC, 51 and FF. RGB value is (236,81,255). Sum of RGB (Red+Green+Blue) = 236+81+255=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 81 (32.03% from 255 or 14.16% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC51FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC51FF is #13AE00. Grayscale: #929292. Windows color (decimal): -1289729 or 16732652. OLE color: 16732652.
HSL color Cylindrical-coordinate representation of color #EC51FF: hue angle of 293.45º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC51FF is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 81 | 255 | - |
| CMYK | 0.07 | 0.68 | 0 | 0 |
| HSL | 293.45º | 1% | 0.66% | - |
| HSV(B) | 293.45º | 0.68% | 1% | - |
| XYZ | 55.58 | 30.94 | 97.65 | - |
| YUV | 147.18 | 188.85 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 255 | 0.07 | 0.68 | 0 | 0 | 293.45 | 1 | 0.66 |
| Hex | EC | 51 | FF | 7 | 44 | 0 | 0 | 125 | 64 | 42 |
| Octal | 354 | 121 | 377 | 7 | 104 | 0 | 0 | 445 | 144 | 102 |
| Binary | 11101100 | 1010001 | 11111111 | 111 | 1000100 | 0 | 0 | 100100101 | 1100100 | 1000010 |
Color Harmonies of #EC51FF
Complementary color
Monochromatic Colors of #EC51FF
Black with #EC51FF
Text Example
Text Example
White with #EC51FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51FF; }
p { color: rgb(236,81,255); }
H1.HeaderClassName
{
color: #EC51FF;
}
.AnyTagClassName
{
color: #EC51FF;
}
</style>
background-color css
<style>
a { background-color: #EC51FF; }
a { background-color: rgb(236,81,255); }
div.DivClassName
{
background-color: #EC51FF;
}
.BgClassName
{
background-color: #EC51FF;
}
</style>
border-color css
<style>
span { border-color: #EC51FF; }
span { border-color: rgb(236,81,255); }
td.TdClassName
{
border-color: #EC51FF;
}
.TagClassName
{
border-color: #EC51FF;
}
</style>