Shades of Pink Flamingo #ED4DFA
Tints of Pink Flamingo #ED4DFA
RGB
CMYK
RGB Variations
Color information
#ED4DFA (or 0xED4DFA) is known color: Pink Flamingo. HEX triplet: ED, 4D and FA. RGB value is (237,77,250). Sum of RGB (Red+Green+Blue) = 237+77+250=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 77 (30.47% from 255 or 13.65% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED4DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4DFA is #12B205. Grayscale: #909090. Windows color (decimal): -1225222 or 16403949. OLE color: 16403949.
HSL color Cylindrical-coordinate representation of color #ED4DFA: hue angle of 295.49º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4DFA is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 77 | 250 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.02 |
| HSL | 295.49º | 0.95% | 0.64% | - |
| HSV(B) | 295.49º | 0.69% | 0.98% | - |
| XYZ | 54.83 | 30.21 | 93.38 | - |
| YUV | 144.56 | 187.51 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 77 | 250 | 0.05 | 0.69 | 0 | 0.02 | 295.49 | 0.95 | 0.64 |
| Hex | ED | 4D | FA | 5 | 45 | 0 | 2 | 127 | 5F | 40 |
| Octal | 355 | 115 | 372 | 5 | 105 | 0 | 2 | 447 | 137 | 100 |
| Binary | 11101101 | 1001101 | 11111010 | 101 | 1000101 | 0 | 10 | 100100111 | 1011111 | 1000000 |
Color Harmonies of #ED4DFA
Complementary color
Monochromatic Colors of #ED4DFA
Black with #ED4DFA
Text Example
Text Example
White with #ED4DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4DFA; }
p { color: rgb(237,77,250); }
H1.HeaderClassName
{
color: #ED4DFA;
}
.AnyTagClassName
{
color: #ED4DFA;
}
</style>
background-color css
<style>
a { background-color: #ED4DFA; }
a { background-color: rgb(237,77,250); }
div.DivClassName
{
background-color: #ED4DFA;
}
.BgClassName
{
background-color: #ED4DFA;
}
</style>
border-color css
<style>
span { border-color: #ED4DFA; }
span { border-color: rgb(237,77,250); }
td.TdClassName
{
border-color: #ED4DFA;
}
.TagClassName
{
border-color: #ED4DFA;
}
</style>