Shades of Pink Flamingo #ED50FC
Tints of Pink Flamingo #ED50FC
RGB
CMYK
RGB Variations
Color information
#ED50FC (or 0xED50FC) is known color: Pink Flamingo. HEX triplet: ED, 50 and FC. RGB value is (237,80,252). Sum of RGB (Red+Green+Blue) = 237+80+252=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 80 (31.64% from 255 or 14.06% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED50FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED50FC is #12AF03. Grayscale: #929292. Windows color (decimal): -1224452 or 16535789. OLE color: 16535789.
HSL color Cylindrical-coordinate representation of color #ED50FC: hue angle of 294.77º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED50FC is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 80 | 252 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.01 |
| HSL | 294.77º | 0.97% | 0.65% | - |
| HSV(B) | 294.77º | 0.68% | 0.99% | - |
| XYZ | 55.36 | 30.77 | 95.12 | - |
| YUV | 146.55 | 187.51 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 252 | 0.06 | 0.68 | 0 | 0.01 | 294.77 | 0.97 | 0.65 |
| Hex | ED | 50 | FC | 6 | 44 | 0 | 1 | 127 | 61 | 41 |
| Octal | 355 | 120 | 374 | 6 | 104 | 0 | 1 | 447 | 141 | 101 |
| Binary | 11101101 | 1010000 | 11111100 | 110 | 1000100 | 0 | 1 | 100100111 | 1100001 | 1000001 |
Color Harmonies of #ED50FC
Complementary color
Monochromatic Colors of #ED50FC
Black with #ED50FC
Text Example
Text Example
White with #ED50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED50FC; }
p { color: rgb(237,80,252); }
H1.HeaderClassName
{
color: #ED50FC;
}
.AnyTagClassName
{
color: #ED50FC;
}
</style>
background-color css
<style>
a { background-color: #ED50FC; }
a { background-color: rgb(237,80,252); }
div.DivClassName
{
background-color: #ED50FC;
}
.BgClassName
{
background-color: #ED50FC;
}
</style>
border-color css
<style>
span { border-color: #ED50FC; }
span { border-color: rgb(237,80,252); }
td.TdClassName
{
border-color: #ED50FC;
}
.TagClassName
{
border-color: #ED50FC;
}
</style>