Shades of Pink Flamingo #EC52FA
Tints of Pink Flamingo #EC52FA
RGB
CMYK
RGB Variations
Color information
#EC52FA (or 0xEC52FA) is known color: Pink Flamingo. HEX triplet: EC, 52 and FA. RGB value is (236,82,250). Sum of RGB (Red+Green+Blue) = 236+82+250=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 82 (32.42% from 255 or 14.44% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC52FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC52FA is #13AD05. Grayscale: #929292. Windows color (decimal): -1289478 or 16405228. OLE color: 16405228.
HSL color Cylindrical-coordinate representation of color #EC52FA: hue angle of 295º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC52FA is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 82 | 250 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.02 |
| HSL | 295º | 0.94% | 0.65% | - |
| HSV(B) | 295º | 0.67% | 0.98% | - |
| XYZ | 54.86 | 30.77 | 93.49 | - |
| YUV | 147.2 | 186.02 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 250 | 0.06 | 0.67 | 0 | 0.02 | 295 | 0.94 | 0.65 |
| Hex | EC | 52 | FA | 6 | 43 | 0 | 2 | 127 | 5E | 41 |
| Octal | 354 | 122 | 372 | 6 | 103 | 0 | 2 | 447 | 136 | 101 |
| Binary | 11101100 | 1010010 | 11111010 | 110 | 1000011 | 0 | 10 | 100100111 | 1011110 | 1000001 |
Color Harmonies of #EC52FA
Complementary color
Monochromatic Colors of #EC52FA
Black with #EC52FA
Text Example
Text Example
White with #EC52FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52FA; }
p { color: rgb(236,82,250); }
H1.HeaderClassName
{
color: #EC52FA;
}
.AnyTagClassName
{
color: #EC52FA;
}
</style>
background-color css
<style>
a { background-color: #EC52FA; }
a { background-color: rgb(236,82,250); }
div.DivClassName
{
background-color: #EC52FA;
}
.BgClassName
{
background-color: #EC52FA;
}
</style>
border-color css
<style>
span { border-color: #EC52FA; }
span { border-color: rgb(236,82,250); }
td.TdClassName
{
border-color: #EC52FA;
}
.TagClassName
{
border-color: #EC52FA;
}
</style>