Shades of Pink Flamingo #EC43F9
Tints of Pink Flamingo #EC43F9
RGB
CMYK
RGB Variations
Color information
#EC43F9 (or 0xEC43F9) is known color: Pink Flamingo. HEX triplet: EC, 43 and F9. RGB value is (236,67,249). Sum of RGB (Red+Green+Blue) = 236+67+249=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 67 (26.56% from 255 or 12.14% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC43F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC43F9 is #13BC06. Grayscale: #898989. Windows color (decimal): -1293319 or 16335852. OLE color: 16335852.
HSL color Cylindrical-coordinate representation of color #EC43F9: hue angle of 295.71º degrees, saturation: 0.94, 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 #EC43F9 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 67 | 249 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.02 |
| HSL | 295.71º | 0.94% | 0.62% | - |
| HSV(B) | 295.71º | 0.73% | 0.98% | - |
| XYZ | 53.7 | 28.69 | 92.33 | - |
| YUV | 138.28 | 190.49 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 249 | 0.05 | 0.73 | 0 | 0.02 | 295.71 | 0.94 | 0.62 |
| Hex | EC | 43 | F9 | 5 | 49 | 0 | 2 | 128 | 5E | 3E |
| Octal | 354 | 103 | 371 | 5 | 111 | 0 | 2 | 450 | 136 | 76 |
| Binary | 11101100 | 1000011 | 11111001 | 101 | 1001001 | 0 | 10 | 100101000 | 1011110 | 111110 |
Color Harmonies of #EC43F9
Complementary color
Monochromatic Colors of #EC43F9
Black with #EC43F9
Text Example
Text Example
White with #EC43F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC43F9; }
p { color: rgb(236,67,249); }
H1.HeaderClassName
{
color: #EC43F9;
}
.AnyTagClassName
{
color: #EC43F9;
}
</style>
background-color css
<style>
a { background-color: #EC43F9; }
a { background-color: rgb(236,67,249); }
div.DivClassName
{
background-color: #EC43F9;
}
.BgClassName
{
background-color: #EC43F9;
}
</style>
border-color css
<style>
span { border-color: #EC43F9; }
span { border-color: rgb(236,67,249); }
td.TdClassName
{
border-color: #EC43F9;
}
.TagClassName
{
border-color: #EC43F9;
}
</style>