Shades of Pink Flamingo #EC51F5
Tints of Pink Flamingo #EC51F5
RGB
CMYK
RGB Variations
Color information
#EC51F5 (or 0xEC51F5) is known color: Pink Flamingo. HEX triplet: EC, 51 and F5. RGB value is (236,81,245). Sum of RGB (Red+Green+Blue) = 236+81+245=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 81 (32.03% from 255 or 14.41% from 562); Blue value is 245 (96.09% from 255 or 43.59% from 562); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC51F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC51F5 is #13AE0A. Grayscale: #919191. Windows color (decimal): -1289739 or 16077292. OLE color: 16077292.
HSL color Cylindrical-coordinate representation of color #EC51F5: hue angle of 296.71º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC51F5 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 81 | 245 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.04 |
| HSL | 296.71º | 0.89% | 0.64% | - |
| HSV(B) | 296.71º | 0.67% | 0.96% | - |
| XYZ | 54.02 | 30.31 | 89.39 | - |
| YUV | 146.04 | 183.85 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 245 | 0.04 | 0.67 | 0 | 0.04 | 296.71 | 0.89 | 0.64 |
| Hex | EC | 51 | F5 | 4 | 43 | 0 | 4 | 129 | 59 | 40 |
| Octal | 354 | 121 | 365 | 4 | 103 | 0 | 4 | 451 | 131 | 100 |
| Binary | 11101100 | 1010001 | 11110101 | 100 | 1000011 | 0 | 100 | 100101001 | 1011001 | 1000000 |
Color Harmonies of #EC51F5
Complementary color
Monochromatic Colors of #EC51F5
Black with #EC51F5
Text Example
Text Example
White with #EC51F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51F5; }
p { color: rgb(236,81,245); }
H1.HeaderClassName
{
color: #EC51F5;
}
.AnyTagClassName
{
color: #EC51F5;
}
</style>
background-color css
<style>
a { background-color: #EC51F5; }
a { background-color: rgb(236,81,245); }
div.DivClassName
{
background-color: #EC51F5;
}
.BgClassName
{
background-color: #EC51F5;
}
</style>
border-color css
<style>
span { border-color: #EC51F5; }
span { border-color: rgb(236,81,245); }
td.TdClassName
{
border-color: #EC51F5;
}
.TagClassName
{
border-color: #EC51F5;
}
</style>