Shades of Pink Flamingo #EC55FA
Tints of Pink Flamingo #EC55FA
RGB
CMYK
RGB Variations
Color information
#EC55FA (or 0xEC55FA) is known color: Pink Flamingo. HEX triplet: EC, 55 and FA. RGB value is (236,85,250). Sum of RGB (Red+Green+Blue) = 236+85+250=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 85 (33.59% from 255 or 14.89% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC55FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC55FA is #13AA05. Grayscale: #949494. Windows color (decimal): -1288710 or 16405996. OLE color: 16405996.
HSL color Cylindrical-coordinate representation of color #EC55FA: hue angle of 294.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC55FA is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 85 | 250 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.02 |
| HSL | 294.91º | 0.94% | 0.66% | - |
| HSV(B) | 294.91º | 0.66% | 0.98% | - |
| XYZ | 55.1 | 31.23 | 93.57 | - |
| YUV | 148.96 | 185.03 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 250 | 0.06 | 0.66 | 0 | 0.02 | 294.91 | 0.94 | 0.66 |
| Hex | EC | 55 | FA | 6 | 42 | 0 | 2 | 127 | 5E | 42 |
| Octal | 354 | 125 | 372 | 6 | 102 | 0 | 2 | 447 | 136 | 102 |
| Binary | 11101100 | 1010101 | 11111010 | 110 | 1000010 | 0 | 10 | 100100111 | 1011110 | 1000010 |
Color Harmonies of #EC55FA
Complementary color
Monochromatic Colors of #EC55FA
Black with #EC55FA
Text Example
Text Example
White with #EC55FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC55FA; }
p { color: rgb(236,85,250); }
H1.HeaderClassName
{
color: #EC55FA;
}
.AnyTagClassName
{
color: #EC55FA;
}
</style>
background-color css
<style>
a { background-color: #EC55FA; }
a { background-color: rgb(236,85,250); }
div.DivClassName
{
background-color: #EC55FA;
}
.BgClassName
{
background-color: #EC55FA;
}
</style>
border-color css
<style>
span { border-color: #EC55FA; }
span { border-color: rgb(236,85,250); }
td.TdClassName
{
border-color: #EC55FA;
}
.TagClassName
{
border-color: #EC55FA;
}
</style>