Shades of Pink Flamingo #EC4BF5
Tints of Pink Flamingo #EC4BF5
RGB
CMYK
RGB Variations
Color information
#EC4BF5 (or 0xEC4BF5) is known color: Pink Flamingo. HEX triplet: EC, 4B and F5. RGB value is (236,75,245). Sum of RGB (Red+Green+Blue) = 236+75+245=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 75 (29.69% from 255 or 13.49% from 556); Blue value is 245 (96.09% from 255 or 44.06% from 556); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC4BF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4BF5 is #13B40A. Grayscale: #8E8E8E. Windows color (decimal): -1291275 or 16075756. OLE color: 16075756.
HSL color Cylindrical-coordinate representation of color #EC4BF5: hue angle of 296.82º degrees, saturation: 0.89, 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 #EC4BF5 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 75 | 245 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.04 |
| HSL | 296.82º | 0.89% | 0.63% | - |
| HSV(B) | 296.82º | 0.69% | 0.96% | - |
| XYZ | 53.59 | 29.46 | 89.25 | - |
| YUV | 142.52 | 185.84 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 245 | 0.04 | 0.69 | 0 | 0.04 | 296.82 | 0.89 | 0.63 |
| Hex | EC | 4B | F5 | 4 | 45 | 0 | 4 | 129 | 59 | 3F |
| Octal | 354 | 113 | 365 | 4 | 105 | 0 | 4 | 451 | 131 | 77 |
| Binary | 11101100 | 1001011 | 11110101 | 100 | 1000101 | 0 | 100 | 100101001 | 1011001 | 111111 |
Color Harmonies of #EC4BF5
Complementary color
Monochromatic Colors of #EC4BF5
Black with #EC4BF5
Text Example
Text Example
White with #EC4BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BF5; }
p { color: rgb(236,75,245); }
H1.HeaderClassName
{
color: #EC4BF5;
}
.AnyTagClassName
{
color: #EC4BF5;
}
</style>
background-color css
<style>
a { background-color: #EC4BF5; }
a { background-color: rgb(236,75,245); }
div.DivClassName
{
background-color: #EC4BF5;
}
.BgClassName
{
background-color: #EC4BF5;
}
</style>
border-color css
<style>
span { border-color: #EC4BF5; }
span { border-color: rgb(236,75,245); }
td.TdClassName
{
border-color: #EC4BF5;
}
.TagClassName
{
border-color: #EC4BF5;
}
</style>