Shades of Pink Flamingo #EC68F5
Tints of Pink Flamingo #EC68F5
RGB
CMYK
RGB Variations
Color information
#EC68F5 (or 0xEC68F5) is known color: Pink Flamingo. HEX triplet: EC, 68 and F5. RGB value is (236,104,245). Sum of RGB (Red+Green+Blue) = 236+104+245=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 104 (41.02% from 255 or 17.78% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC68F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC68F5 is #13970A. Grayscale: #9F9F9F. Windows color (decimal): -1283851 or 16083180. OLE color: 16083180.
HSL color Cylindrical-coordinate representation of color #EC68F5: hue angle of 296.17º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC68F5 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 104 | 245 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.04 |
| HSL | 296.17º | 0.88% | 0.68% | - |
| HSV(B) | 296.17º | 0.58% | 0.96% | - |
| XYZ | 56.02 | 34.33 | 90.06 | - |
| YUV | 159.54 | 176.23 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 245 | 0.04 | 0.58 | 0 | 0.04 | 296.17 | 0.88 | 0.68 |
| Hex | EC | 68 | F5 | 4 | 3A | 0 | 4 | 128 | 58 | 44 |
| Octal | 354 | 150 | 365 | 4 | 72 | 0 | 4 | 450 | 130 | 104 |
| Binary | 11101100 | 1101000 | 11110101 | 100 | 111010 | 0 | 100 | 100101000 | 1011000 | 1000100 |
Color Harmonies of #EC68F5
Complementary color
Monochromatic Colors of #EC68F5
Black with #EC68F5
Text Example
Text Example
White with #EC68F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68F5; }
p { color: rgb(236,104,245); }
H1.HeaderClassName
{
color: #EC68F5;
}
.AnyTagClassName
{
color: #EC68F5;
}
</style>
background-color css
<style>
a { background-color: #EC68F5; }
a { background-color: rgb(236,104,245); }
div.DivClassName
{
background-color: #EC68F5;
}
.BgClassName
{
background-color: #EC68F5;
}
</style>
border-color css
<style>
span { border-color: #EC68F5; }
span { border-color: rgb(236,104,245); }
td.TdClassName
{
border-color: #EC68F5;
}
.TagClassName
{
border-color: #EC68F5;
}
</style>