Shades of Pink Flamingo #EC5CFF
Tints of Pink Flamingo #EC5CFF
RGB
CMYK
RGB Variations
Color information
#EC5CFF (or 0xEC5CFF) is known color: Pink Flamingo. HEX triplet: EC, 5C and FF. RGB value is (236,92,255). Sum of RGB (Red+Green+Blue) = 236+92+255=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 92 (36.33% from 255 or 15.78% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC5CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5CFF is #13A300. Grayscale: #999999. Windows color (decimal): -1286913 or 16735468. OLE color: 16735468.
HSL color Cylindrical-coordinate representation of color #EC5CFF: hue angle of 293.01º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5CFF is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 92 | 255 | - |
| CMYK | 0.07 | 0.64 | 0 | 0 |
| HSL | 293.01º | 1% | 0.68% | - |
| HSV(B) | 293.01º | 0.64% | 1% | - |
| XYZ | 56.47 | 32.71 | 97.94 | - |
| YUV | 153.64 | 185.21 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 255 | 0.07 | 0.64 | 0 | 0 | 293.01 | 1 | 0.68 |
| Hex | EC | 5C | FF | 7 | 40 | 0 | 0 | 125 | 64 | 44 |
| Octal | 354 | 134 | 377 | 7 | 100 | 0 | 0 | 445 | 144 | 104 |
| Binary | 11101100 | 1011100 | 11111111 | 111 | 1000000 | 0 | 0 | 100100101 | 1100100 | 1000100 |
Color Harmonies of #EC5CFF
Complementary color
Monochromatic Colors of #EC5CFF
Black with #EC5CFF
Text Example
Text Example
White with #EC5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CFF; }
p { color: rgb(236,92,255); }
H1.HeaderClassName
{
color: #EC5CFF;
}
.AnyTagClassName
{
color: #EC5CFF;
}
</style>
background-color css
<style>
a { background-color: #EC5CFF; }
a { background-color: rgb(236,92,255); }
div.DivClassName
{
background-color: #EC5CFF;
}
.BgClassName
{
background-color: #EC5CFF;
}
</style>
border-color css
<style>
span { border-color: #EC5CFF; }
span { border-color: rgb(236,92,255); }
td.TdClassName
{
border-color: #EC5CFF;
}
.TagClassName
{
border-color: #EC5CFF;
}
</style>