Shades of Pink Flamingo #ED49F5
Tints of Pink Flamingo #ED49F5
RGB
CMYK
RGB Variations
Color information
#ED49F5 (or 0xED49F5) is known color: Pink Flamingo. HEX triplet: ED, 49 and F5. RGB value is (237,73,245). Sum of RGB (Red+Green+Blue) = 237+73+245=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 73 (28.91% from 255 or 13.15% from 555); Blue value is 245 (96.09% from 255 or 44.14% from 555); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED49F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED49F5 is #12B60A. Grayscale: #8D8D8D. Windows color (decimal): -1226251 or 16075245. OLE color: 16075245.
HSL color Cylindrical-coordinate representation of color #ED49F5: hue angle of 297.21º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED49F5 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 73 | 245 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.04 |
| HSL | 297.21º | 0.9% | 0.62% | - |
| HSV(B) | 297.21º | 0.7% | 0.96% | - |
| XYZ | 53.79 | 29.36 | 89.22 | - |
| YUV | 141.64 | 186.33 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 245 | 0.03 | 0.70 | 0 | 0.04 | 297.21 | 0.9 | 0.62 |
| Hex | ED | 49 | F5 | 3 | 46 | 0 | 4 | 129 | 5A | 3E |
| Octal | 355 | 111 | 365 | 3 | 106 | 0 | 4 | 451 | 132 | 76 |
| Binary | 11101101 | 1001001 | 11110101 | 11 | 1000110 | 0 | 100 | 100101001 | 1011010 | 111110 |
Color Harmonies of #ED49F5
Complementary color
Monochromatic Colors of #ED49F5
Black with #ED49F5
Text Example
Text Example
White with #ED49F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED49F5; }
p { color: rgb(237,73,245); }
H1.HeaderClassName
{
color: #ED49F5;
}
.AnyTagClassName
{
color: #ED49F5;
}
</style>
background-color css
<style>
a { background-color: #ED49F5; }
a { background-color: rgb(237,73,245); }
div.DivClassName
{
background-color: #ED49F5;
}
.BgClassName
{
background-color: #ED49F5;
}
</style>
border-color css
<style>
span { border-color: #ED49F5; }
span { border-color: rgb(237,73,245); }
td.TdClassName
{
border-color: #ED49F5;
}
.TagClassName
{
border-color: #ED49F5;
}
</style>