Shades of Pink Flamingo #EC6AF2
Tints of Pink Flamingo #EC6AF2
RGB
CMYK
RGB Variations
Color information
#EC6AF2 (or 0xEC6AF2) is known color: Pink Flamingo. HEX triplet: EC, 6A and F2. RGB value is (236,106,242). Sum of RGB (Red+Green+Blue) = 236+106+242=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 106 (41.80% from 255 or 18.15% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC6AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6AF2 is #13950D. Grayscale: #9F9F9F. Windows color (decimal): -1283342 or 15887084. OLE color: 15887084.
HSL color Cylindrical-coordinate representation of color #EC6AF2: hue angle of 297.35º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6AF2 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 106 | 242 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.05 |
| HSL | 297.35º | 0.84% | 0.68% | - |
| HSV(B) | 297.35º | 0.56% | 0.95% | - |
| XYZ | 55.77 | 34.55 | 87.73 | - |
| YUV | 160.37 | 174.07 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 242 | 0.02 | 0.56 | 0 | 0.05 | 297.35 | 0.84 | 0.68 |
| Hex | EC | 6A | F2 | 2 | 38 | 0 | 5 | 129 | 54 | 44 |
| Octal | 354 | 152 | 362 | 2 | 70 | 0 | 5 | 451 | 124 | 104 |
| Binary | 11101100 | 1101010 | 11110010 | 10 | 111000 | 0 | 101 | 100101001 | 1010100 | 1000100 |
Color Harmonies of #EC6AF2
Complementary color
Monochromatic Colors of #EC6AF2
Black with #EC6AF2
Text Example
Text Example
White with #EC6AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6AF2; }
p { color: rgb(236,106,242); }
H1.HeaderClassName
{
color: #EC6AF2;
}
.AnyTagClassName
{
color: #EC6AF2;
}
</style>
background-color css
<style>
a { background-color: #EC6AF2; }
a { background-color: rgb(236,106,242); }
div.DivClassName
{
background-color: #EC6AF2;
}
.BgClassName
{
background-color: #EC6AF2;
}
</style>
border-color css
<style>
span { border-color: #EC6AF2; }
span { border-color: rgb(236,106,242); }
td.TdClassName
{
border-color: #EC6AF2;
}
.TagClassName
{
border-color: #EC6AF2;
}
</style>