Shades of Pink Flamingo #EC44FA
Tints of Pink Flamingo #EC44FA
RGB
CMYK
RGB Variations
Color information
#EC44FA (or 0xEC44FA) is known color: Pink Flamingo. HEX triplet: EC, 44 and FA. RGB value is (236,68,250). Sum of RGB (Red+Green+Blue) = 236+68+250=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 68 (26.95% from 255 or 12.27% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC44FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC44FA is #13BB05. Grayscale: #8A8A8A. Windows color (decimal): -1293062 or 16401644. OLE color: 16401644.
HSL color Cylindrical-coordinate representation of color #EC44FA: hue angle of 295.38º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC44FA is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 68 | 250 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.02 |
| HSL | 295.38º | 0.95% | 0.62% | - |
| HSV(B) | 295.38º | 0.73% | 0.98% | - |
| XYZ | 53.91 | 28.87 | 93.17 | - |
| YUV | 138.98 | 190.66 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 250 | 0.06 | 0.73 | 0 | 0.02 | 295.38 | 0.95 | 0.62 |
| Hex | EC | 44 | FA | 6 | 49 | 0 | 2 | 127 | 5F | 3E |
| Octal | 354 | 104 | 372 | 6 | 111 | 0 | 2 | 447 | 137 | 76 |
| Binary | 11101100 | 1000100 | 11111010 | 110 | 1001001 | 0 | 10 | 100100111 | 1011111 | 111110 |
Color Harmonies of #EC44FA
Complementary color
Monochromatic Colors of #EC44FA
Black with #EC44FA
Text Example
Text Example
White with #EC44FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44FA; }
p { color: rgb(236,68,250); }
H1.HeaderClassName
{
color: #EC44FA;
}
.AnyTagClassName
{
color: #EC44FA;
}
</style>
background-color css
<style>
a { background-color: #EC44FA; }
a { background-color: rgb(236,68,250); }
div.DivClassName
{
background-color: #EC44FA;
}
.BgClassName
{
background-color: #EC44FA;
}
</style>
border-color css
<style>
span { border-color: #EC44FA; }
span { border-color: rgb(236,68,250); }
td.TdClassName
{
border-color: #EC44FA;
}
.TagClassName
{
border-color: #EC44FA;
}
</style>