Shades of Pink Flamingo #ED58F6
Tints of Pink Flamingo #ED58F6
RGB
CMYK
RGB Variations
Color information
#ED58F6 (or 0xED58F6) is known color: Pink Flamingo. HEX triplet: ED, 58 and F6. RGB value is (237,88,246). Sum of RGB (Red+Green+Blue) = 237+88+246=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 88 (34.77% from 255 or 15.41% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED58F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED58F6 is #12A709. Grayscale: #969696. Windows color (decimal): -1222410 or 16144621. OLE color: 16144621.
HSL color Cylindrical-coordinate representation of color #ED58F6: hue angle of 296.58º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED58F6 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 88 | 246 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.04 |
| HSL | 296.58º | 0.9% | 0.65% | - |
| HSV(B) | 296.58º | 0.64% | 0.96% | - |
| XYZ | 55.05 | 31.64 | 90.39 | - |
| YUV | 150.56 | 181.86 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 246 | 0.04 | 0.64 | 0 | 0.04 | 296.58 | 0.9 | 0.65 |
| Hex | ED | 58 | F6 | 4 | 40 | 0 | 4 | 129 | 5A | 41 |
| Octal | 355 | 130 | 366 | 4 | 100 | 0 | 4 | 451 | 132 | 101 |
| Binary | 11101101 | 1011000 | 11110110 | 100 | 1000000 | 0 | 100 | 100101001 | 1011010 | 1000001 |
Color Harmonies of #ED58F6
Complementary color
Monochromatic Colors of #ED58F6
Black with #ED58F6
Text Example
Text Example
White with #ED58F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED58F6; }
p { color: rgb(237,88,246); }
H1.HeaderClassName
{
color: #ED58F6;
}
.AnyTagClassName
{
color: #ED58F6;
}
</style>
background-color css
<style>
a { background-color: #ED58F6; }
a { background-color: rgb(237,88,246); }
div.DivClassName
{
background-color: #ED58F6;
}
.BgClassName
{
background-color: #ED58F6;
}
</style>
border-color css
<style>
span { border-color: #ED58F6; }
span { border-color: rgb(237,88,246); }
td.TdClassName
{
border-color: #ED58F6;
}
.TagClassName
{
border-color: #ED58F6;
}
</style>