Shades of Pink Flamingo #ED66F7
Tints of Pink Flamingo #ED66F7
RGB
CMYK
RGB Variations
Color information
#ED66F7 (or 0xED66F7) is known color: Pink Flamingo. HEX triplet: ED, 66 and F7. RGB value is (237,102,247). Sum of RGB (Red+Green+Blue) = 237+102+247=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 102 (40.23% from 255 or 17.41% from 586); Blue value is 247 (96.88% from 255 or 42.15% from 586); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED66F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED66F7 is #129908. Grayscale: #9E9E9E. Windows color (decimal): -1218825 or 16213741. OLE color: 16213741.
HSL color Cylindrical-coordinate representation of color #ED66F7: hue angle of 295.86º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED66F7 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 102 | 247 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.03 |
| HSL | 295.86º | 0.9% | 0.68% | - |
| HSV(B) | 295.86º | 0.59% | 0.97% | - |
| XYZ | 56.46 | 34.22 | 91.63 | - |
| YUV | 158.9 | 177.73 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 247 | 0.04 | 0.59 | 0 | 0.03 | 295.86 | 0.9 | 0.68 |
| Hex | ED | 66 | F7 | 4 | 3B | 0 | 3 | 128 | 5A | 44 |
| Octal | 355 | 146 | 367 | 4 | 73 | 0 | 3 | 450 | 132 | 104 |
| Binary | 11101101 | 1100110 | 11110111 | 100 | 111011 | 0 | 11 | 100101000 | 1011010 | 1000100 |
Color Harmonies of #ED66F7
Complementary color
Monochromatic Colors of #ED66F7
Black with #ED66F7
Text Example
Text Example
White with #ED66F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED66F7; }
p { color: rgb(237,102,247); }
H1.HeaderClassName
{
color: #ED66F7;
}
.AnyTagClassName
{
color: #ED66F7;
}
</style>
background-color css
<style>
a { background-color: #ED66F7; }
a { background-color: rgb(237,102,247); }
div.DivClassName
{
background-color: #ED66F7;
}
.BgClassName
{
background-color: #ED66F7;
}
</style>
border-color css
<style>
span { border-color: #ED66F7; }
span { border-color: rgb(237,102,247); }
td.TdClassName
{
border-color: #ED66F7;
}
.TagClassName
{
border-color: #ED66F7;
}
</style>