Shades of Pink Flamingo #ED57F1
Tints of Pink Flamingo #ED57F1
RGB
CMYK
RGB Variations
Color information
#ED57F1 (or 0xED57F1) is known color: Pink Flamingo. HEX triplet: ED, 57 and F1. RGB value is (237,87,241). Sum of RGB (Red+Green+Blue) = 237+87+241=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 87 (34.38% from 255 or 15.40% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED57F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED57F1 is #12A80E. Grayscale: #949494. Windows color (decimal): -1222671 or 15816685. OLE color: 15816685.
HSL color Cylindrical-coordinate representation of color #ED57F1: hue angle of 298.44º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED57F1 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 87 | 241 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.05 |
| HSL | 298.44º | 0.85% | 0.64% | - |
| HSV(B) | 298.44º | 0.64% | 0.95% | - |
| XYZ | 54.21 | 31.17 | 86.38 | - |
| YUV | 149.41 | 179.7 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 241 | 0.02 | 0.64 | 0 | 0.05 | 298.44 | 0.85 | 0.64 |
| Hex | ED | 57 | F1 | 2 | 40 | 0 | 5 | 12A | 55 | 40 |
| Octal | 355 | 127 | 361 | 2 | 100 | 0 | 5 | 452 | 125 | 100 |
| Binary | 11101101 | 1010111 | 11110001 | 10 | 1000000 | 0 | 101 | 100101010 | 1010101 | 1000000 |
Color Harmonies of #ED57F1
Complementary color
Monochromatic Colors of #ED57F1
Black with #ED57F1
Text Example
Text Example
White with #ED57F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED57F1; }
p { color: rgb(237,87,241); }
H1.HeaderClassName
{
color: #ED57F1;
}
.AnyTagClassName
{
color: #ED57F1;
}
</style>
background-color css
<style>
a { background-color: #ED57F1; }
a { background-color: rgb(237,87,241); }
div.DivClassName
{
background-color: #ED57F1;
}
.BgClassName
{
background-color: #ED57F1;
}
</style>
border-color css
<style>
span { border-color: #ED57F1; }
span { border-color: rgb(237,87,241); }
td.TdClassName
{
border-color: #ED57F1;
}
.TagClassName
{
border-color: #ED57F1;
}
</style>