Shades of Pink Flamingo #EC5DFC
Tints of Pink Flamingo #EC5DFC
RGB
CMYK
RGB Variations
Color information
#EC5DFC (or 0xEC5DFC) is known color: Pink Flamingo. HEX triplet: EC, 5D and FC. RGB value is (236,93,252). Sum of RGB (Red+Green+Blue) = 236+93+252=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 93 (36.72% from 255 or 16.01% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC5DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5DFC is #13A203. Grayscale: #999999. Windows color (decimal): -1286660 or 16539116. OLE color: 16539116.
HSL color Cylindrical-coordinate representation of color #EC5DFC: hue angle of 293.96º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5DFC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 93 | 252 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.01 |
| HSL | 293.96º | 0.96% | 0.68% | - |
| HSV(B) | 293.96º | 0.63% | 0.99% | - |
| XYZ | 56.08 | 32.69 | 95.45 | - |
| YUV | 153.88 | 183.38 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 252 | 0.06 | 0.63 | 0 | 0.01 | 293.96 | 0.96 | 0.68 |
| Hex | EC | 5D | FC | 6 | 3F | 0 | 1 | 126 | 60 | 44 |
| Octal | 354 | 135 | 374 | 6 | 77 | 0 | 1 | 446 | 140 | 104 |
| Binary | 11101100 | 1011101 | 11111100 | 110 | 111111 | 0 | 1 | 100100110 | 1100000 | 1000100 |
Color Harmonies of #EC5DFC
Complementary color
Monochromatic Colors of #EC5DFC
Black with #EC5DFC
Text Example
Text Example
White with #EC5DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5DFC; }
p { color: rgb(236,93,252); }
H1.HeaderClassName
{
color: #EC5DFC;
}
.AnyTagClassName
{
color: #EC5DFC;
}
</style>
background-color css
<style>
a { background-color: #EC5DFC; }
a { background-color: rgb(236,93,252); }
div.DivClassName
{
background-color: #EC5DFC;
}
.BgClassName
{
background-color: #EC5DFC;
}
</style>
border-color css
<style>
span { border-color: #EC5DFC; }
span { border-color: rgb(236,93,252); }
td.TdClassName
{
border-color: #EC5DFC;
}
.TagClassName
{
border-color: #EC5DFC;
}
</style>