Shades of Pink Flamingo #ED56FA
Tints of Pink Flamingo #ED56FA
RGB
CMYK
RGB Variations
Color information
#ED56FA (or 0xED56FA) is known color: Pink Flamingo. HEX triplet: ED, 56 and FA. RGB value is (237,86,250). Sum of RGB (Red+Green+Blue) = 237+86+250=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 86 (33.98% from 255 or 15.01% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED56FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED56FA is #12A905. Grayscale: #959595. Windows color (decimal): -1222918 or 16406253. OLE color: 16406253.
HSL color Cylindrical-coordinate representation of color #ED56FA: hue angle of 295.24º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED56FA is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 86 | 250 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.02 |
| HSL | 295.24º | 0.94% | 0.66% | - |
| HSV(B) | 295.24º | 0.66% | 0.98% | - |
| XYZ | 55.51 | 31.56 | 93.61 | - |
| YUV | 149.85 | 184.53 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 250 | 0.05 | 0.66 | 0 | 0.02 | 295.24 | 0.94 | 0.66 |
| Hex | ED | 56 | FA | 5 | 42 | 0 | 2 | 127 | 5E | 42 |
| Octal | 355 | 126 | 372 | 5 | 102 | 0 | 2 | 447 | 136 | 102 |
| Binary | 11101101 | 1010110 | 11111010 | 101 | 1000010 | 0 | 10 | 100100111 | 1011110 | 1000010 |
Color Harmonies of #ED56FA
Complementary color
Monochromatic Colors of #ED56FA
Black with #ED56FA
Text Example
Text Example
White with #ED56FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED56FA; }
p { color: rgb(237,86,250); }
H1.HeaderClassName
{
color: #ED56FA;
}
.AnyTagClassName
{
color: #ED56FA;
}
</style>
background-color css
<style>
a { background-color: #ED56FA; }
a { background-color: rgb(237,86,250); }
div.DivClassName
{
background-color: #ED56FA;
}
.BgClassName
{
background-color: #ED56FA;
}
</style>
border-color css
<style>
span { border-color: #ED56FA; }
span { border-color: rgb(237,86,250); }
td.TdClassName
{
border-color: #ED56FA;
}
.TagClassName
{
border-color: #ED56FA;
}
</style>