Shades of Pink Flamingo #EC4CF4
Tints of Pink Flamingo #EC4CF4
RGB
CMYK
RGB Variations
Color information
#EC4CF4 (or 0xEC4CF4) is known color: Pink Flamingo. HEX triplet: EC, 4C and F4. RGB value is (236,76,244). Sum of RGB (Red+Green+Blue) = 236+76+244=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 76 (30.08% from 255 or 13.67% from 556); Blue value is 244 (95.70% from 255 or 43.88% from 556); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC4CF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4CF4 is #13B30B. Grayscale: #8E8E8E. Windows color (decimal): -1291020 or 16010476. OLE color: 16010476.
HSL color Cylindrical-coordinate representation of color #EC4CF4: hue angle of 297.14º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4CF4 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 76 | 244 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.04 |
| HSL | 297.14º | 0.88% | 0.63% | - |
| HSV(B) | 297.14º | 0.69% | 0.96% | - |
| XYZ | 53.51 | 29.53 | 88.47 | - |
| YUV | 142.99 | 185.01 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 244 | 0.03 | 0.69 | 0 | 0.04 | 297.14 | 0.88 | 0.63 |
| Hex | EC | 4C | F4 | 3 | 45 | 0 | 4 | 129 | 58 | 3F |
| Octal | 354 | 114 | 364 | 3 | 105 | 0 | 4 | 451 | 130 | 77 |
| Binary | 11101100 | 1001100 | 11110100 | 11 | 1000101 | 0 | 100 | 100101001 | 1011000 | 111111 |
Color Harmonies of #EC4CF4
Complementary color
Monochromatic Colors of #EC4CF4
Black with #EC4CF4
Text Example
Text Example
White with #EC4CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4CF4; }
p { color: rgb(236,76,244); }
H1.HeaderClassName
{
color: #EC4CF4;
}
.AnyTagClassName
{
color: #EC4CF4;
}
</style>
background-color css
<style>
a { background-color: #EC4CF4; }
a { background-color: rgb(236,76,244); }
div.DivClassName
{
background-color: #EC4CF4;
}
.BgClassName
{
background-color: #EC4CF4;
}
</style>
border-color css
<style>
span { border-color: #EC4CF4; }
span { border-color: rgb(236,76,244); }
td.TdClassName
{
border-color: #EC4CF4;
}
.TagClassName
{
border-color: #EC4CF4;
}
</style>