Shades of Pink Flamingo #ED5DFB
Tints of Pink Flamingo #ED5DFB
RGB
CMYK
RGB Variations
Color information
#ED5DFB (or 0xED5DFB) is known color: Pink Flamingo. HEX triplet: ED, 5D and FB. RGB value is (237,93,251). Sum of RGB (Red+Green+Blue) = 237+93+251=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 93 (36.72% from 255 or 16.01% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED5DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5DFB is #12A204. Grayscale: #999999. Windows color (decimal): -1221125 or 16473581. OLE color: 16473581.
HSL color Cylindrical-coordinate representation of color #ED5DFB: hue angle of 294.68º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED5DFB is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 93 | 251 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.02 |
| HSL | 294.68º | 0.95% | 0.67% | - |
| HSV(B) | 294.68º | 0.63% | 0.98% | - |
| XYZ | 56.25 | 32.8 | 94.63 | - |
| YUV | 154.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 93 | 251 | 0.06 | 0.63 | 0 | 0.02 | 294.68 | 0.95 | 0.67 |
| Hex | ED | 5D | FB | 6 | 3F | 0 | 2 | 127 | 5F | 43 |
| Octal | 355 | 135 | 373 | 6 | 77 | 0 | 2 | 447 | 137 | 103 |
| Binary | 11101101 | 1011101 | 11111011 | 110 | 111111 | 0 | 10 | 100100111 | 1011111 | 1000011 |
Color Harmonies of #ED5DFB
Complementary color
Monochromatic Colors of #ED5DFB
Black with #ED5DFB
Text Example
Text Example
White with #ED5DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5DFB; }
p { color: rgb(237,93,251); }
H1.HeaderClassName
{
color: #ED5DFB;
}
.AnyTagClassName
{
color: #ED5DFB;
}
</style>
background-color css
<style>
a { background-color: #ED5DFB; }
a { background-color: rgb(237,93,251); }
div.DivClassName
{
background-color: #ED5DFB;
}
.BgClassName
{
background-color: #ED5DFB;
}
</style>
border-color css
<style>
span { border-color: #ED5DFB; }
span { border-color: rgb(237,93,251); }
td.TdClassName
{
border-color: #ED5DFB;
}
.TagClassName
{
border-color: #ED5DFB;
}
</style>