Shades of Pink Flamingo #EC3DF9
Tints of Pink Flamingo #EC3DF9
RGB
CMYK
RGB Variations
Color information
#EC3DF9 (or 0xEC3DF9) is known color: Pink Flamingo. HEX triplet: EC, 3D and F9. RGB value is (236,61,249). Sum of RGB (Red+Green+Blue) = 236+61+249=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 61 (24.22% from 255 or 11.17% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC3DF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3DF9 is #13C206. Grayscale: #868686. Windows color (decimal): -1294855 or 16334316. OLE color: 16334316.
HSL color Cylindrical-coordinate representation of color #EC3DF9: hue angle of 295.85º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3DF9 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 61 | 249 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.02 |
| HSL | 295.85º | 0.94% | 0.61% | - |
| HSV(B) | 295.85º | 0.76% | 0.98% | - |
| XYZ | 53.36 | 28.01 | 92.22 | - |
| YUV | 134.76 | 192.48 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 249 | 0.05 | 0.76 | 0 | 0.02 | 295.85 | 0.94 | 0.61 |
| Hex | EC | 3D | F9 | 5 | 4C | 0 | 2 | 128 | 5E | 3D |
| Octal | 354 | 75 | 371 | 5 | 114 | 0 | 2 | 450 | 136 | 75 |
| Binary | 11101100 | 111101 | 11111001 | 101 | 1001100 | 0 | 10 | 100101000 | 1011110 | 111101 |
Color Harmonies of #EC3DF9
Complementary color
Monochromatic Colors of #EC3DF9
Black with #EC3DF9
Text Example
Text Example
White with #EC3DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DF9; }
p { color: rgb(236,61,249); }
H1.HeaderClassName
{
color: #EC3DF9;
}
.AnyTagClassName
{
color: #EC3DF9;
}
</style>
background-color css
<style>
a { background-color: #EC3DF9; }
a { background-color: rgb(236,61,249); }
div.DivClassName
{
background-color: #EC3DF9;
}
.BgClassName
{
background-color: #EC3DF9;
}
</style>
border-color css
<style>
span { border-color: #EC3DF9; }
span { border-color: rgb(236,61,249); }
td.TdClassName
{
border-color: #EC3DF9;
}
.TagClassName
{
border-color: #EC3DF9;
}
</style>