Shades of Pink Flamingo #EC67F3
Tints of Pink Flamingo #EC67F3
RGB
CMYK
RGB Variations
Color information
#EC67F3 (or 0xEC67F3) is known color: Pink Flamingo. HEX triplet: EC, 67 and F3. RGB value is (236,103,243). Sum of RGB (Red+Green+Blue) = 236+103+243=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 103 (40.62% from 255 or 17.70% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC67F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC67F3 is #13980C. Grayscale: #9E9E9E. Windows color (decimal): -1284109 or 15951852. OLE color: 15951852.
HSL color Cylindrical-coordinate representation of color #EC67F3: hue angle of 297º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC67F3 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 103 | 243 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.05 |
| HSL | 297º | 0.85% | 0.68% | - |
| HSV(B) | 297º | 0.58% | 0.95% | - |
| XYZ | 55.62 | 34 | 88.43 | - |
| YUV | 158.73 | 175.56 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 243 | 0.03 | 0.58 | 0 | 0.05 | 297 | 0.85 | 0.68 |
| Hex | EC | 67 | F3 | 3 | 3A | 0 | 5 | 129 | 55 | 44 |
| Octal | 354 | 147 | 363 | 3 | 72 | 0 | 5 | 451 | 125 | 104 |
| Binary | 11101100 | 1100111 | 11110011 | 11 | 111010 | 0 | 101 | 100101001 | 1010101 | 1000100 |
Color Harmonies of #EC67F3
Complementary color
Monochromatic Colors of #EC67F3
Black with #EC67F3
Text Example
Text Example
White with #EC67F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67F3; }
p { color: rgb(236,103,243); }
H1.HeaderClassName
{
color: #EC67F3;
}
.AnyTagClassName
{
color: #EC67F3;
}
</style>
background-color css
<style>
a { background-color: #EC67F3; }
a { background-color: rgb(236,103,243); }
div.DivClassName
{
background-color: #EC67F3;
}
.BgClassName
{
background-color: #EC67F3;
}
</style>
border-color css
<style>
span { border-color: #EC67F3; }
span { border-color: rgb(236,103,243); }
td.TdClassName
{
border-color: #EC67F3;
}
.TagClassName
{
border-color: #EC67F3;
}
</style>