Shades of Pink Flamingo #EC5DF7
Tints of Pink Flamingo #EC5DF7
RGB
CMYK
RGB Variations
Color information
#EC5DF7 (or 0xEC5DF7) is known color: Pink Flamingo. HEX triplet: EC, 5D and F7. RGB value is (236,93,247). Sum of RGB (Red+Green+Blue) = 236+93+247=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 93 (36.72% from 255 or 16.15% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC5DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5DF7 is #13A208. Grayscale: #989898. Windows color (decimal): -1286665 or 16211436. OLE color: 16211436.
HSL color Cylindrical-coordinate representation of color #EC5DF7: hue angle of 295.71º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5DF7 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 93 | 247 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.03 |
| HSL | 295.71º | 0.91% | 0.67% | - |
| HSV(B) | 295.71º | 0.62% | 0.97% | - |
| XYZ | 55.29 | 32.38 | 91.33 | - |
| YUV | 153.31 | 180.88 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 247 | 0.04 | 0.62 | 0 | 0.03 | 295.71 | 0.91 | 0.67 |
| Hex | EC | 5D | F7 | 4 | 3E | 0 | 3 | 128 | 5B | 43 |
| Octal | 354 | 135 | 367 | 4 | 76 | 0 | 3 | 450 | 133 | 103 |
| Binary | 11101100 | 1011101 | 11110111 | 100 | 111110 | 0 | 11 | 100101000 | 1011011 | 1000011 |
Color Harmonies of #EC5DF7
Complementary color
Monochromatic Colors of #EC5DF7
Black with #EC5DF7
Text Example
Text Example
White with #EC5DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5DF7; }
p { color: rgb(236,93,247); }
H1.HeaderClassName
{
color: #EC5DF7;
}
.AnyTagClassName
{
color: #EC5DF7;
}
</style>
background-color css
<style>
a { background-color: #EC5DF7; }
a { background-color: rgb(236,93,247); }
div.DivClassName
{
background-color: #EC5DF7;
}
.BgClassName
{
background-color: #EC5DF7;
}
</style>
border-color css
<style>
span { border-color: #EC5DF7; }
span { border-color: rgb(236,93,247); }
td.TdClassName
{
border-color: #EC5DF7;
}
.TagClassName
{
border-color: #EC5DF7;
}
</style>