Shades of Pink Flamingo #ED5EFB
Tints of Pink Flamingo #ED5EFB
RGB
CMYK
RGB Variations
Color information
#ED5EFB (or 0xED5EFB) is known color: Pink Flamingo. HEX triplet: ED, 5E and FB. RGB value is (237,94,251). Sum of RGB (Red+Green+Blue) = 237+94+251=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 94 (37.11% from 255 or 16.15% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED5EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5EFB is #12A104. Grayscale: #9A9A9A. Windows color (decimal): -1220869 or 16473837. OLE color: 16473837.
HSL color Cylindrical-coordinate representation of color #ED5EFB: hue angle of 294.65º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED5EFB is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 94 | 251 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.02 |
| HSL | 294.65º | 0.95% | 0.68% | - |
| HSV(B) | 294.65º | 0.63% | 0.98% | - |
| XYZ | 56.34 | 32.97 | 94.66 | - |
| YUV | 154.66 | 182.38 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 94 | 251 | 0.06 | 0.63 | 0 | 0.02 | 294.65 | 0.95 | 0.68 |
| Hex | ED | 5E | FB | 6 | 3F | 0 | 2 | 127 | 5F | 44 |
| Octal | 355 | 136 | 373 | 6 | 77 | 0 | 2 | 447 | 137 | 104 |
| Binary | 11101101 | 1011110 | 11111011 | 110 | 111111 | 0 | 10 | 100100111 | 1011111 | 1000100 |
Color Harmonies of #ED5EFB
Complementary color
Monochromatic Colors of #ED5EFB
Black with #ED5EFB
Text Example
Text Example
White with #ED5EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5EFB; }
p { color: rgb(237,94,251); }
H1.HeaderClassName
{
color: #ED5EFB;
}
.AnyTagClassName
{
color: #ED5EFB;
}
</style>
background-color css
<style>
a { background-color: #ED5EFB; }
a { background-color: rgb(237,94,251); }
div.DivClassName
{
background-color: #ED5EFB;
}
.BgClassName
{
background-color: #ED5EFB;
}
</style>
border-color css
<style>
span { border-color: #ED5EFB; }
span { border-color: rgb(237,94,251); }
td.TdClassName
{
border-color: #ED5EFB;
}
.TagClassName
{
border-color: #ED5EFB;
}
</style>