Shades of Pink Flamingo #EC65FC
Tints of Pink Flamingo #EC65FC
RGB
CMYK
RGB Variations
Color information
#EC65FC (or 0xEC65FC) is known color: Pink Flamingo. HEX triplet: EC, 65 and FC. RGB value is (236,101,252). Sum of RGB (Red+Green+Blue) = 236+101+252=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 101 (39.84% from 255 or 17.15% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC65FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC65FC is #139A03. Grayscale: #9E9E9E. Windows color (decimal): -1284612 or 16541164. OLE color: 16541164.
HSL color Cylindrical-coordinate representation of color #EC65FC: hue angle of 293.64º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC65FC is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 101 | 252 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.01 |
| HSL | 293.64º | 0.96% | 0.69% | - |
| HSV(B) | 293.64º | 0.6% | 0.99% | - |
| XYZ | 56.82 | 34.17 | 95.7 | - |
| YUV | 158.58 | 180.73 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 252 | 0.06 | 0.60 | 0 | 0.01 | 293.64 | 0.96 | 0.69 |
| Hex | EC | 65 | FC | 6 | 3C | 0 | 1 | 126 | 60 | 45 |
| Octal | 354 | 145 | 374 | 6 | 74 | 0 | 1 | 446 | 140 | 105 |
| Binary | 11101100 | 1100101 | 11111100 | 110 | 111100 | 0 | 1 | 100100110 | 1100000 | 1000101 |
Color Harmonies of #EC65FC
Complementary color
Monochromatic Colors of #EC65FC
Black with #EC65FC
Text Example
Text Example
White with #EC65FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65FC; }
p { color: rgb(236,101,252); }
H1.HeaderClassName
{
color: #EC65FC;
}
.AnyTagClassName
{
color: #EC65FC;
}
</style>
background-color css
<style>
a { background-color: #EC65FC; }
a { background-color: rgb(236,101,252); }
div.DivClassName
{
background-color: #EC65FC;
}
.BgClassName
{
background-color: #EC65FC;
}
</style>
border-color css
<style>
span { border-color: #EC65FC; }
span { border-color: rgb(236,101,252); }
td.TdClassName
{
border-color: #EC65FC;
}
.TagClassName
{
border-color: #EC65FC;
}
</style>