Shades of Pink Flamingo #ED3BFB
Tints of Pink Flamingo #ED3BFB
RGB
CMYK
RGB Variations
Color information
#ED3BFB (or 0xED3BFB) is known color: Pink Flamingo. HEX triplet: ED, 3B and FB. RGB value is (237,59,251). Sum of RGB (Red+Green+Blue) = 237+59+251=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 59 (23.44% from 255 or 10.79% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED3BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3BFB is #12C404. Grayscale: #858585. Windows color (decimal): -1229829 or 16464877. OLE color: 16464877.
HSL color Cylindrical-coordinate representation of color #ED3BFB: hue angle of 295.62º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3BFB is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 59 | 251 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.02 |
| HSL | 295.63º | 0.96% | 0.61% | - |
| HSV(B) | 295.63º | 0.76% | 0.98% | - |
| XYZ | 53.9 | 28.1 | 93.85 | - |
| YUV | 134.11 | 193.97 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 59 | 251 | 0.06 | 0.76 | 0 | 0.02 | 295.63 | 0.96 | 0.61 |
| Hex | ED | 3B | FB | 6 | 4C | 0 | 2 | 128 | 60 | 3D |
| Octal | 355 | 73 | 373 | 6 | 114 | 0 | 2 | 450 | 140 | 75 |
| Binary | 11101101 | 111011 | 11111011 | 110 | 1001100 | 0 | 10 | 100101000 | 1100000 | 111101 |
Color Harmonies of #ED3BFB
Complementary color
Monochromatic Colors of #ED3BFB
Black with #ED3BFB
Text Example
Text Example
White with #ED3BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3BFB; }
p { color: rgb(237,59,251); }
H1.HeaderClassName
{
color: #ED3BFB;
}
.AnyTagClassName
{
color: #ED3BFB;
}
</style>
background-color css
<style>
a { background-color: #ED3BFB; }
a { background-color: rgb(237,59,251); }
div.DivClassName
{
background-color: #ED3BFB;
}
.BgClassName
{
background-color: #ED3BFB;
}
</style>
border-color css
<style>
span { border-color: #ED3BFB; }
span { border-color: rgb(237,59,251); }
td.TdClassName
{
border-color: #ED3BFB;
}
.TagClassName
{
border-color: #ED3BFB;
}
</style>