Shades of Pink Flamingo #EC3CF9
Tints of Pink Flamingo #EC3CF9
RGB
CMYK
RGB Variations
Color information
#EC3CF9 (or 0xEC3CF9) is known color: Pink Flamingo. HEX triplet: EC, 3C and F9. RGB value is (236,60,249). Sum of RGB (Red+Green+Blue) = 236+60+249=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 60 (23.83% from 255 or 11.01% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC3CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3CF9 is #13C306. Grayscale: #858585. Windows color (decimal): -1295111 or 16334060. OLE color: 16334060.
HSL color Cylindrical-coordinate representation of color #EC3CF9: hue angle of 295.87º 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 #EC3CF9 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 60 | 249 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.02 |
| HSL | 295.87º | 0.94% | 0.61% | - |
| HSV(B) | 295.87º | 0.76% | 0.98% | - |
| XYZ | 53.31 | 27.9 | 92.2 | - |
| YUV | 134.17 | 192.81 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 249 | 0.05 | 0.76 | 0 | 0.02 | 295.87 | 0.94 | 0.61 |
| Hex | EC | 3C | F9 | 5 | 4C | 0 | 2 | 128 | 5E | 3D |
| Octal | 354 | 74 | 371 | 5 | 114 | 0 | 2 | 450 | 136 | 75 |
| Binary | 11101100 | 111100 | 11111001 | 101 | 1001100 | 0 | 10 | 100101000 | 1011110 | 111101 |
Color Harmonies of #EC3CF9
Complementary color
Monochromatic Colors of #EC3CF9
Black with #EC3CF9
Text Example
Text Example
White with #EC3CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CF9; }
p { color: rgb(236,60,249); }
H1.HeaderClassName
{
color: #EC3CF9;
}
.AnyTagClassName
{
color: #EC3CF9;
}
</style>
background-color css
<style>
a { background-color: #EC3CF9; }
a { background-color: rgb(236,60,249); }
div.DivClassName
{
background-color: #EC3CF9;
}
.BgClassName
{
background-color: #EC3CF9;
}
</style>
border-color css
<style>
span { border-color: #EC3CF9; }
span { border-color: rgb(236,60,249); }
td.TdClassName
{
border-color: #EC3CF9;
}
.TagClassName
{
border-color: #EC3CF9;
}
</style>