Shades of Pink Flamingo #ED66FA
Tints of Pink Flamingo #ED66FA
RGB
CMYK
RGB Variations
Color information
#ED66FA (or 0xED66FA) is known color: Pink Flamingo. HEX triplet: ED, 66 and FA. RGB value is (237,102,250). Sum of RGB (Red+Green+Blue) = 237+102+250=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 102 (40.23% from 255 or 17.32% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED66FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED66FA is #129905. Grayscale: #9E9E9E. Windows color (decimal): -1218822 or 16410349. OLE color: 16410349.
HSL color Cylindrical-coordinate representation of color #ED66FA: hue angle of 294.73º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED66FA is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 102 | 250 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.02 |
| HSL | 294.73º | 0.94% | 0.69% | - |
| HSV(B) | 294.73º | 0.59% | 0.98% | - |
| XYZ | 56.93 | 34.41 | 94.08 | - |
| YUV | 159.24 | 179.23 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 250 | 0.05 | 0.59 | 0 | 0.02 | 294.73 | 0.94 | 0.69 |
| Hex | ED | 66 | FA | 5 | 3B | 0 | 2 | 127 | 5E | 45 |
| Octal | 355 | 146 | 372 | 5 | 73 | 0 | 2 | 447 | 136 | 105 |
| Binary | 11101101 | 1100110 | 11111010 | 101 | 111011 | 0 | 10 | 100100111 | 1011110 | 1000101 |
Color Harmonies of #ED66FA
Complementary color
Monochromatic Colors of #ED66FA
Black with #ED66FA
Text Example
Text Example
White with #ED66FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED66FA; }
p { color: rgb(237,102,250); }
H1.HeaderClassName
{
color: #ED66FA;
}
.AnyTagClassName
{
color: #ED66FA;
}
</style>
background-color css
<style>
a { background-color: #ED66FA; }
a { background-color: rgb(237,102,250); }
div.DivClassName
{
background-color: #ED66FA;
}
.BgClassName
{
background-color: #ED66FA;
}
</style>
border-color css
<style>
span { border-color: #ED66FA; }
span { border-color: rgb(237,102,250); }
td.TdClassName
{
border-color: #ED66FA;
}
.TagClassName
{
border-color: #ED66FA;
}
</style>