Shades of Pink Flamingo #ED5BF2
Tints of Pink Flamingo #ED5BF2
RGB
CMYK
RGB Variations
Color information
#ED5BF2 (or 0xED5BF2) is known color: Pink Flamingo. HEX triplet: ED, 5B and F2. RGB value is (237,91,242). Sum of RGB (Red+Green+Blue) = 237+91+242=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 91 (35.94% from 255 or 15.96% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED5BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5BF2 is #12A40D. Grayscale: #979797. Windows color (decimal): -1221646 or 15883245. OLE color: 15883245.
HSL color Cylindrical-coordinate representation of color #ED5BF2: hue angle of 298.01º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5BF2 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 91 | 242 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.05 |
| HSL | 298.01º | 0.85% | 0.65% | - |
| HSV(B) | 298.01º | 0.62% | 0.95% | - |
| XYZ | 54.69 | 31.9 | 87.28 | - |
| YUV | 151.87 | 178.87 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 91 | 242 | 0.02 | 0.62 | 0 | 0.05 | 298.01 | 0.85 | 0.65 |
| Hex | ED | 5B | F2 | 2 | 3E | 0 | 5 | 12A | 55 | 41 |
| Octal | 355 | 133 | 362 | 2 | 76 | 0 | 5 | 452 | 125 | 101 |
| Binary | 11101101 | 1011011 | 11110010 | 10 | 111110 | 0 | 101 | 100101010 | 1010101 | 1000001 |
Color Harmonies of #ED5BF2
Complementary color
Monochromatic Colors of #ED5BF2
Black with #ED5BF2
Text Example
Text Example
White with #ED5BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5BF2; }
p { color: rgb(237,91,242); }
H1.HeaderClassName
{
color: #ED5BF2;
}
.AnyTagClassName
{
color: #ED5BF2;
}
</style>
background-color css
<style>
a { background-color: #ED5BF2; }
a { background-color: rgb(237,91,242); }
div.DivClassName
{
background-color: #ED5BF2;
}
.BgClassName
{
background-color: #ED5BF2;
}
</style>
border-color css
<style>
span { border-color: #ED5BF2; }
span { border-color: rgb(237,91,242); }
td.TdClassName
{
border-color: #ED5BF2;
}
.TagClassName
{
border-color: #ED5BF2;
}
</style>