Shades of Pink Flamingo #EC68F3
Tints of Pink Flamingo #EC68F3
RGB
CMYK
RGB Variations
Color information
#EC68F3 (or 0xEC68F3) is known color: Pink Flamingo. HEX triplet: EC, 68 and F3. RGB value is (236,104,243). Sum of RGB (Red+Green+Blue) = 236+104+243=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 104 (41.02% from 255 or 17.84% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC68F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC68F3 is #13970C. Grayscale: #9E9E9E. Windows color (decimal): -1283853 or 15952108. OLE color: 15952108.
HSL color Cylindrical-coordinate representation of color #EC68F3: hue angle of 296.98º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC68F3 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 104 | 243 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.05 |
| HSL | 296.98º | 0.85% | 0.68% | - |
| HSV(B) | 296.98º | 0.57% | 0.95% | - |
| XYZ | 55.72 | 34.2 | 88.46 | - |
| YUV | 159.31 | 175.23 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 243 | 0.03 | 0.57 | 0 | 0.05 | 296.98 | 0.85 | 0.68 |
| Hex | EC | 68 | F3 | 3 | 39 | 0 | 5 | 129 | 55 | 44 |
| Octal | 354 | 150 | 363 | 3 | 71 | 0 | 5 | 451 | 125 | 104 |
| Binary | 11101100 | 1101000 | 11110011 | 11 | 111001 | 0 | 101 | 100101001 | 1010101 | 1000100 |
Color Harmonies of #EC68F3
Complementary color
Monochromatic Colors of #EC68F3
Black with #EC68F3
Text Example
Text Example
White with #EC68F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68F3; }
p { color: rgb(236,104,243); }
H1.HeaderClassName
{
color: #EC68F3;
}
.AnyTagClassName
{
color: #EC68F3;
}
</style>
background-color css
<style>
a { background-color: #EC68F3; }
a { background-color: rgb(236,104,243); }
div.DivClassName
{
background-color: #EC68F3;
}
.BgClassName
{
background-color: #EC68F3;
}
</style>
border-color css
<style>
span { border-color: #EC68F3; }
span { border-color: rgb(236,104,243); }
td.TdClassName
{
border-color: #EC68F3;
}
.TagClassName
{
border-color: #EC68F3;
}
</style>