Shades of Pink Flamingo #EC54FA
Tints of Pink Flamingo #EC54FA
RGB
CMYK
RGB Variations
Color information
#EC54FA (or 0xEC54FA) is known color: Pink Flamingo. HEX triplet: EC, 54 and FA. RGB value is (236,84,250). Sum of RGB (Red+Green+Blue) = 236+84+250=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 84 (33.20% from 255 or 14.74% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC54FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC54FA is #13AB05. Grayscale: #939393. Windows color (decimal): -1288966 or 16405740. OLE color: 16405740.
HSL color Cylindrical-coordinate representation of color #EC54FA: hue angle of 294.94º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC54FA is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 84 | 250 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.02 |
| HSL | 294.94º | 0.94% | 0.65% | - |
| HSV(B) | 294.94º | 0.66% | 0.98% | - |
| XYZ | 55.02 | 31.08 | 93.54 | - |
| YUV | 148.37 | 185.36 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 250 | 0.06 | 0.66 | 0 | 0.02 | 294.94 | 0.94 | 0.65 |
| Hex | EC | 54 | FA | 6 | 42 | 0 | 2 | 127 | 5E | 41 |
| Octal | 354 | 124 | 372 | 6 | 102 | 0 | 2 | 447 | 136 | 101 |
| Binary | 11101100 | 1010100 | 11111010 | 110 | 1000010 | 0 | 10 | 100100111 | 1011110 | 1000001 |
Color Harmonies of #EC54FA
Complementary color
Monochromatic Colors of #EC54FA
Black with #EC54FA
Text Example
Text Example
White with #EC54FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC54FA; }
p { color: rgb(236,84,250); }
H1.HeaderClassName
{
color: #EC54FA;
}
.AnyTagClassName
{
color: #EC54FA;
}
</style>
background-color css
<style>
a { background-color: #EC54FA; }
a { background-color: rgb(236,84,250); }
div.DivClassName
{
background-color: #EC54FA;
}
.BgClassName
{
background-color: #EC54FA;
}
</style>
border-color css
<style>
span { border-color: #EC54FA; }
span { border-color: rgb(236,84,250); }
td.TdClassName
{
border-color: #EC54FA;
}
.TagClassName
{
border-color: #EC54FA;
}
</style>