Shades of Pink Flamingo #ED3DFB
Tints of Pink Flamingo #ED3DFB
RGB
CMYK
RGB Variations
Color information
#ED3DFB (or 0xED3DFB) is known color: Pink Flamingo. HEX triplet: ED, 3D and FB. RGB value is (237,61,251). Sum of RGB (Red+Green+Blue) = 237+61+251=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 61 (24.22% from 255 or 11.11% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED3DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3DFB is #12C204. Grayscale: #868686. Windows color (decimal): -1229317 or 16465389. OLE color: 16465389.
HSL color Cylindrical-coordinate representation of color #ED3DFB: hue angle of 295.58º 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 #ED3DFB is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 61 | 251 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.02 |
| HSL | 295.58º | 0.96% | 0.61% | - |
| HSV(B) | 295.58º | 0.76% | 0.98% | - |
| XYZ | 54.01 | 28.31 | 93.88 | - |
| YUV | 135.28 | 193.31 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 61 | 251 | 0.06 | 0.76 | 0 | 0.02 | 295.58 | 0.96 | 0.61 |
| Hex | ED | 3D | FB | 6 | 4C | 0 | 2 | 128 | 60 | 3D |
| Octal | 355 | 75 | 373 | 6 | 114 | 0 | 2 | 450 | 140 | 75 |
| Binary | 11101101 | 111101 | 11111011 | 110 | 1001100 | 0 | 10 | 100101000 | 1100000 | 111101 |
Color Harmonies of #ED3DFB
Complementary color
Monochromatic Colors of #ED3DFB
Black with #ED3DFB
Text Example
Text Example
White with #ED3DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3DFB; }
p { color: rgb(237,61,251); }
H1.HeaderClassName
{
color: #ED3DFB;
}
.AnyTagClassName
{
color: #ED3DFB;
}
</style>
background-color css
<style>
a { background-color: #ED3DFB; }
a { background-color: rgb(237,61,251); }
div.DivClassName
{
background-color: #ED3DFB;
}
.BgClassName
{
background-color: #ED3DFB;
}
</style>
border-color css
<style>
span { border-color: #ED3DFB; }
span { border-color: rgb(237,61,251); }
td.TdClassName
{
border-color: #ED3DFB;
}
.TagClassName
{
border-color: #ED3DFB;
}
</style>