Shades of Pink Flamingo #ED3EFB
Tints of Pink Flamingo #ED3EFB
RGB
CMYK
RGB Variations
Color information
#ED3EFB (or 0xED3EFB) is known color: Pink Flamingo. HEX triplet: ED, 3E and FB. RGB value is (237,62,251). Sum of RGB (Red+Green+Blue) = 237+62+251=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 62 (24.61% from 255 or 11.27% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED3EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3EFB is #12C104. Grayscale: #878787. Windows color (decimal): -1229061 or 16465645. OLE color: 16465645.
HSL color Cylindrical-coordinate representation of color #ED3EFB: hue angle of 295.56º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED3EFB is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 62 | 251 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.02 |
| HSL | 295.56º | 0.96% | 0.61% | - |
| HSV(B) | 295.56º | 0.75% | 0.98% | - |
| XYZ | 54.06 | 28.41 | 93.9 | - |
| YUV | 135.87 | 192.98 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 62 | 251 | 0.06 | 0.75 | 0 | 0.02 | 295.56 | 0.96 | 0.61 |
| Hex | ED | 3E | FB | 6 | 4B | 0 | 2 | 128 | 60 | 3D |
| Octal | 355 | 76 | 373 | 6 | 113 | 0 | 2 | 450 | 140 | 75 |
| Binary | 11101101 | 111110 | 11111011 | 110 | 1001011 | 0 | 10 | 100101000 | 1100000 | 111101 |
Color Harmonies of #ED3EFB
Complementary color
Monochromatic Colors of #ED3EFB
Black with #ED3EFB
Text Example
Text Example
White with #ED3EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3EFB; }
p { color: rgb(237,62,251); }
H1.HeaderClassName
{
color: #ED3EFB;
}
.AnyTagClassName
{
color: #ED3EFB;
}
</style>
background-color css
<style>
a { background-color: #ED3EFB; }
a { background-color: rgb(237,62,251); }
div.DivClassName
{
background-color: #ED3EFB;
}
.BgClassName
{
background-color: #ED3EFB;
}
</style>
border-color css
<style>
span { border-color: #ED3EFB; }
span { border-color: rgb(237,62,251); }
td.TdClassName
{
border-color: #ED3EFB;
}
.TagClassName
{
border-color: #ED3EFB;
}
</style>