Shades of Pink Flamingo #EC45F9
Tints of Pink Flamingo #EC45F9
RGB
CMYK
RGB Variations
Color information
#EC45F9 (or 0xEC45F9) is known color: Pink Flamingo. HEX triplet: EC, 45 and F9. RGB value is (236,69,249). Sum of RGB (Red+Green+Blue) = 236+69+249=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 69 (27.34% from 255 or 12.45% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC45F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC45F9 is #13BA06. Grayscale: #8A8A8A. Windows color (decimal): -1292807 or 16336364. OLE color: 16336364.
HSL color Cylindrical-coordinate representation of color #EC45F9: hue angle of 295.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC45F9 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 69 | 249 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.02 |
| HSL | 295.67º | 0.94% | 0.62% | - |
| HSV(B) | 295.67º | 0.72% | 0.98% | - |
| XYZ | 53.82 | 28.93 | 92.37 | - |
| YUV | 139.45 | 189.83 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 249 | 0.05 | 0.72 | 0 | 0.02 | 295.67 | 0.94 | 0.62 |
| Hex | EC | 45 | F9 | 5 | 48 | 0 | 2 | 128 | 5E | 3E |
| Octal | 354 | 105 | 371 | 5 | 110 | 0 | 2 | 450 | 136 | 76 |
| Binary | 11101100 | 1000101 | 11111001 | 101 | 1001000 | 0 | 10 | 100101000 | 1011110 | 111110 |
Color Harmonies of #EC45F9
Complementary color
Monochromatic Colors of #EC45F9
Black with #EC45F9
Text Example
Text Example
White with #EC45F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC45F9; }
p { color: rgb(236,69,249); }
H1.HeaderClassName
{
color: #EC45F9;
}
.AnyTagClassName
{
color: #EC45F9;
}
</style>
background-color css
<style>
a { background-color: #EC45F9; }
a { background-color: rgb(236,69,249); }
div.DivClassName
{
background-color: #EC45F9;
}
.BgClassName
{
background-color: #EC45F9;
}
</style>
border-color css
<style>
span { border-color: #EC45F9; }
span { border-color: rgb(236,69,249); }
td.TdClassName
{
border-color: #EC45F9;
}
.TagClassName
{
border-color: #EC45F9;
}
</style>