Shades of Pink Flamingo #EC5DFA
Tints of Pink Flamingo #EC5DFA
RGB
CMYK
RGB Variations
Color information
#EC5DFA (or 0xEC5DFA) is known color: Pink Flamingo. HEX triplet: EC, 5D and FA. RGB value is (236,93,250). Sum of RGB (Red+Green+Blue) = 236+93+250=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 93 (36.72% from 255 or 16.06% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC5DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5DFA is #13A205. Grayscale: #999999. Windows color (decimal): -1286662 or 16408044. OLE color: 16408044.
HSL color Cylindrical-coordinate representation of color #EC5DFA: hue angle of 294.65º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5DFA is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 93 | 250 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.02 |
| HSL | 294.65º | 0.94% | 0.67% | - |
| HSV(B) | 294.65º | 0.63% | 0.98% | - |
| XYZ | 55.76 | 32.56 | 93.79 | - |
| YUV | 153.66 | 182.38 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 250 | 0.06 | 0.63 | 0 | 0.02 | 294.65 | 0.94 | 0.67 |
| Hex | EC | 5D | FA | 6 | 3F | 0 | 2 | 127 | 5E | 43 |
| Octal | 354 | 135 | 372 | 6 | 77 | 0 | 2 | 447 | 136 | 103 |
| Binary | 11101100 | 1011101 | 11111010 | 110 | 111111 | 0 | 10 | 100100111 | 1011110 | 1000011 |
Color Harmonies of #EC5DFA
Complementary color
Monochromatic Colors of #EC5DFA
Black with #EC5DFA
Text Example
Text Example
White with #EC5DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5DFA; }
p { color: rgb(236,93,250); }
H1.HeaderClassName
{
color: #EC5DFA;
}
.AnyTagClassName
{
color: #EC5DFA;
}
</style>
background-color css
<style>
a { background-color: #EC5DFA; }
a { background-color: rgb(236,93,250); }
div.DivClassName
{
background-color: #EC5DFA;
}
.BgClassName
{
background-color: #EC5DFA;
}
</style>
border-color css
<style>
span { border-color: #EC5DFA; }
span { border-color: rgb(236,93,250); }
td.TdClassName
{
border-color: #EC5DFA;
}
.TagClassName
{
border-color: #EC5DFA;
}
</style>