Shades of Pink Flamingo #ED5FFA
Tints of Pink Flamingo #ED5FFA
RGB
CMYK
RGB Variations
Color information
#ED5FFA (or 0xED5FFA) is known color: Pink Flamingo. HEX triplet: ED, 5F and FA. RGB value is (237,95,250). Sum of RGB (Red+Green+Blue) = 237+95+250=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 95 (37.5% from 255 or 16.32% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED5FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5FFA is #12A005. Grayscale: #9A9A9A. Windows color (decimal): -1220614 or 16408557. OLE color: 16408557.
HSL color Cylindrical-coordinate representation of color #ED5FFA: hue angle of 294.97º degrees, saturation: 0.94, 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 #ED5FFA is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 95 | 250 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.02 |
| HSL | 294.97º | 0.94% | 0.68% | - |
| HSV(B) | 294.97º | 0.62% | 0.98% | - |
| XYZ | 56.27 | 33.09 | 93.86 | - |
| YUV | 155.13 | 181.54 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 95 | 250 | 0.05 | 0.62 | 0 | 0.02 | 294.97 | 0.94 | 0.68 |
| Hex | ED | 5F | FA | 5 | 3E | 0 | 2 | 127 | 5E | 44 |
| Octal | 355 | 137 | 372 | 5 | 76 | 0 | 2 | 447 | 136 | 104 |
| Binary | 11101101 | 1011111 | 11111010 | 101 | 111110 | 0 | 10 | 100100111 | 1011110 | 1000100 |
Color Harmonies of #ED5FFA
Complementary color
Monochromatic Colors of #ED5FFA
Black with #ED5FFA
Text Example
Text Example
White with #ED5FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5FFA; }
p { color: rgb(237,95,250); }
H1.HeaderClassName
{
color: #ED5FFA;
}
.AnyTagClassName
{
color: #ED5FFA;
}
</style>
background-color css
<style>
a { background-color: #ED5FFA; }
a { background-color: rgb(237,95,250); }
div.DivClassName
{
background-color: #ED5FFA;
}
.BgClassName
{
background-color: #ED5FFA;
}
</style>
border-color css
<style>
span { border-color: #ED5FFA; }
span { border-color: rgb(237,95,250); }
td.TdClassName
{
border-color: #ED5FFA;
}
.TagClassName
{
border-color: #ED5FFA;
}
</style>