#EF66F9

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

Shades of Pink Flamingo #EF66F9

Tints of Pink Flamingo #EF66F9

Color information

#EF66F9 (or 0xEF66F9) is unknown color: approx Pink Flamingo. HEX triplet: EF, 66 and F9. RGB value is (239,102,249). Sum of RGB (Red+Green+Blue) = 239+102+249=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 102 (40.23% from 255 or 17.29% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF66F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF66F9 is #109906. Grayscale: #9F9F9F. Windows color (decimal): -1087751 or 16344815. OLE color: 16344815.

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

Color convert

RGB239102249-
CMYK0.040.5900.02
HSL295.92º92.45%68.82%-
HSV(B)295.92º59.04%97.65%-
XYZ57.4534.6993.29-
YUV159.72178.39184.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 102 (40.23% from 255) = 17.29%
BLUE value IS 249 (97.66% from 255) = 42.20%
R=40.51%
G=17.29%
B=42.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391022490.040.5900.02295.9292.4568.82
HexEF66F943B021285c45
Octal35714637147302450134105
Binary1110111111001101111100110011101101010010100010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF66F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF66F9; }

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

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

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

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

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

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

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

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