Shades of Pink Flamingo #ED56FF
Tints of Pink Flamingo #ED56FF
RGB
CMYK
RGB Variations
Color information
#ED56FF (or 0xED56FF) is known color: Pink Flamingo. HEX triplet: ED, 56 and FF. RGB value is (237,86,255). Sum of RGB (Red+Green+Blue) = 237+86+255=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 86 (33.98% from 255 or 14.88% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED56FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED56FF is #12A900. Grayscale: #959595. Windows color (decimal): -1222913 or 16733933. OLE color: 16733933.
HSL color Cylindrical-coordinate representation of color #ED56FF: hue angle of 293.61º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED56FF is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 86 | 255 | - |
| CMYK | 0.07 | 0.66 | 0 | 0 |
| HSL | 293.61º | 1% | 0.67% | - |
| HSV(B) | 293.61º | 0.66% | 1% | - |
| XYZ | 56.3 | 31.88 | 97.79 | - |
| YUV | 150.42 | 187.03 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 255 | 0.07 | 0.66 | 0 | 0 | 293.61 | 1 | 0.67 |
| Hex | ED | 56 | FF | 7 | 42 | 0 | 0 | 126 | 64 | 43 |
| Octal | 355 | 126 | 377 | 7 | 102 | 0 | 0 | 446 | 144 | 103 |
| Binary | 11101101 | 1010110 | 11111111 | 111 | 1000010 | 0 | 0 | 100100110 | 1100100 | 1000011 |
Color Harmonies of #ED56FF
Complementary color
Monochromatic Colors of #ED56FF
Black with #ED56FF
Text Example
Text Example
White with #ED56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED56FF; }
p { color: rgb(237,86,255); }
H1.HeaderClassName
{
color: #ED56FF;
}
.AnyTagClassName
{
color: #ED56FF;
}
</style>
background-color css
<style>
a { background-color: #ED56FF; }
a { background-color: rgb(237,86,255); }
div.DivClassName
{
background-color: #ED56FF;
}
.BgClassName
{
background-color: #ED56FF;
}
</style>
border-color css
<style>
span { border-color: #ED56FF; }
span { border-color: rgb(237,86,255); }
td.TdClassName
{
border-color: #ED56FF;
}
.TagClassName
{
border-color: #ED56FF;
}
</style>