Shades of Pink Flamingo #ED5AF9
Tints of Pink Flamingo #ED5AF9
RGB
CMYK
RGB Variations
Color information
#ED5AF9 (or 0xED5AF9) is known color: Pink Flamingo. HEX triplet: ED, 5A and F9. RGB value is (237,90,249). Sum of RGB (Red+Green+Blue) = 237+90+249=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 90 (35.55% from 255 or 15.62% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED5AF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5AF9 is #12A506. Grayscale: #979797. Windows color (decimal): -1221895 or 16341741. OLE color: 16341741.
HSL color Cylindrical-coordinate representation of color #ED5AF9: hue angle of 295.47º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED5AF9 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 90 | 249 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.02 |
| HSL | 295.47º | 0.93% | 0.66% | - |
| HSV(B) | 295.47º | 0.64% | 0.98% | - |
| XYZ | 55.68 | 32.16 | 92.89 | - |
| YUV | 152.08 | 182.7 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 249 | 0.05 | 0.64 | 0 | 0.02 | 295.47 | 0.93 | 0.66 |
| Hex | ED | 5A | F9 | 5 | 40 | 0 | 2 | 127 | 5D | 42 |
| Octal | 355 | 132 | 371 | 5 | 100 | 0 | 2 | 447 | 135 | 102 |
| Binary | 11101101 | 1011010 | 11111001 | 101 | 1000000 | 0 | 10 | 100100111 | 1011101 | 1000010 |
Color Harmonies of #ED5AF9
Complementary color
Monochromatic Colors of #ED5AF9
Black with #ED5AF9
Text Example
Text Example
White with #ED5AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5AF9; }
p { color: rgb(237,90,249); }
H1.HeaderClassName
{
color: #ED5AF9;
}
.AnyTagClassName
{
color: #ED5AF9;
}
</style>
background-color css
<style>
a { background-color: #ED5AF9; }
a { background-color: rgb(237,90,249); }
div.DivClassName
{
background-color: #ED5AF9;
}
.BgClassName
{
background-color: #ED5AF9;
}
</style>
border-color css
<style>
span { border-color: #ED5AF9; }
span { border-color: rgb(237,90,249); }
td.TdClassName
{
border-color: #ED5AF9;
}
.TagClassName
{
border-color: #ED5AF9;
}
</style>