Shades of Pink Flamingo #ED4BFB
Tints of Pink Flamingo #ED4BFB
RGB
CMYK
RGB Variations
Color information
#ED4BFB (or 0xED4BFB) is known color: Pink Flamingo. HEX triplet: ED, 4B and FB. RGB value is (237,75,251). Sum of RGB (Red+Green+Blue) = 237+75+251=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 75 (29.69% from 255 or 13.32% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED4BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4BFB is #12B404. Grayscale: #8E8E8E. Windows color (decimal): -1225733 or 16468973. OLE color: 16468973.
HSL color Cylindrical-coordinate representation of color #ED4BFB: hue angle of 295.23º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4BFB is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 75 | 251 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.02 |
| HSL | 295.23º | 0.96% | 0.64% | - |
| HSV(B) | 295.23º | 0.7% | 0.98% | - |
| XYZ | 54.85 | 30 | 94.17 | - |
| YUV | 143.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 75 | 251 | 0.06 | 0.70 | 0 | 0.02 | 295.23 | 0.96 | 0.64 |
| Hex | ED | 4B | FB | 6 | 46 | 0 | 2 | 127 | 60 | 40 |
| Octal | 355 | 113 | 373 | 6 | 106 | 0 | 2 | 447 | 140 | 100 |
| Binary | 11101101 | 1001011 | 11111011 | 110 | 1000110 | 0 | 10 | 100100111 | 1100000 | 1000000 |
Color Harmonies of #ED4BFB
Complementary color
Monochromatic Colors of #ED4BFB
Black with #ED4BFB
Text Example
Text Example
White with #ED4BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4BFB; }
p { color: rgb(237,75,251); }
H1.HeaderClassName
{
color: #ED4BFB;
}
.AnyTagClassName
{
color: #ED4BFB;
}
</style>
background-color css
<style>
a { background-color: #ED4BFB; }
a { background-color: rgb(237,75,251); }
div.DivClassName
{
background-color: #ED4BFB;
}
.BgClassName
{
background-color: #ED4BFB;
}
</style>
border-color css
<style>
span { border-color: #ED4BFB; }
span { border-color: rgb(237,75,251); }
td.TdClassName
{
border-color: #ED4BFB;
}
.TagClassName
{
border-color: #ED4BFB;
}
</style>