Shades of Pink Flamingo #ED4DFC
Tints of Pink Flamingo #ED4DFC
RGB
CMYK
RGB Variations
Color information
#ED4DFC (or 0xED4DFC) is known color: Pink Flamingo. HEX triplet: ED, 4D and FC. RGB value is (237,77,252). Sum of RGB (Red+Green+Blue) = 237+77+252=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 77 (30.47% from 255 or 13.60% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED4DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4DFC is #12B203. Grayscale: #909090. Windows color (decimal): -1225220 or 16535021. OLE color: 16535021.
HSL color Cylindrical-coordinate representation of color #ED4DFC: hue angle of 294.86º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4DFC is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 77 | 252 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.01 |
| HSL | 294.86º | 0.97% | 0.65% | - |
| HSV(B) | 294.86º | 0.69% | 0.99% | - |
| XYZ | 55.15 | 30.34 | 95.05 | - |
| YUV | 144.79 | 188.51 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 77 | 252 | 0.06 | 0.69 | 0 | 0.01 | 294.86 | 0.97 | 0.65 |
| Hex | ED | 4D | FC | 6 | 45 | 0 | 1 | 127 | 61 | 41 |
| Octal | 355 | 115 | 374 | 6 | 105 | 0 | 1 | 447 | 141 | 101 |
| Binary | 11101101 | 1001101 | 11111100 | 110 | 1000101 | 0 | 1 | 100100111 | 1100001 | 1000001 |
Color Harmonies of #ED4DFC
Complementary color
Monochromatic Colors of #ED4DFC
Black with #ED4DFC
Text Example
Text Example
White with #ED4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4DFC; }
p { color: rgb(237,77,252); }
H1.HeaderClassName
{
color: #ED4DFC;
}
.AnyTagClassName
{
color: #ED4DFC;
}
</style>
background-color css
<style>
a { background-color: #ED4DFC; }
a { background-color: rgb(237,77,252); }
div.DivClassName
{
background-color: #ED4DFC;
}
.BgClassName
{
background-color: #ED4DFC;
}
</style>
border-color css
<style>
span { border-color: #ED4DFC; }
span { border-color: rgb(237,77,252); }
td.TdClassName
{
border-color: #ED4DFC;
}
.TagClassName
{
border-color: #ED4DFC;
}
</style>