Shades of Pink Flamingo #ED54F9
Tints of Pink Flamingo #ED54F9
RGB
CMYK
RGB Variations
Color information
#ED54F9 (or 0xED54F9) is known color: Pink Flamingo. HEX triplet: ED, 54 and F9. RGB value is (237,84,249). Sum of RGB (Red+Green+Blue) = 237+84+249=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 84 (33.20% from 255 or 14.74% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED54F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED54F9 is #12AB06. Grayscale: #949494. Windows color (decimal): -1223431 or 16340205. OLE color: 16340205.
HSL color Cylindrical-coordinate representation of color #ED54F9: hue angle of 295.64º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED54F9 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 84 | 249 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.02 |
| HSL | 295.64º | 0.93% | 0.65% | - |
| HSV(B) | 295.64º | 0.66% | 0.98% | - |
| XYZ | 55.19 | 31.18 | 92.73 | - |
| YUV | 148.56 | 184.69 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 249 | 0.05 | 0.66 | 0 | 0.02 | 295.64 | 0.93 | 0.65 |
| Hex | ED | 54 | F9 | 5 | 42 | 0 | 2 | 128 | 5D | 41 |
| Octal | 355 | 124 | 371 | 5 | 102 | 0 | 2 | 450 | 135 | 101 |
| Binary | 11101101 | 1010100 | 11111001 | 101 | 1000010 | 0 | 10 | 100101000 | 1011101 | 1000001 |
Color Harmonies of #ED54F9
Complementary color
Monochromatic Colors of #ED54F9
Black with #ED54F9
Text Example
Text Example
White with #ED54F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED54F9; }
p { color: rgb(237,84,249); }
H1.HeaderClassName
{
color: #ED54F9;
}
.AnyTagClassName
{
color: #ED54F9;
}
</style>
background-color css
<style>
a { background-color: #ED54F9; }
a { background-color: rgb(237,84,249); }
div.DivClassName
{
background-color: #ED54F9;
}
.BgClassName
{
background-color: #ED54F9;
}
</style>
border-color css
<style>
span { border-color: #ED54F9; }
span { border-color: rgb(237,84,249); }
td.TdClassName
{
border-color: #ED54F9;
}
.TagClassName
{
border-color: #ED54F9;
}
</style>