Shades of Pink Flamingo #ED57F3
Tints of Pink Flamingo #ED57F3
RGB
CMYK
RGB Variations
Color information
#ED57F3 (or 0xED57F3) is known color: Pink Flamingo. HEX triplet: ED, 57 and F3. RGB value is (237,87,243). Sum of RGB (Red+Green+Blue) = 237+87+243=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 87 (34.38% from 255 or 15.34% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED57F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED57F3 is #12A80C. Grayscale: #959595. Windows color (decimal): -1222669 or 15947757. OLE color: 15947757.
HSL color Cylindrical-coordinate representation of color #ED57F3: hue angle of 297.69º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED57F3 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 87 | 243 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.05 |
| HSL | 297.69º | 0.87% | 0.65% | - |
| HSV(B) | 297.69º | 0.64% | 0.95% | - |
| XYZ | 54.51 | 31.29 | 87.96 | - |
| YUV | 149.63 | 180.7 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 243 | 0.02 | 0.64 | 0 | 0.05 | 297.69 | 0.87 | 0.65 |
| Hex | ED | 57 | F3 | 2 | 40 | 0 | 5 | 12A | 57 | 41 |
| Octal | 355 | 127 | 363 | 2 | 100 | 0 | 5 | 452 | 127 | 101 |
| Binary | 11101101 | 1010111 | 11110011 | 10 | 1000000 | 0 | 101 | 100101010 | 1010111 | 1000001 |
Color Harmonies of #ED57F3
Complementary color
Monochromatic Colors of #ED57F3
Black with #ED57F3
Text Example
Text Example
White with #ED57F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED57F3; }
p { color: rgb(237,87,243); }
H1.HeaderClassName
{
color: #ED57F3;
}
.AnyTagClassName
{
color: #ED57F3;
}
</style>
background-color css
<style>
a { background-color: #ED57F3; }
a { background-color: rgb(237,87,243); }
div.DivClassName
{
background-color: #ED57F3;
}
.BgClassName
{
background-color: #ED57F3;
}
</style>
border-color css
<style>
span { border-color: #ED57F3; }
span { border-color: rgb(237,87,243); }
td.TdClassName
{
border-color: #ED57F3;
}
.TagClassName
{
border-color: #ED57F3;
}
</style>