Shades of Pink Flamingo #EC67F7
Tints of Pink Flamingo #EC67F7
RGB
CMYK
RGB Variations
Color information
#EC67F7 (or 0xEC67F7) is known color: Pink Flamingo. HEX triplet: EC, 67 and F7. RGB value is (236,103,247). Sum of RGB (Red+Green+Blue) = 236+103+247=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 103 (40.62% from 255 or 17.58% from 586); Blue value is 247 (96.88% from 255 or 42.15% from 586); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC67F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC67F7 is #139808. Grayscale: #9E9E9E. Windows color (decimal): -1284105 or 16213996. OLE color: 16213996.
HSL color Cylindrical-coordinate representation of color #EC67F7: hue angle of 295.42º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC67F7 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 103 | 247 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.03 |
| HSL | 295.42º | 0.9% | 0.69% | - |
| HSV(B) | 295.42º | 0.58% | 0.97% | - |
| XYZ | 56.23 | 34.25 | 91.64 | - |
| YUV | 159.18 | 177.56 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 247 | 0.04 | 0.58 | 0 | 0.03 | 295.42 | 0.9 | 0.69 |
| Hex | EC | 67 | F7 | 4 | 3A | 0 | 3 | 127 | 5A | 45 |
| Octal | 354 | 147 | 367 | 4 | 72 | 0 | 3 | 447 | 132 | 105 |
| Binary | 11101100 | 1100111 | 11110111 | 100 | 111010 | 0 | 11 | 100100111 | 1011010 | 1000101 |
Color Harmonies of #EC67F7
Complementary color
Monochromatic Colors of #EC67F7
Black with #EC67F7
Text Example
Text Example
White with #EC67F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67F7; }
p { color: rgb(236,103,247); }
H1.HeaderClassName
{
color: #EC67F7;
}
.AnyTagClassName
{
color: #EC67F7;
}
</style>
background-color css
<style>
a { background-color: #EC67F7; }
a { background-color: rgb(236,103,247); }
div.DivClassName
{
background-color: #EC67F7;
}
.BgClassName
{
background-color: #EC67F7;
}
</style>
border-color css
<style>
span { border-color: #EC67F7; }
span { border-color: rgb(236,103,247); }
td.TdClassName
{
border-color: #EC67F7;
}
.TagClassName
{
border-color: #EC67F7;
}
</style>