Shades of Pink Flamingo #EC5EFF
Tints of Pink Flamingo #EC5EFF
RGB
CMYK
RGB Variations
Color information
#EC5EFF (or 0xEC5EFF) is known color: Pink Flamingo. HEX triplet: EC, 5E and FF. RGB value is (236,94,255). Sum of RGB (Red+Green+Blue) = 236+94+255=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 94 (37.11% from 255 or 16.07% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC5EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5EFF is #13A100. Grayscale: #9A9A9A. Windows color (decimal): -1286401 or 16735980. OLE color: 16735980.
HSL color Cylindrical-coordinate representation of color #EC5EFF: hue angle of 292.92º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5EFF is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 94 | 255 | - |
| CMYK | 0.07 | 0.63 | 0 | 0 |
| HSL | 292.92º | 1% | 0.68% | - |
| HSV(B) | 292.92º | 0.63% | 1% | - |
| XYZ | 56.64 | 33.06 | 98 | - |
| YUV | 154.81 | 184.54 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 255 | 0.07 | 0.63 | 0 | 0 | 292.92 | 1 | 0.68 |
| Hex | EC | 5E | FF | 7 | 3F | 0 | 0 | 125 | 64 | 44 |
| Octal | 354 | 136 | 377 | 7 | 77 | 0 | 0 | 445 | 144 | 104 |
| Binary | 11101100 | 1011110 | 11111111 | 111 | 111111 | 0 | 0 | 100100101 | 1100100 | 1000100 |
Color Harmonies of #EC5EFF
Complementary color
Monochromatic Colors of #EC5EFF
Black with #EC5EFF
Text Example
Text Example
White with #EC5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5EFF; }
p { color: rgb(236,94,255); }
H1.HeaderClassName
{
color: #EC5EFF;
}
.AnyTagClassName
{
color: #EC5EFF;
}
</style>
background-color css
<style>
a { background-color: #EC5EFF; }
a { background-color: rgb(236,94,255); }
div.DivClassName
{
background-color: #EC5EFF;
}
.BgClassName
{
background-color: #EC5EFF;
}
</style>
border-color css
<style>
span { border-color: #EC5EFF; }
span { border-color: rgb(236,94,255); }
td.TdClassName
{
border-color: #EC5EFF;
}
.TagClassName
{
border-color: #EC5EFF;
}
</style>