Shades of Pink Flamingo #ED5CF7
Tints of Pink Flamingo #ED5CF7
RGB
CMYK
RGB Variations
Color information
#ED5CF7 (or 0xED5CF7) is known color: Pink Flamingo. HEX triplet: ED, 5C and F7. RGB value is (237,92,247). Sum of RGB (Red+Green+Blue) = 237+92+247=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 92 (36.33% from 255 or 15.97% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED5CF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5CF7 is #12A308. Grayscale: #989898. Windows color (decimal): -1221385 or 16211181. OLE color: 16211181.
HSL color Cylindrical-coordinate representation of color #ED5CF7: hue angle of 296.13º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED5CF7 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 92 | 247 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.03 |
| HSL | 296.13º | 0.91% | 0.66% | - |
| HSV(B) | 296.13º | 0.63% | 0.97% | - |
| XYZ | 55.54 | 32.37 | 91.32 | - |
| YUV | 153.03 | 181.04 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 92 | 247 | 0.04 | 0.63 | 0 | 0.03 | 296.13 | 0.91 | 0.66 |
| Hex | ED | 5C | F7 | 4 | 3F | 0 | 3 | 128 | 5B | 42 |
| Octal | 355 | 134 | 367 | 4 | 77 | 0 | 3 | 450 | 133 | 102 |
| Binary | 11101101 | 1011100 | 11110111 | 100 | 111111 | 0 | 11 | 100101000 | 1011011 | 1000010 |
Color Harmonies of #ED5CF7
Complementary color
Monochromatic Colors of #ED5CF7
Black with #ED5CF7
Text Example
Text Example
White with #ED5CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5CF7; }
p { color: rgb(237,92,247); }
H1.HeaderClassName
{
color: #ED5CF7;
}
.AnyTagClassName
{
color: #ED5CF7;
}
</style>
background-color css
<style>
a { background-color: #ED5CF7; }
a { background-color: rgb(237,92,247); }
div.DivClassName
{
background-color: #ED5CF7;
}
.BgClassName
{
background-color: #ED5CF7;
}
</style>
border-color css
<style>
span { border-color: #ED5CF7; }
span { border-color: rgb(237,92,247); }
td.TdClassName
{
border-color: #ED5CF7;
}
.TagClassName
{
border-color: #ED5CF7;
}
</style>