Shades of Pink Flamingo #ED4BFC
Tints of Pink Flamingo #ED4BFC
RGB
CMYK
RGB Variations
Color information
#ED4BFC (or 0xED4BFC) is known color: Pink Flamingo. HEX triplet: ED, 4B and FC. RGB value is (237,75,252). Sum of RGB (Red+Green+Blue) = 237+75+252=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 75 (29.69% from 255 or 13.30% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED4BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4BFC is #12B403. Grayscale: #8F8F8F. Windows color (decimal): -1225732 or 16534509. OLE color: 16534509.
HSL color Cylindrical-coordinate representation of color #ED4BFC: hue angle of 294.92º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4BFC is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 75 | 252 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.01 |
| HSL | 294.92º | 0.97% | 0.64% | - |
| HSV(B) | 294.92º | 0.7% | 0.99% | - |
| XYZ | 55.01 | 30.06 | 95 | - |
| YUV | 143.62 | 189.17 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 75 | 252 | 0.06 | 0.70 | 0 | 0.01 | 294.92 | 0.97 | 0.64 |
| Hex | ED | 4B | FC | 6 | 46 | 0 | 1 | 127 | 61 | 40 |
| Octal | 355 | 113 | 374 | 6 | 106 | 0 | 1 | 447 | 141 | 100 |
| Binary | 11101101 | 1001011 | 11111100 | 110 | 1000110 | 0 | 1 | 100100111 | 1100001 | 1000000 |
Color Harmonies of #ED4BFC
Complementary color
Monochromatic Colors of #ED4BFC
Black with #ED4BFC
Text Example
Text Example
White with #ED4BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4BFC; }
p { color: rgb(237,75,252); }
H1.HeaderClassName
{
color: #ED4BFC;
}
.AnyTagClassName
{
color: #ED4BFC;
}
</style>
background-color css
<style>
a { background-color: #ED4BFC; }
a { background-color: rgb(237,75,252); }
div.DivClassName
{
background-color: #ED4BFC;
}
.BgClassName
{
background-color: #ED4BFC;
}
</style>
border-color css
<style>
span { border-color: #ED4BFC; }
span { border-color: rgb(237,75,252); }
td.TdClassName
{
border-color: #ED4BFC;
}
.TagClassName
{
border-color: #ED4BFC;
}
</style>