Shades of Pink Flamingo #ED5AFF
Tints of Pink Flamingo #ED5AFF
RGB
CMYK
RGB Variations
Color information
#ED5AFF (or 0xED5AFF) is known color: Pink Flamingo. HEX triplet: ED, 5A and FF. RGB value is (237,90,255). Sum of RGB (Red+Green+Blue) = 237+90+255=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 90 (35.55% from 255 or 15.46% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED5AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5AFF is #12A500. Grayscale: #989898. Windows color (decimal): -1221889 or 16734957. OLE color: 16734957.
HSL color Cylindrical-coordinate representation of color #ED5AFF: hue angle of 293.45º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED5AFF is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 90 | 255 | - |
| CMYK | 0.07 | 0.65 | 0 | 0 |
| HSL | 293.45º | 1% | 0.68% | - |
| HSV(B) | 293.45º | 0.65% | 1% | - |
| XYZ | 56.63 | 32.54 | 97.9 | - |
| YUV | 152.76 | 185.7 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 255 | 0.07 | 0.65 | 0 | 0 | 293.45 | 1 | 0.68 |
| Hex | ED | 5A | FF | 7 | 41 | 0 | 0 | 125 | 64 | 44 |
| Octal | 355 | 132 | 377 | 7 | 101 | 0 | 0 | 445 | 144 | 104 |
| Binary | 11101101 | 1011010 | 11111111 | 111 | 1000001 | 0 | 0 | 100100101 | 1100100 | 1000100 |
Color Harmonies of #ED5AFF
Complementary color
Monochromatic Colors of #ED5AFF
Black with #ED5AFF
Text Example
Text Example
White with #ED5AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5AFF; }
p { color: rgb(237,90,255); }
H1.HeaderClassName
{
color: #ED5AFF;
}
.AnyTagClassName
{
color: #ED5AFF;
}
</style>
background-color css
<style>
a { background-color: #ED5AFF; }
a { background-color: rgb(237,90,255); }
div.DivClassName
{
background-color: #ED5AFF;
}
.BgClassName
{
background-color: #ED5AFF;
}
</style>
border-color css
<style>
span { border-color: #ED5AFF; }
span { border-color: rgb(237,90,255); }
td.TdClassName
{
border-color: #ED5AFF;
}
.TagClassName
{
border-color: #ED5AFF;
}
</style>