Shades of Pink Flamingo #EC5CFA
Tints of Pink Flamingo #EC5CFA
RGB
CMYK
RGB Variations
Color information
#EC5CFA (or 0xEC5CFA) is known color: Pink Flamingo. HEX triplet: EC, 5C and FA. RGB value is (236,92,250). Sum of RGB (Red+Green+Blue) = 236+92+250=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 92 (36.33% from 255 or 15.92% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC5CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5CFA is #13A305. Grayscale: #989898. Windows color (decimal): -1286918 or 16407788. OLE color: 16407788.
HSL color Cylindrical-coordinate representation of color #EC5CFA: hue angle of 294.68º 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 #EC5CFA is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 92 | 250 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.02 |
| HSL | 294.68º | 0.94% | 0.67% | - |
| HSV(B) | 294.68º | 0.63% | 0.98% | - |
| XYZ | 55.67 | 32.39 | 93.76 | - |
| YUV | 153.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 250 | 0.06 | 0.63 | 0 | 0.02 | 294.68 | 0.94 | 0.67 |
| Hex | EC | 5C | FA | 6 | 3F | 0 | 2 | 127 | 5E | 43 |
| Octal | 354 | 134 | 372 | 6 | 77 | 0 | 2 | 447 | 136 | 103 |
| Binary | 11101100 | 1011100 | 11111010 | 110 | 111111 | 0 | 10 | 100100111 | 1011110 | 1000011 |
Color Harmonies of #EC5CFA
Complementary color
Monochromatic Colors of #EC5CFA
Black with #EC5CFA
Text Example
Text Example
White with #EC5CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CFA; }
p { color: rgb(236,92,250); }
H1.HeaderClassName
{
color: #EC5CFA;
}
.AnyTagClassName
{
color: #EC5CFA;
}
</style>
background-color css
<style>
a { background-color: #EC5CFA; }
a { background-color: rgb(236,92,250); }
div.DivClassName
{
background-color: #EC5CFA;
}
.BgClassName
{
background-color: #EC5CFA;
}
</style>
border-color css
<style>
span { border-color: #EC5CFA; }
span { border-color: rgb(236,92,250); }
td.TdClassName
{
border-color: #EC5CFA;
}
.TagClassName
{
border-color: #EC5CFA;
}
</style>