#ED66F9

Color #ED66F9 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #ED66F9

Tints of Pink Flamingo #ED66F9

Color information

#ED66F9 (or 0xED66F9) is unknown color: approx Pink Flamingo. HEX triplet: ED, 66 and F9. RGB value is (237,102,249). Sum of RGB (Red+Green+Blue) = 237+102+249=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 102 (40.23% from 255 or 17.35% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED66F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED66F9 is #129906. Grayscale: #9E9E9E. Windows color (decimal): -1218823 or 16344813. OLE color: 16344813.

HSL color Cylindrical-coordinate representation of color #ED66F9: hue angle of 295.1º degrees, saturation: 0.92, 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 #ED66F9 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237102249-
CMYK0.050.5900.02
HSL295.1º92.45%68.82%-
HSV(B)295.1º59.04%97.65%-
XYZ56.7834.3593.26-
YUV159.12178.73183.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 102 (40.23% from 255) = 17.35%
BLUE value IS 249 (97.66% from 255) = 42.35%
R=40.31%
G=17.35%
B=42.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371022490.050.5900.02295.192.4568.82
HexED66F953B021275c45
Octal35514637157302447134105
Binary1110110111001101111100110111101101010010011110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED66F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED66F9; }

 p { color: rgb(237,102,249); }

 H1.HeaderClassName
 {
   color: #ED66F9;
 }
 .AnyTagClassName
 {
   color: #ED66F9;
 }
</style>
background-color css

<style>
 a { background-color: #ED66F9; }

 a { background-color: rgb(237,102,249); }

 div.DivClassName
 {
   background-color: #ED66F9;
 }
 .BgClassName
 {
   background-color: #ED66F9;
 }
</style>
border-color css

<style>
 span { border-color: #ED66F9; }

 span { border-color: rgb(237,102,249); }

 td.TdClassName
 {
   border-color: #ED66F9;
 }
 .TagClassName
 {
   border-color: #ED66F9;
 }
</style>