Shades of Pink Flamingo #ED58F7
Tints of Pink Flamingo #ED58F7
RGB
CMYK
RGB Variations
Color information
#ED58F7 (or 0xED58F7) is known color: Pink Flamingo. HEX triplet: ED, 58 and F7. RGB value is (237,88,247). Sum of RGB (Red+Green+Blue) = 237+88+247=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 88 (34.77% from 255 or 15.38% from 572); Blue value is 247 (96.88% from 255 or 43.18% from 572); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED58F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED58F7 is #12A708. Grayscale: #969696. Windows color (decimal): -1222409 or 16210157. OLE color: 16210157.
HSL color Cylindrical-coordinate representation of color #ED58F7: hue angle of 296.23º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED58F7 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 88 | 247 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.03 |
| HSL | 296.23º | 0.91% | 0.66% | - |
| HSV(B) | 296.23º | 0.64% | 0.97% | - |
| XYZ | 55.2 | 31.7 | 91.2 | - |
| YUV | 150.68 | 182.36 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 247 | 0.04 | 0.64 | 0 | 0.03 | 296.23 | 0.91 | 0.66 |
| Hex | ED | 58 | F7 | 4 | 40 | 0 | 3 | 128 | 5B | 42 |
| Octal | 355 | 130 | 367 | 4 | 100 | 0 | 3 | 450 | 133 | 102 |
| Binary | 11101101 | 1011000 | 11110111 | 100 | 1000000 | 0 | 11 | 100101000 | 1011011 | 1000010 |
Color Harmonies of #ED58F7
Complementary color
Monochromatic Colors of #ED58F7
Black with #ED58F7
Text Example
Text Example
White with #ED58F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED58F7; }
p { color: rgb(237,88,247); }
H1.HeaderClassName
{
color: #ED58F7;
}
.AnyTagClassName
{
color: #ED58F7;
}
</style>
background-color css
<style>
a { background-color: #ED58F7; }
a { background-color: rgb(237,88,247); }
div.DivClassName
{
background-color: #ED58F7;
}
.BgClassName
{
background-color: #ED58F7;
}
</style>
border-color css
<style>
span { border-color: #ED58F7; }
span { border-color: rgb(237,88,247); }
td.TdClassName
{
border-color: #ED58F7;
}
.TagClassName
{
border-color: #ED58F7;
}
</style>