Shades of Pink Flamingo #ED5FFB
Tints of Pink Flamingo #ED5FFB
RGB
CMYK
RGB Variations
Color information
#ED5FFB (or 0xED5FFB) is known color: Pink Flamingo. HEX triplet: ED, 5F and FB. RGB value is (237,95,251). Sum of RGB (Red+Green+Blue) = 237+95+251=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 95 (37.5% from 255 or 16.30% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED5FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5FFB is #12A004. Grayscale: #9A9A9A. Windows color (decimal): -1220613 or 16474093. OLE color: 16474093.
HSL color Cylindrical-coordinate representation of color #ED5FFB: hue angle of 294.62º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5FFB is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 95 | 251 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.02 |
| HSL | 294.62º | 0.95% | 0.68% | - |
| HSV(B) | 294.62º | 0.62% | 0.98% | - |
| XYZ | 56.43 | 33.15 | 94.69 | - |
| YUV | 155.24 | 182.04 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 95 | 251 | 0.06 | 0.62 | 0 | 0.02 | 294.62 | 0.95 | 0.68 |
| Hex | ED | 5F | FB | 6 | 3E | 0 | 2 | 127 | 5F | 44 |
| Octal | 355 | 137 | 373 | 6 | 76 | 0 | 2 | 447 | 137 | 104 |
| Binary | 11101101 | 1011111 | 11111011 | 110 | 111110 | 0 | 10 | 100100111 | 1011111 | 1000100 |
Color Harmonies of #ED5FFB
Complementary color
Monochromatic Colors of #ED5FFB
Black with #ED5FFB
Text Example
Text Example
White with #ED5FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5FFB; }
p { color: rgb(237,95,251); }
H1.HeaderClassName
{
color: #ED5FFB;
}
.AnyTagClassName
{
color: #ED5FFB;
}
</style>
background-color css
<style>
a { background-color: #ED5FFB; }
a { background-color: rgb(237,95,251); }
div.DivClassName
{
background-color: #ED5FFB;
}
.BgClassName
{
background-color: #ED5FFB;
}
</style>
border-color css
<style>
span { border-color: #ED5FFB; }
span { border-color: rgb(237,95,251); }
td.TdClassName
{
border-color: #ED5FFB;
}
.TagClassName
{
border-color: #ED5FFB;
}
</style>