Shades of Pink Flamingo #EC5EEF
Tints of Pink Flamingo #EC5EEF
RGB
CMYK
RGB Variations
Color information
#EC5EEF (or 0xEC5EEF) is known color: Pink Flamingo. HEX triplet: EC, 5E and EF. RGB value is (236,94,239). Sum of RGB (Red+Green+Blue) = 236+94+239=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 94 (37.11% from 255 or 16.52% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC5EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5EEF is #13A110. Grayscale: #989898. Windows color (decimal): -1286417 or 15687404. OLE color: 15687404.
HSL color Cylindrical-coordinate representation of color #EC5EEF: hue angle of 298.76º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5EEF is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 94 | 239 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.06 |
| HSL | 298.76º | 0.82% | 0.65% | - |
| HSV(B) | 298.76º | 0.61% | 0.94% | - |
| XYZ | 54.17 | 32.07 | 85 | - |
| YUV | 152.99 | 176.54 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 239 | 0.01 | 0.61 | 0 | 0.06 | 298.76 | 0.82 | 0.65 |
| Hex | EC | 5E | EF | 1 | 3D | 0 | 6 | 12B | 52 | 41 |
| Octal | 354 | 136 | 357 | 1 | 75 | 0 | 6 | 453 | 122 | 101 |
| Binary | 11101100 | 1011110 | 11101111 | 1 | 111101 | 0 | 110 | 100101011 | 1010010 | 1000001 |
Color Harmonies of #EC5EEF
Complementary color
Monochromatic Colors of #EC5EEF
Black with #EC5EEF
Text Example
Text Example
White with #EC5EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5EEF; }
p { color: rgb(236,94,239); }
H1.HeaderClassName
{
color: #EC5EEF;
}
.AnyTagClassName
{
color: #EC5EEF;
}
</style>
background-color css
<style>
a { background-color: #EC5EEF; }
a { background-color: rgb(236,94,239); }
div.DivClassName
{
background-color: #EC5EEF;
}
.BgClassName
{
background-color: #EC5EEF;
}
</style>
border-color css
<style>
span { border-color: #EC5EEF; }
span { border-color: rgb(236,94,239); }
td.TdClassName
{
border-color: #EC5EEF;
}
.TagClassName
{
border-color: #EC5EEF;
}
</style>