Shades of Pink Flamingo #EC52FD
Tints of Pink Flamingo #EC52FD
RGB
CMYK
RGB Variations
Color information
#EC52FD (or 0xEC52FD) is known color: Pink Flamingo. HEX triplet: EC, 52 and FD. RGB value is (236,82,253). Sum of RGB (Red+Green+Blue) = 236+82+253=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 82 (32.42% from 255 or 14.36% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC52FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC52FD is #13AD02. Grayscale: #939393. Windows color (decimal): -1289475 or 16601836. OLE color: 16601836.
HSL color Cylindrical-coordinate representation of color #EC52FD: hue angle of 294.04º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC52FD is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 82 | 253 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.01 |
| HSL | 294.04º | 0.98% | 0.66% | - |
| HSV(B) | 294.04º | 0.68% | 0.99% | - |
| XYZ | 55.34 | 30.96 | 95.99 | - |
| YUV | 147.54 | 187.52 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 253 | 0.07 | 0.68 | 0 | 0.01 | 294.04 | 0.98 | 0.66 |
| Hex | EC | 52 | FD | 7 | 44 | 0 | 1 | 126 | 62 | 42 |
| Octal | 354 | 122 | 375 | 7 | 104 | 0 | 1 | 446 | 142 | 102 |
| Binary | 11101100 | 1010010 | 11111101 | 111 | 1000100 | 0 | 1 | 100100110 | 1100010 | 1000010 |
Color Harmonies of #EC52FD
Complementary color
Monochromatic Colors of #EC52FD
Black with #EC52FD
Text Example
Text Example
White with #EC52FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52FD; }
p { color: rgb(236,82,253); }
H1.HeaderClassName
{
color: #EC52FD;
}
.AnyTagClassName
{
color: #EC52FD;
}
</style>
background-color css
<style>
a { background-color: #EC52FD; }
a { background-color: rgb(236,82,253); }
div.DivClassName
{
background-color: #EC52FD;
}
.BgClassName
{
background-color: #EC52FD;
}
</style>
border-color css
<style>
span { border-color: #EC52FD; }
span { border-color: rgb(236,82,253); }
td.TdClassName
{
border-color: #EC52FD;
}
.TagClassName
{
border-color: #EC52FD;
}
</style>