Shades of Pink Flamingo #EC67F6
Tints of Pink Flamingo #EC67F6
RGB
CMYK
RGB Variations
Color information
#EC67F6 (or 0xEC67F6) is known color: Pink Flamingo. HEX triplet: EC, 67 and F6. RGB value is (236,103,246). Sum of RGB (Red+Green+Blue) = 236+103+246=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 103 (40.62% from 255 or 17.61% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC67F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC67F6 is #139809. Grayscale: #9E9E9E. Windows color (decimal): -1284106 or 16148460. OLE color: 16148460.
HSL color Cylindrical-coordinate representation of color #EC67F6: hue angle of 295.8º degrees, saturation: 0.89, 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 #EC67F6 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 103 | 246 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.04 |
| HSL | 295.8º | 0.89% | 0.68% | - |
| HSV(B) | 295.8º | 0.58% | 0.96% | - |
| XYZ | 56.08 | 34.19 | 90.83 | - |
| YUV | 159.07 | 177.06 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 246 | 0.04 | 0.58 | 0 | 0.04 | 295.8 | 0.89 | 0.68 |
| Hex | EC | 67 | F6 | 4 | 3A | 0 | 4 | 128 | 59 | 44 |
| Octal | 354 | 147 | 366 | 4 | 72 | 0 | 4 | 450 | 131 | 104 |
| Binary | 11101100 | 1100111 | 11110110 | 100 | 111010 | 0 | 100 | 100101000 | 1011001 | 1000100 |
Color Harmonies of #EC67F6
Complementary color
Monochromatic Colors of #EC67F6
Black with #EC67F6
Text Example
Text Example
White with #EC67F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67F6; }
p { color: rgb(236,103,246); }
H1.HeaderClassName
{
color: #EC67F6;
}
.AnyTagClassName
{
color: #EC67F6;
}
</style>
background-color css
<style>
a { background-color: #EC67F6; }
a { background-color: rgb(236,103,246); }
div.DivClassName
{
background-color: #EC67F6;
}
.BgClassName
{
background-color: #EC67F6;
}
</style>
border-color css
<style>
span { border-color: #EC67F6; }
span { border-color: rgb(236,103,246); }
td.TdClassName
{
border-color: #EC67F6;
}
.TagClassName
{
border-color: #EC67F6;
}
</style>