Shades of Pink Flamingo #EC65F0
Tints of Pink Flamingo #EC65F0
RGB
CMYK
RGB Variations
Color information
#EC65F0 (or 0xEC65F0) is known color: Pink Flamingo. HEX triplet: EC, 65 and F0. RGB value is (236,101,240). Sum of RGB (Red+Green+Blue) = 236+101+240=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 101 (39.84% from 255 or 17.50% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC65F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC65F0 is #139A0F. Grayscale: #9C9C9C. Windows color (decimal): -1284624 or 15754732. OLE color: 15754732.
HSL color Cylindrical-coordinate representation of color #EC65F0: hue angle of 298.27º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC65F0 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 101 | 240 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.06 |
| HSL | 298.27º | 0.82% | 0.67% | - |
| HSV(B) | 298.27º | 0.58% | 0.94% | - |
| XYZ | 54.97 | 33.43 | 85.99 | - |
| YUV | 157.21 | 174.73 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 240 | 0.02 | 0.58 | 0 | 0.06 | 298.27 | 0.82 | 0.67 |
| Hex | EC | 65 | F0 | 2 | 3A | 0 | 6 | 12A | 52 | 43 |
| Octal | 354 | 145 | 360 | 2 | 72 | 0 | 6 | 452 | 122 | 103 |
| Binary | 11101100 | 1100101 | 11110000 | 10 | 111010 | 0 | 110 | 100101010 | 1010010 | 1000011 |
Color Harmonies of #EC65F0
Complementary color
Monochromatic Colors of #EC65F0
Black with #EC65F0
Text Example
Text Example
White with #EC65F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65F0; }
p { color: rgb(236,101,240); }
H1.HeaderClassName
{
color: #EC65F0;
}
.AnyTagClassName
{
color: #EC65F0;
}
</style>
background-color css
<style>
a { background-color: #EC65F0; }
a { background-color: rgb(236,101,240); }
div.DivClassName
{
background-color: #EC65F0;
}
.BgClassName
{
background-color: #EC65F0;
}
</style>
border-color css
<style>
span { border-color: #EC65F0; }
span { border-color: rgb(236,101,240); }
td.TdClassName
{
border-color: #EC65F0;
}
.TagClassName
{
border-color: #EC65F0;
}
</style>