Shades of Pink Flamingo #EC5CFE
Tints of Pink Flamingo #EC5CFE
RGB
CMYK
RGB Variations
Color information
#EC5CFE (or 0xEC5CFE) is known color: Pink Flamingo. HEX triplet: EC, 5C and FE. RGB value is (236,92,254). Sum of RGB (Red+Green+Blue) = 236+92+254=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 92 (36.33% from 255 or 15.81% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC5CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5CFE is #13A301. Grayscale: #999999. Windows color (decimal): -1286914 or 16669932. OLE color: 16669932.
HSL color Cylindrical-coordinate representation of color #EC5CFE: hue angle of 293.33º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5CFE is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 92 | 254 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.00 |
| HSL | 293.33º | 0.99% | 0.68% | - |
| HSV(B) | 293.33º | 0.64% | 1% | - |
| XYZ | 56.31 | 32.64 | 97.1 | - |
| YUV | 153.52 | 184.71 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 254 | 0.07 | 0.64 | 0 | 0.00 | 293.33 | 0.99 | 0.68 |
| Hex | EC | 5C | FE | 7 | 40 | 0 | 0 | 125 | 63 | 44 |
| Octal | 354 | 134 | 376 | 7 | 100 | 0 | 0 | 445 | 143 | 104 |
| Binary | 11101100 | 1011100 | 11111110 | 111 | 1000000 | 0 | 0 | 100100101 | 1100011 | 1000100 |
Color Harmonies of #EC5CFE
Complementary color
Monochromatic Colors of #EC5CFE
Black with #EC5CFE
Text Example
Text Example
White with #EC5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CFE; }
p { color: rgb(236,92,254); }
H1.HeaderClassName
{
color: #EC5CFE;
}
.AnyTagClassName
{
color: #EC5CFE;
}
</style>
background-color css
<style>
a { background-color: #EC5CFE; }
a { background-color: rgb(236,92,254); }
div.DivClassName
{
background-color: #EC5CFE;
}
.BgClassName
{
background-color: #EC5CFE;
}
</style>
border-color css
<style>
span { border-color: #EC5CFE; }
span { border-color: rgb(236,92,254); }
td.TdClassName
{
border-color: #EC5CFE;
}
.TagClassName
{
border-color: #EC5CFE;
}
</style>