Shades of Pink Flamingo #EC52FE
Tints of Pink Flamingo #EC52FE
RGB
CMYK
RGB Variations
Color information
#EC52FE (or 0xEC52FE) is known color: Pink Flamingo. HEX triplet: EC, 52 and FE. RGB value is (236,82,254). Sum of RGB (Red+Green+Blue) = 236+82+254=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 82 (32.42% from 255 or 14.34% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC52FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC52FE is #13AD01. Grayscale: #939393. Windows color (decimal): -1289474 or 16667372. OLE color: 16667372.
HSL color Cylindrical-coordinate representation of color #EC52FE: hue angle of 293.72º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC52FE is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 82 | 254 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.00 |
| HSL | 293.72º | 0.99% | 0.66% | - |
| HSV(B) | 293.72º | 0.68% | 1% | - |
| XYZ | 55.5 | 31.02 | 96.83 | - |
| YUV | 147.65 | 188.02 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 254 | 0.07 | 0.68 | 0 | 0.00 | 293.72 | 0.99 | 0.66 |
| Hex | EC | 52 | FE | 7 | 44 | 0 | 0 | 126 | 63 | 42 |
| Octal | 354 | 122 | 376 | 7 | 104 | 0 | 0 | 446 | 143 | 102 |
| Binary | 11101100 | 1010010 | 11111110 | 111 | 1000100 | 0 | 0 | 100100110 | 1100011 | 1000010 |
Color Harmonies of #EC52FE
Complementary color
Monochromatic Colors of #EC52FE
Black with #EC52FE
Text Example
Text Example
White with #EC52FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52FE; }
p { color: rgb(236,82,254); }
H1.HeaderClassName
{
color: #EC52FE;
}
.AnyTagClassName
{
color: #EC52FE;
}
</style>
background-color css
<style>
a { background-color: #EC52FE; }
a { background-color: rgb(236,82,254); }
div.DivClassName
{
background-color: #EC52FE;
}
.BgClassName
{
background-color: #EC52FE;
}
</style>
border-color css
<style>
span { border-color: #EC52FE; }
span { border-color: rgb(236,82,254); }
td.TdClassName
{
border-color: #EC52FE;
}
.TagClassName
{
border-color: #EC52FE;
}
</style>