Shades of Pink Flamingo #EC52F6
Tints of Pink Flamingo #EC52F6
RGB
CMYK
RGB Variations
Color information
#EC52F6 (or 0xEC52F6) is known color: Pink Flamingo. HEX triplet: EC, 52 and F6. RGB value is (236,82,246). Sum of RGB (Red+Green+Blue) = 236+82+246=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 82 (32.42% from 255 or 14.54% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC52F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC52F6 is #13AD09. Grayscale: #929292. Windows color (decimal): -1289482 or 16143084. OLE color: 16143084.
HSL color Cylindrical-coordinate representation of color #EC52F6: hue angle of 296.34º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC52F6 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 82 | 246 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.04 |
| HSL | 296.34º | 0.9% | 0.64% | - |
| HSV(B) | 296.34º | 0.67% | 0.96% | - |
| XYZ | 54.24 | 30.52 | 90.22 | - |
| YUV | 146.74 | 184.02 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 246 | 0.04 | 0.67 | 0 | 0.04 | 296.34 | 0.9 | 0.64 |
| Hex | EC | 52 | F6 | 4 | 43 | 0 | 4 | 128 | 5A | 40 |
| Octal | 354 | 122 | 366 | 4 | 103 | 0 | 4 | 450 | 132 | 100 |
| Binary | 11101100 | 1010010 | 11110110 | 100 | 1000011 | 0 | 100 | 100101000 | 1011010 | 1000000 |
Color Harmonies of #EC52F6
Complementary color
Monochromatic Colors of #EC52F6
Black with #EC52F6
Text Example
Text Example
White with #EC52F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52F6; }
p { color: rgb(236,82,246); }
H1.HeaderClassName
{
color: #EC52F6;
}
.AnyTagClassName
{
color: #EC52F6;
}
</style>
background-color css
<style>
a { background-color: #EC52F6; }
a { background-color: rgb(236,82,246); }
div.DivClassName
{
background-color: #EC52F6;
}
.BgClassName
{
background-color: #EC52F6;
}
</style>
border-color css
<style>
span { border-color: #EC52F6; }
span { border-color: rgb(236,82,246); }
td.TdClassName
{
border-color: #EC52F6;
}
.TagClassName
{
border-color: #EC52F6;
}
</style>