Shades of Pink Flamingo #EC51F3
Tints of Pink Flamingo #EC51F3
RGB
CMYK
RGB Variations
Color information
#EC51F3 (or 0xEC51F3) is known color: Pink Flamingo. HEX triplet: EC, 51 and F3. RGB value is (236,81,243). Sum of RGB (Red+Green+Blue) = 236+81+243=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 81 (32.03% from 255 or 14.46% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC51F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC51F3 is #13AE0C. Grayscale: #919191. Windows color (decimal): -1289741 or 15946220. OLE color: 15946220.
HSL color Cylindrical-coordinate representation of color #EC51F3: hue angle of 297.41º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC51F3 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 81 | 243 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.05 |
| HSL | 297.41º | 0.87% | 0.64% | - |
| HSV(B) | 297.41º | 0.67% | 0.95% | - |
| XYZ | 53.71 | 30.19 | 87.79 | - |
| YUV | 145.81 | 182.85 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 243 | 0.03 | 0.67 | 0 | 0.05 | 297.41 | 0.87 | 0.64 |
| Hex | EC | 51 | F3 | 3 | 43 | 0 | 5 | 129 | 57 | 40 |
| Octal | 354 | 121 | 363 | 3 | 103 | 0 | 5 | 451 | 127 | 100 |
| Binary | 11101100 | 1010001 | 11110011 | 11 | 1000011 | 0 | 101 | 100101001 | 1010111 | 1000000 |
Color Harmonies of #EC51F3
Complementary color
Monochromatic Colors of #EC51F3
Black with #EC51F3
Text Example
Text Example
White with #EC51F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51F3; }
p { color: rgb(236,81,243); }
H1.HeaderClassName
{
color: #EC51F3;
}
.AnyTagClassName
{
color: #EC51F3;
}
</style>
background-color css
<style>
a { background-color: #EC51F3; }
a { background-color: rgb(236,81,243); }
div.DivClassName
{
background-color: #EC51F3;
}
.BgClassName
{
background-color: #EC51F3;
}
</style>
border-color css
<style>
span { border-color: #EC51F3; }
span { border-color: rgb(236,81,243); }
td.TdClassName
{
border-color: #EC51F3;
}
.TagClassName
{
border-color: #EC51F3;
}
</style>